History log of /external/clang/test/Preprocessor/header_lookup1.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc61d9d806497fb1a749b37cb2615d50942cee09 05-Nov-2011 Chandler Carruth <chandlerc@gmail.com> Change this test to reflect the state we are moving in. The Clang
builtin headers are no longer going to receive the old 'implicit extern
"C" block' semantics. This hint is actually ignored by both Clang and
GCC at this point, and Clang's own builtin headers can simply be changed
if there is any issue with this. Clang should be free to include these
however it wants, and so shorter and simpler is better.

Note: *nothing* is changing about the *system* stddef.h include. That
should always have the exact same include semantics, whether with Clang
or GCC or any other compiler. Only the compiler-builtin header search
path is changing.

If anyone knows of some risk that this introduces that I've not thought
of, please chime in. So far, only Windows has switched to the Brave New
World, but others should be switching soon.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143806 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
ec4c5356bd75f868b937a30bec8886c5b488ea3c 16-Nov-2010 Chandler Carruth <chandlerc@gmail.com> This really seems like a boring set of fixes to our tests to make them more
independent of the underlying system. Let me know if any of these are too
aggressive.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119345 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
49b5a64edc9f5c0ffbd8d81550ce516f3dc56a18 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91460 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
4aa43e40d8f69fb2f085bb00af8c869d2e0fe879 08-Dec-2009 Daniel Dunbar <daniel@zuster.org> Don't use MS extensions in this test, we expect header include markers.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90880 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
2a32cfb709fde4a2d011026482e67fa363117cc9 17-Nov-2009 Daniel Dunbar <daniel@zuster.org> Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89070 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
ffd408a50adb01ae9c0ad92fb5f0981e1ca72df5 24-Mar-2009 Daniel Dunbar <daniel@zuster.org> Rename clang to clang-cc.

Tests and drivers updated, still need to shuffle dirs.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c
e95a75b10f1e1ce7bf3ab2ec557c471982edf95f 26-Sep-2008 Chris Lattner <sabre@nondot.org> testcase for my previous patch.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56670 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/Preprocessor/header_lookup1.c