[PATCH] D35181: Defer addition of keywords to identifier table when loading AST

Johann Klähn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 19 04:58:57 PST 2017


jklaehn updated this revision to Diff 123495.
jklaehn added a reviewer: arphaman.
jklaehn added a comment.

Thanks for taking a look! I removed the constructor argument as suggested; keywords are now added in `PP.Initialize`.


https://reviews.llvm.org/D35181

Files:
  include/clang/Basic/IdentifierTable.h
  lib/Basic/IdentifierTable.cpp
  lib/Lex/Preprocessor.cpp
  unittests/libclang/LibclangTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35181.123495.patch
Type: text/x-patch
Size: 6242 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171119/ea728f58/attachment.bin>


More information about the cfe-commits mailing list