diff --git a/clang/Lex/Preprocessor.cpp b/clang/Lex/Preprocessor.cpp index 94659cbb8d19..fb2b1c39df1c 100644 --- a/clang/Lex/Preprocessor.cpp +++ b/clang/Lex/Preprocessor.cpp @@ -31,6 +31,8 @@ // // TODO: Implement the include guard optimization. // +// Predefined Macros: _Pragma, __TIMESTAMP__, __TIME__, ... +// //===----------------------------------------------------------------------===// #include "clang/Lex/Preprocessor.h"