[PATCH] D15926: Do not print certain warnings when input is a header.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 5 07:46:21 PDT 2016
aaron.ballman added a subscriber: aaron.ballman.
================
Comment at: include/clang/Basic/LangOptions.h:131
@@ +130,3 @@
+ /// input is a header file (i.e. -x c-header).
+ bool IsHeaderFile = false;
+
----------------
Should move the initializer to the constructor (not certain that MSVC 2013 supports this construct, but it's also more consistent).
http://reviews.llvm.org/D15926
More information about the cfe-commits
mailing list