summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer2011-01-101-2/+3
* Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer2010-12-171-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-17/+12
* remove old compatibility APIs, use StringRef versions instead.Chris Lattner2010-11-211-13/+7
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-11/+19
* Revert r110440, the fix for PR4897. Chris claims to have a better way.Douglas Gregor2010-08-081-24/+20
* Fix the #include search path when reading from stdin, from Jon Simons!Douglas Gregor2010-08-061-20/+24
* stringref'ize a bunch of filename handling logic. MuchChris Lattner2010-01-101-28/+24
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-56/+56
* use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curf...Chris Lattner2009-06-151-3/+1
* Lazily load the controlling macros for all of the headers known in theDouglas Gregor2009-04-251-6/+20
* Add PCH support for #import.Steve Naroff2009-04-241-3/+9
* improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner2009-03-021-0/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+425
OpenPOWER on IntegriCloud