Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename some tests | Chris Lattner | 2009-02-04 | 1 | -4/+0 |
| | | | | llvm-svn: 63759 | ||||
* | include smaller header for test. | Chris Lattner | 2009-02-04 | 1 | -1/+1 |
| | | | | llvm-svn: 63758 | ||||
* | implement a missing feature in the #include handler, where | Chris Lattner | 2007-07-23 | 1 | -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 |