summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/includeexpand2.c
Commit message (Collapse)AuthorAgeFilesLines
* rename some testsChris Lattner2009-02-041-4/+0
| | | | llvm-svn: 63759
* include smaller header for test.Chris Lattner2009-02-041-1/+1
| | | | llvm-svn: 63758
* implement a missing feature in the #include handler, whereChris Lattner2007-07-231-0/+4
it did not handle <xyz> headers coming from macro expansions. This requires special treatment, as the include name is lexed as multiple tokens, which require reassembly before processing. llvm-svn: 40418
OpenPOWER on IntegriCloud