[clang] [lldb] [Modules] Handle decl attributes on deserialization the same as during parsing. (PR #208348)

Volodymyr Sapsai via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 21:43:12 PDT 2026


================
@@ -578,9 +578,6 @@ void Parser::Initialize() {
   }
 
   Actions.Initialize();
-
-  // Prime the lexer look-ahead.
-  ConsumeToken();
----------------
vsapsai wrote:

Ok. My motivation was to make `Initialize` to be called unconditionally (I mean not just for Parser but everywhere-ish). But nobody is excited about it and I don't like it enough to keep pushing. So will minimize the changes downstream.

https://github.com/llvm/llvm-project/pull/208348


More information about the cfe-commits mailing list