1. 44dfff6 Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file by Argyrios Kyrtzidis · 12 years ago
  2. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  3. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  4. c042edd Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 12 years ago
  5. 156f0f0 Under certain terrible circumstances (<rdar://problem/10805775>), by Douglas Gregor · 12 years ago
  6. 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  7. 21efbb6 When the header file search resolves a quoted include to a file in the by Douglas Gregor · 12 years ago
  8. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  9. 853519c Documentation cleanup: by James Dennett · 12 years ago
  10. 4ef2f6a Rename a loop variable to silence a gcc warning. by Richard Trieu · 12 years ago
  11. f122a13 Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 12 years ago
  12. 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 12 years ago
  13. 9ee35f9 [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the FrameworkMap items. by Daniel Dunbar · 12 years ago
  14. f535a98 Simplify. by Daniel Dunbar · 12 years ago
  15. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  16. dc58aa7 Thread a TargetInfo through to the module map; we'll need it for by Douglas Gregor · 13 years ago
  17. c5b2e58 Implement code completion support for module import declarations, e.g., by Douglas Gregor · 13 years ago
  18. e434ec7 Rework HeaderSearch's interface for getting a module from a name and by Douglas Gregor · 13 years ago
  19. a1f1fad Introduce module attributes into the module map grammar, along with a by Douglas Gregor · 13 years ago
  20. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  21. a8c6fea When inferring a module for a framework, first determine whether that by Douglas Gregor · 13 years ago
  22. 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 13 years ago
  23. efda0e8 When performing subframework header lookup, don't search for by Douglas Gregor · 13 years ago
  24. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  25. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  26. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  27. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  28. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  29. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  30. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  31. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  32. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  33. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  34. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  35. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  36. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  37. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  38. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  39. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  40. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  41. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  42. 8f8d581 When we load header file information from the external source (i.e., by Douglas Gregor · 13 years ago
  43. 0fd787b Tweak the module auto-import heuristics a bit by Douglas Gregor · 13 years ago
  44. fba18aa Add an experimental flag -fauto-module-import that automatically turns by Douglas Gregor · 13 years ago
  45. 6e975c4 For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 13 years ago
  46. 21cae20 When an import statement fails to find a module in the module cache, by Douglas Gregor · 13 years ago
  47. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  48. 2c7b780 Use the "Bar.h" -> <Foo/Bar.h> remapping for index header maps only as by Douglas Gregor · 13 years ago
  49. 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
  50. eabea45 Change HeaderSearch::getTotalMemory() to use llvm::capacity_in_bytes(). by Ted Kremenek · 13 years ago
  51. d1194fb clang_getCXTUResourceUsage: report memory used by HeaderSearch. by Ted Kremenek · 13 years ago
  52. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  53. a6e023c Fix up dependency file name printing to more closely match that of gcc, including fixing a nasty recent regression that could make us print "/foo.h" with a command-line including "-I ./". by Eli Friedman · 13 years ago
  54. 74a5fd8 Make it possible for external tools to distinguish between paths that come from -I and paths that come from -system. Patch from Paul Holden! by Nico Weber · 13 years ago
  55. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  56. 520a99f Use DirectoryLookup::getName() rather than getDir()->getName() in a context where we don't know whether we have a normal directory by Douglas Gregor · 13 years ago
  57. 7412494 To be able to replay compilations we need to accurately remodel how by Manuel Klimek · 13 years ago
  58. 3cd0128 Having FileManager::getFile always open the file, brought much consternation and leaking of file descriptors. by Argyrios Kyrtzidis · 13 years ago
  59. b5142bb Add a 'RawPath' parameter to the PPCallbacks interface. This allows by Chandler Carruth · 13 years ago
  60. cfbf1c7 Implement two related optimizations that make de-serialization of by Douglas Gregor · 13 years ago
  61. 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  62. 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
  63. 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
  64. 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
  65. 6538227 remove old compatibility APIs, use StringRef versions instead. by Chris Lattner · 14 years ago
  66. 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
  67. 10fe93d Revert r110440, the fix for PR4897. Chris claims to have a better way. by Douglas Gregor · 14 years ago
  68. 91db30a Fix the #include search path when reading from stdin, from Jon Simons! by Douglas Gregor · 14 years ago
  69. a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
  70. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  71. b1526f3 use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curfman! by Chris Lattner · 15 years ago
  72. 8c5a760 Lazily load the controlling macros for all of the headers known in the by Douglas Gregor · 15 years ago
  73. 83d63c7 Add PCH support for #import. by Steve Naroff · 15 years ago
  74. 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 15 years ago
  75. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from Lex/HeaderSearch.cpp]
  76. c9dde4f clarify comment, this is undefined behavior in any case, even if it only by Chris Lattner · 16 years ago
  77. ca63fa0 Two more Windows-related fixes: by Ted Kremenek · 16 years ago
  78. 9415a0c Fix PR1969. stdin has no FileEntry. by Chris Lattner · 17 years ago
  79. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  80. 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
  81. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  82. b09e71f finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
  83. afded5b refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
  84. df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
  85. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  86. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  87. 9c46de4 add a hasMacroDefinition() method to IdentifierInfo, strength reduce a by Chris Lattner · 17 years ago
  88. 9960ae8 Implement a simple cache in headersearch. This speeds up by Chris Lattner · 17 years ago
  89. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago