yurai007 added a comment.

Unfortunately after change there is lifetime issue in FormatTokenLexer because 
LangOpts received from getFormattingLangOpts has automatic storage duration and 
Lexer gets reference to it.
Fix issue and poke CI to make sure clang-tools-extra tests on CI are passing. 
For now it's only about making CI happy, I'm gonna check also if nice 
performance gains are preserved (I guess they should be).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120334

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

Reply via email to