aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/HeaderSearch.cpp
AgeCommit message (Expand)Author
2011-09-17When we load header file information from the external source (i.e.,Douglas Gregor
2011-09-16Tweak the module auto-import heuristics a bitDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-09-12When an import statement fails to find a module in the module cache,Douglas Gregor
2011-09-12Introduce a cc1-level option to provide the path to the module cache,Douglas Gregor
2011-07-30Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only asDouglas Gregor
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-27Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes().Ted Kremenek
2011-07-26clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-08Fix up dependency file name printing to more closely match that of gcc, inclu...Eli Friedman
2011-05-24Make it possible for external tools to distinguish between paths that come fr...Nico Weber
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
2011-04-29Use DirectoryLookup::getName() rather than getDir()->getName() in a context w...Douglas Gregor
2011-04-26To be able to replay compilations we need to accurately remodel howManuel Klimek
2011-03-16Having FileManager::getFile always open the file, brought much consternation ...Argyrios Kyrtzidis
2011-03-16Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth
2011-02-10Implement two related optimizations that make de-serialization ofDouglas Gregor
2011-01-10Replace all uses of PathV1::exists with PathV2::fs::exists.Michael J. Spencer
2010-12-17Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-21remove old compatibility APIs, use StringRef versions instead.Chris Lattner
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
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