From cfdff38e8e931c0020dff10a32221d8fedb287a6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Feb 2009 17:07:21 +0000 Subject: Add support for deprecated members of RecordDecls (e.g. struct fields). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64634 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/Preprocessor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Lex/Preprocessor.cpp') diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp index cf7306a41c..772427b6ae 100644 --- a/lib/Lex/Preprocessor.cpp +++ b/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) -- cgit v1.2.3-70-g09d2