| Commit message (Expand) | Author | Age | Files | Lines |
* | [modules] Simplify -cc1 interface for enabling implicit module maps. | Richard Smith | 2015-06-16 | 1 | -7/+7 |
* | [modules] If we see a #include that maps to a module, but use of precompiled ... | Richard Smith | 2015-05-18 | 1 | -2/+8 |
* | Revert "Fix path separator issue on Windows." | Nikola Smiljanic | 2015-05-08 | 1 | -1/+3 |
* | Fix path separator issue on Windows. | Nikola Smiljanic | 2015-05-08 | 1 | -3/+1 |
* | [modules] Stop trying to fake up a linear MacroDirective history. | Richard Smith | 2015-04-29 | 1 | -2/+5 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -12/+12 |
* | Don't load Framework module.map files when searching subdirectories | Ben Langmuir | 2015-02-24 | 1 | -2/+4 |
* | Revert "Mangle the IsSystem bit into the .pcm file name" | Ben Langmuir | 2015-02-19 | 1 | -8/+2 |
* | Mangle the IsSystem bit into the .pcm file name | Ben Langmuir | 2015-02-12 | 1 | -2/+8 |
* | [modules] When constructing paths relative to a module, strip out /./ directory | Richard Smith | 2014-12-11 | 1 | -9/+17 |
* | Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. | Richard Smith | 2014-12-10 | 1 | -11/+29 |
* | Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1." | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -29/+11 |
* | [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1. | Richard Smith | 2014-12-09 | 1 | -11/+29 |
* | PR21217: Slightly more eagerly load -fmodule-map-file= files and provide | Richard Smith | 2014-12-06 | 1 | -12/+0 |
* | Additional safety for the root cause of regression in r223443; make the module | Richard Smith | 2014-12-06 | 1 | -0/+1 |
* | [modules] Track how 'header' directives were written in module map files, | Richard Smith | 2014-12-02 | 1 | -3/+14 |
* | Add flag -f(no-)modules-implicit-maps. | Daniel Jasper | 2014-11-25 | 1 | -44/+58 |
* | clang-format a recent commit I made | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. | David Blaikie | 2014-11-19 | 1 | -15/+13 |
* | PR21215: Support -fmodule-map-file being specified multiple times. Support | Richard Smith | 2014-10-17 | 1 | -9/+11 |
* | Switch to range-based for loop. No functionality change. | Richard Smith | 2014-10-17 | 1 | -9/+3 |
* | Correctly implement -include search logic. | Manuel Klimek | 2014-08-12 | 1 | -36/+14 |
* | Refactor the module map file used for uniquing a module name out of | Ben Langmuir | 2014-08-09 | 1 | -1/+3 |
* | Hide the concept of diagnostic levels from lex, parse and sema | Alp Toker | 2014-06-15 | 1 | -3/+1 |
* | Replace llvm::error_code with std::error_code. | Rafael Espindola | 2014-06-12 | 1 | -3/+3 |
* | [C++11] Use 'nullptr'. Lex edition. | Craig Topper | 2014-05-17 | 1 | -40/+40 |
* | Use the virtual name of headers when searching for a module | Ben Langmuir | 2014-05-15 | 1 | -6/+6 |
* | Allow multiple modules with the same name to coexist in the module cache | Ben Langmuir | 2014-04-14 | 1 | -12/+23 |
* | [HeaderSearch] Make sure we clear the mapped name from the LookupFileCacheInf... | Argyrios Kyrtzidis | 2014-03-29 | 1 | -1/+1 |
* | Prevent lookup of subframework modules by name without parent framework | Ben Langmuir | 2014-03-20 | 1 | -24/+3 |
* | Silencing an MSVC warning about not all control paths returning a value. No f... | Aaron Ballman | 2014-03-20 | 1 | -0/+1 |
* | Add a new spelling for module map files 'module.modulemap' | Ben Langmuir | 2014-03-19 | 1 | -63/+91 |
* | Prevent outputting HeaderFileInfos for files not used as headers | Ben Langmuir | 2014-03-13 | 1 | -0/+12 |
* | [HeaderSearch] Fix issue where if a headermap entry maps the filename to a fr... | Argyrios Kyrtzidis | 2014-03-11 | 1 | -10/+28 |
* | Fix use-after-free detected by ASan bootstrap. | Richard Smith | 2014-03-06 | 1 | -2/+7 |
* | If a #include finds a file relative to the current file, don't forget to check | Richard Smith | 2014-03-05 | 1 | -24/+53 |
* | Fix false positives in -Wmsvc-include by continuing header search | Reid Kleckner | 2014-02-18 | 1 | -9/+44 |
* | If the headermap maps the filename to a framework include ("Foo.h" -> "Foo/Fo... | Argyrios Kyrtzidis | 2014-02-14 | 1 | -5/+28 |
* | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Silence compile warning by removing unused SourceMgr member | Will Wilson | 2013-12-27 | 1 | -3/+2 |
* | Implement MSVC header search algorithm in MicrosoftMode. | Will Wilson | 2013-12-27 | 1 | -59/+63 |
* | Fix comment typo. | Will Wilson | 2013-12-19 | 1 | -1/+1 |
* | Modules: Don't warn upon missing headers while reading the module map. | Daniel Jasper | 2013-12-17 | 1 | -1/+1 |
* | Revert "Modules: Make missing headers in a module.map a warning not an error." | Daniel Jasper | 2013-12-16 | 1 | -1/+1 |
* | Modules: Make missing headers in a module.map a warning not an error. | Daniel Jasper | 2013-12-16 | 1 | -1/+1 |
* | [Modules] Don't parse any module map if modules are disabled. | Argyrios Kyrtzidis | 2013-12-12 | 1 | -0/+5 |
* | Revert r196859, "Use llvm::sys::path::append to concatenate paths", to appeas... | NAKAMURA Takumi | 2013-12-10 | 1 | -2/+5 |
* | Use llvm::sys::path::append to concatenate paths | Dmitri Gribenko | 2013-12-10 | 1 | -5/+2 |
* | Preload module maps in normal user directories, too. | Douglas Gregor | 2013-11-01 | 1 | -3/+2 |
* | Use the same SourceManager for ModuleMaps and compilations. | Manuel Klimek | 2013-10-24 | 1 | -3/+3 |