AlexanderHederstaf added a comment.

Discovered incorrect code generation for  `llvm/include/llvm/ADT/StringMap.h`.

  using base = StringMapIterBase<StringMapConstIterator<ValueTy>,
                                 const StringMapEntry<ValueTy>>;

was converted to, removing two characters. I checked the Token length in 
InsertQualifierAfter and found that it was not 1. How should I proceed with 
this particular issue @MyDeveloperDay

  using base = StringMapIterBase<StringMapConstIterator<ValueTy>,
                                 StringMapEntry<ValueTy> const




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144709/new/

https://reviews.llvm.org/D144709

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to