summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/HeaderSearch.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When an import statement fails to find a module in the module cache,Douglas Gregor2011-09-121-3/+37
* Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor2011-09-121-0/+10
* Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only asDouglas Gregor2011-07-301-16/+23
* Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor2011-07-281-3/+35
* Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes().Ted Kremenek2011-07-271-2/+3
* clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek2011-07-261-1/+7
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-17/+17
* Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman2011-07-081-4/+2
* Make it possible for external tools to distinguish between paths that come fr...Nico Weber2011-05-241-1/+2
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-0/+15
* Use DirectoryLookup::getName() rather than getDir()->getName() in a context w...Douglas Gregor2011-04-291-1/+1
* To be able to replay compilations we need to accurately remodel howManuel Klimek2011-04-261-19/+83
* Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis2011-03-161-7/+8
* Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth2011-03-161-14/+32
* Implement two related optimizations that make de-serialization ofDouglas Gregor2011-02-101-1/+11
* 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