aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/HeaderSearch.cpp
AgeCommit message (Expand)Author
2010-08-08Revert r110440, the fix for PR4897. Chris claims to have a better way.Douglas Gregor
2010-08-06Fix the #include search path when reading from stdin, from Jon Simons!Douglas Gregor
2010-01-10stringref'ize a bunch of filename handling logic. MuchChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-15use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curf...Chris Lattner
2009-04-25Lazily load the controlling macros for all of the headers known in theDouglas Gregor
2009-04-24Add PCH support for #import.Steve Naroff
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner