зеркало из https://github.com/microsoft/clang.git
Preprocessor: Don't define __STDC__ in -traditional-cpp mode.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127933 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
6ad6e95b45
Коммит
47226350c4
|
@ -253,7 +253,7 @@ static void InitializePredefinedMacros(const TargetInfo &TI,
|
|||
|
||||
// These should all be defined in the preprocessor according to the
|
||||
// current language configuration.
|
||||
if (!LangOpts.Microsoft)
|
||||
if (!LangOpts.Microsoft && !LangOpts.TraditionalCPP)
|
||||
Builder.defineMacro("__STDC__");
|
||||
if (LangOpts.AsmPreprocessor)
|
||||
Builder.defineMacro("__ASSEMBLER__");
|
||||
|
|
Загрузка…
Ссылка в новой задаче