]> granicus.if.org Git - clang/history - lib/Lex/HeaderSearch.cpp
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
[clang] / lib / Lex / HeaderSearch.cpp
2016-06-13 Taewook OhRevert r272562 for build bot failure (clang-x86-win2008...
2016-06-13 Taewook OhUse the name of the file on disk to issue a new diagnos...
2016-06-04 Taewook OhRevert commit r271708
2016-06-03 Taewook OhUse the name of the file on disk to issue a new diagnos...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-17 Manman RenNFC: simplify logic.
2016-05-17 Manman RenModules: set SystemHeader to true if we are building...
2016-05-16 Bruno Cardoso Lopes[Modules] Use vfs for (recursive) directory iteration
2016-04-27 Samuel AntaoRemove unused LangOpts private variable in HeaderSearch.
2016-04-27 Richard Smith[modules] When diagnosing a missing module import,...
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-01-12 Adrian PrantlModule debugging: Make the module format part of the...
2015-10-20 Reid KlecknerAdd back null check removed accidentally in r250554
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-16 Richard SmithRefactor module lookup when looking up a header file...
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-24 Richard Smith[modules] Remove unnecessary deserialization of fully...
2015-08-18 Richard Smith[modules] Fix HeaderFileInfo serialization to store...
2015-08-15 Richard Smith[modules] Stop dropping 'module.timestamp' files into...
2015-07-21 Richard Smith[modules] Produce an error if -cc1 wants to implicitly...
2015-07-17 Adrian PrantlMake the clang module container format selectable from...
2015-07-10 Richard Smith[modules] When checking the include guard for a header...
2015-07-02 Ben Langmuir[Modules] Be consistent about finding a module for...
2015-07-01 Richard Smith[modules] Before checking whether the controlling macro...
2015-07-01 Richard Smith[modules] Make the include guard optimization fire...
2015-06-16 Richard Smith[modules] Simplify -cc1 interface for enabling implicit...
2015-05-18 Richard Smith[modules] If we see a #include that maps to a module...
2015-05-08 Nikola SmiljanicRevert "Fix path separator issue on Windows."
2015-05-08 Nikola SmiljanicFix path separator issue on Windows.
2015-04-29 Richard Smith[modules] Stop trying to fake up a linear MacroDirectiv...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-02-24 Ben LangmuirDon't load Framework module.map files when searching...
2015-02-19 Ben LangmuirRevert "Mangle the IsSystem bit into the .pcm file...
2015-02-12 Ben LangmuirMangle the IsSystem bit into the .pcm file name
2014-12-11 Richard Smith[modules] When constructing paths relative to a module...
2014-12-10 Richard SmithReinstate r223753, reverted in r223759 due to breakage...
2014-12-09 Duncan P. N. Exon... Revert "[modules] Add experimental -fmodule-map-file...
2014-12-09 Richard Smith[modules] Add experimental -fmodule-map-file-home-is...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-06 Richard SmithAdditional safety for the root cause of regression...
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-11-25 Daniel JasperAdd flag -f(no-)modules-implicit-maps.
2014-11-19 David Blaikieclang-format a recent commit I made
2014-11-19 David BlaikieStandardize on StringMap::insert, removing uses of...
2014-10-17 Richard SmithPR21215: Support -fmodule-map-file being specified...
2014-10-17 Richard SmithSwitch to range-based for loop. No functionality change.
2014-08-12 Manuel KlimekCorrectly implement -include search logic.
2014-08-09 Ben LangmuirRefactor the module map file used for uniquing a module...
2014-06-15 Alp TokerHide the concept of diagnostic levels from lex, parse...
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-05-17 Craig Topper[C++11] Use 'nullptr'. Lex edition.
2014-05-15 Ben LangmuirUse the virtual name of headers when searching for...
2014-04-14 Ben LangmuirAllow multiple modules with the same name to coexist...
2014-03-29 Argyrios Kyrtzidis[HeaderSearch] Make sure we clear the mapped name from...
2014-03-20 Ben LangmuirPrevent lookup of subframework modules by name without...
2014-03-20 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-03-19 Ben LangmuirAdd a new spelling for module map files 'module.modulemap'
2014-03-13 Ben LangmuirPrevent outputting HeaderFileInfos for files not used...
2014-03-11 Argyrios Kyrtzidis[HeaderSearch] Fix issue where if a headermap entry...
2014-03-06 Richard SmithFix use-after-free detected by ASan bootstrap.
2014-03-05 Richard SmithIf a #include finds a file relative to the current...
2014-02-18 Reid KlecknerFix false positives in -Wmsvc-include by continuing...
2014-02-14 Argyrios KyrtzidisIf the headermap maps the filename to a framework inclu...
2014-01-07 Chandler CarruthSort all the #include lines with LLVM's utils/sort_incl...
2013-12-27 Will WilsonSilence compile warning by removing unused SourceMgr...
2013-12-27 Will WilsonImplement MSVC header search algorithm in MicrosoftMode.
2013-12-19 Will WilsonFix comment typo.
2013-12-17 Daniel JasperModules: Don't warn upon missing headers while reading...
2013-12-16 Daniel JasperRevert "Modules: Make missing headers in a module.map...
2013-12-16 Daniel JasperModules: Make missing headers in a module.map a warning...
2013-12-12 Argyrios Kyrtzidis[Modules] Don't parse any module map if modules are...
2013-12-10 NAKAMURA TakumiRevert r196859, "Use llvm::sys::path::append to concate...
2013-12-10 Dmitri GribenkoUse llvm::sys::path::append to concatenate paths
2013-11-01 Douglas GregorPreload module maps in normal user directories, too.
2013-10-24 Manuel KlimekUse the same SourceManager for ModuleMaps and compilations.
2013-10-22 Daniel JasperAllow a header to be part of multiple modules.
2013-09-24 Daniel JasperAdd -fmodule-map-file option.
2013-09-24 Daniel JasperModule use declarations (II)
2013-06-21 Douglas Gregor[Modules] If a module map resides in a system header...
2013-06-20 Lawrence CrowlThis patch adds new private headers to the module map...
2013-05-10 Douglas Gregor[Modules] Make r180934 more efficient by only loading...
2013-05-08 Argyrios Kyrtzidis[PCH] Remove the ASTReaderListener::ReadHeaderFileInfo...
2013-05-08 Argyrios Kyrtzidis[modules] When building a module, make sure we don...
2013-03-21 Douglas Gregor<rdar://problem/13037793> Allow the names of modules...
2013-03-13 Argyrios Kyrtzidis[Modules] Don't eagerly load and associate all the...
2013-03-05 Douglas GregorRemove unused static variable.
2013-02-08 Douglas GregorTeach subframework header lookup to suggest modules...
2013-01-26 Dmitri Gribenko<limits.h> includes <linux/limits.h> on Linux, no need...
2013-01-26 Douglas GregorSince we're stuck with realpath for the header <->...
2013-01-22 Douglas GregorFix compilation on Linux, which defines PATH_MAX in...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2013-01-10 Douglas GregorRework the realpath nonsense for framework lookups...
2012-12-10 Argyrios KyrtzidisReturn true from HeaderSearch::isFileMultipleIncludeGua...
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-11-06 Douglas GregorIntroduce inferred framework modules into the module...
2012-10-24 Douglas GregorMove HeaderSearchOptions into the Lex library, make...
2012-09-25 Douglas GregorUnder certain terrible circumstances (<rdar://problem...
2012-09-18 Craig TopperRemove an unused private field exposed by the recent...
2012-08-13 Douglas GregorWhen the header file search resolves a quoted include...
next