diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-02-16 17:07:21 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-02-16 17:07:21 +0000 |
| commit | ee4b5235e3e92e52fca65cd8578e5850293c15e9 (patch) | |
| tree | edca571a90bceb87154f1fbddfaf110c1d407752 /clang/lib/Lex | |
| parent | 73b85e30edefc5443c9c9a8a7115b97729fbef38 (diff) | |
| download | bcm5719-llvm-ee4b5235e3e92e52fca65cd8578e5850293c15e9.tar.gz bcm5719-llvm-ee4b5235e3e92e52fca65cd8578e5850293c15e9.zip | |
Add support for deprecated members of RecordDecls (e.g. struct fields).
llvm-svn: 64634
Diffstat (limited to 'clang/lib/Lex')
| -rw-r--r-- | clang/lib/Lex/Preprocessor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index cf7306a41cc..772427b6ae5 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -462,8 +462,6 @@ static void InitializePredefinedMacros(Preprocessor &PP, // Initialize language-specific preprocessor defines. - // FIXME: Implement magic like cpp_init_builtins for things like __STDC__ - // and __DATE__ etc. // These should all be defined in the preprocessor according to the // current language configuration. if (!PP.getLangOptions().Microsoft) |

