[PATCH] D36872: Fixed a crash on replaying Preamble's PP conditional stack.
Erik Verbruggen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 05:44:50 PDT 2017
erikjv added a comment.
Can you check if the example in https://bugs.llvm.org/show_bug.cgi?id=33574 works correctly?
================
Comment at: include/clang/Lex/Preprocessor.h:2029
+
private:
// Macro handling.
----------------
Duplicate "private:"
https://reviews.llvm.org/D36872
More information about the cfe-commits
mailing list