]> granicus.if.org Git - clang/commit
rename the <predefines> buffer to <built-in> to solve PR3849.
authorChris Lattner <sabre@nondot.org>
Fri, 20 Mar 2009 20:16:10 +0000 (20:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Mar 2009 20:16:10 +0000 (20:16 +0000)
commitf2e880a99c8b08976069331283392cc22b07701d
tree9676020f80a76102e888393ced6dd897586a821d
parentbb9b2711ded08d39f9c9aa08b06ac5e288f32c62
rename the <predefines> buffer to <built-in> to solve PR3849.
Add a #include directive around the command line buffer so that
diagnostics generated from -include directives get diagnostics
like:

In file included from <built-in>:98:
In file included from <command line>:3:
./t.h:2:1: warning: type specifier missing, defaults to 'int'
b;
^

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Preprocessor.cpp