arphaman added a comment.

Thanks for the patch!



================
Comment at: lib/Frontend/ASTUnit.cpp:541
+    // language.
+    PP.getIdentifierTable().AddKeywords(LangOpt);
+
----------------
Have you tried adding the keywords in `PP.Initialize`? We might not need an 
additional parameter to the constructor then.


https://reviews.llvm.org/D35181



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D35181: D... Alex Lorenz via Phabricator via cfe-commits

Reply via email to