| Commit message (Expand) | Author | Age | Files | Lines |
| * | [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 |
| * | Allow a header to be part of multiple modules. | Daniel Jasper | 2013-10-22 | 1 | -32/+29 |
| * | Add -fmodule-map-file option. | Daniel Jasper | 2013-09-24 | 1 | -7/+29 |
| * | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+1 |
| * | [Modules] If a module map resides in a system header directory, treat it as a... | Douglas Gregor | 2013-06-21 | 1 | -19/+24 |
| * | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -10/+10 |
| * | [Modules] Make r180934 more efficient by only loading top-level module maps i... | Douglas Gregor | 2013-05-10 | 1 | -0/+14 |
| * | [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. | Argyrios Kyrtzidis | 2013-05-08 | 1 | -7/+0 |
| * | [modules] When building a module, make sure we don't serialize out HeaderFile... | Argyrios Kyrtzidis | 2013-05-08 | 1 | -1/+3 |
| * | <rdar://problem/13037793> Allow the names of modules to differ from the name ... | Douglas Gregor | 2013-03-21 | 1 | -8/+31 |
| * | [Modules] Don't eagerly load and associate all the module header files. | Argyrios Kyrtzidis | 2013-03-13 | 1 | -2/+16 |
| * | Remove unused static variable. | Douglas Gregor | 2013-03-05 | 1 | -4/+0 |
| * | Teach subframework header lookup to suggest modules <rdar://problem/13176200>. | Douglas Gregor | 2013-02-08 | 1 | -1/+22 |
| * | <limits.h> includes <linux/limits.h> on Linux, no need to special-case it | Dmitri Gribenko | 2013-01-26 | 1 | -3/+1 |
| * | Since we're stuck with realpath for the header <-> module mapping, | Douglas Gregor | 2013-01-26 | 1 | -6/+5 |
| * | Fix compilation on Linux, which defines PATH_MAX in a weird place, | Douglas Gregor | 2013-01-22 | 1 | -0/+5 |
| * | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -4/+4 |
| * | Rework the realpath nonsense for framework lookups to deal more | Douglas Gregor | 2013-01-10 | 1 | -97/+117 |
| * | Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file | Argyrios Kyrtzidis | 2012-12-10 | 1 | -1/+2 |
| * | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -5/+5 |
| * | Introduce inferred framework modules into the module map file, | Douglas Gregor | 2012-11-06 | 1 | -1/+27 |
| * | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
| * | Under certain terrible circumstances (<rdar://problem/10805775>), | Douglas Gregor | 2012-09-25 | 1 | -0/+13 |
| * | Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION ch... | Craig Topper | 2012-09-18 | 1 | -1/+1 |
| * | When the header file search resolves a quoted include to a file in the | Douglas Gregor | 2012-08-13 | 1 | -5/+13 |
| * | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
| * | Documentation cleanup: | James Dennett | 2012-06-20 | 1 | -8/+4 |
| * | Rename a loop variable to silence a gcc warning. | Richard Trieu | 2012-06-13 | 1 | -3/+3 |
| * | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith | 2012-06-13 | 1 | -0/+10 |