aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/HeaderSearch.h
AgeCommit message (Expand)Author
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-03-13[Modules] Don't eagerly load and associate all the module header files.Argyrios Kyrtzidis
2013-02-08Teach subframework header lookup to suggest modules <rdar://problem/13176200>.Douglas Gregor
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-10-24Move HeaderSearchOptions into the Lex library, make it intrusivelyDouglas Gregor
2012-10-02Enable programmatic provisioning of virtual module.map files (instead of writ...Axel Naumann
2012-09-18Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch...Craig Topper
2012-09-18Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-22Documentation cleanup:James Dennett
2012-06-20Documentation cleanup: escape a < character in a Doxygen commentJames Dennett
2012-06-17Documentation cleanup:James Dennett
2012-06-13More doxygen/documentation cleanups.James Dennett
2012-06-13Add -isystem-prefix and -ino-system-prefix arguments, which can be used toRichard Smith
2012-04-05[Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar
2012-04-05[Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the Fra...Daniel Dunbar
2012-03-02Adding support for #pragma include_alias in MS compatibility mode. This impl...Aaron Ballman
2012-03-01Revert r151800, which was committed without review and has correctness issues.Richard Smith
2012-03-01Fixing a buildbot complaint about nested templates.Aaron Ballman
2012-03-01Implements support for #pragma include_alias in ms compatibility mode. Fixes...Aaron Ballman
2012-01-30Thread a TargetInfo through to the module map; we'll need it forDouglas Gregor
2012-01-29Implement code completion support for module import declarations, e.g.,Douglas Gregor
2012-01-29Rework HeaderSearch's interface for getting a module from a name andDouglas Gregor
2012-01-27Introduce module attributes into the module map grammar, along with aDouglas Gregor
2011-12-31Implement support for module requirements, which indicate the languageDouglas Gregor
2011-12-09Move a free function from the Frontend library into the Lex library asChandler Carruth
2011-12-08Keep track of import dependencies between submodules within the moduleDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-11-28When attempting to load a module that is not in the module cache,Douglas Gregor
2011-11-20Allow preprocessor callbacks to recover from a "file not found" error,Douglas Gregor
2011-11-17When making a suggestion regarding which module to load rather thanDouglas Gregor
2011-11-17When we're loading a framework header, first try to turn the frameworkDouglas Gregor
2011-11-16Add support for building a module from a module map to the -cc1Douglas Gregor
2011-11-13[PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderF...Argyrios Kyrtzidis
2011-11-12Implement a minor optimization when loading module maps to satisfy aDouglas Gregor
2011-11-12When searching for a module, speculatively load module maps to see ifDouglas Gregor
2011-11-11Wire up the mapping from header files mentioned in module maps over toDouglas Gregor
2011-11-11Introduce basic support for parsing module map files.Douglas Gregor
2011-11-11I predict that HeaderSearch will need the ability to generateDouglas 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-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-26clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
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-26To be able to replay compilations we need to accurately remodel howManuel Klimek