[PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 17:35:30 PDT 2016


bruno added a subscriber: bruno.
bruno added a comment.

Hi Manman,


================
Comment at: lib/Serialization/ASTWriter.cpp:2191
@@ -2191,1 +2190,3 @@
+    // We write out exported module macros for PCH as well.
+    if (true) {
       auto Leafs = PP.getLeafModuleMacros(Name);
----------------
Is this intended?


http://reviews.llvm.org/D20383





More information about the cfe-commits mailing list