From 236ed5200bb17b51a88c3fe1806aaaa0c68755eb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Jun 2006 01:36:29 +0000 Subject: [PATCH] Add a note llvm-svn: 38578 --- clang/Lex/Preprocessor.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"