1. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  2. 7a7ee30 Some improvements to the handling of C11 atomic types: by David Chisnall · 13 years ago
  3. ae9f85b Two variables had been added for an assert, but their values were by Chandler Carruth · 13 years ago
  4. a8c6fea When inferring a module for a framework, first determine whether that by Douglas Gregor · 13 years ago
  5. 3a110f7 Don't infer a submodule for a framework's private header, at least for now. by Douglas Gregor · 13 years ago
  6. a150fa3 Revert previous commit. Something has gone wonky with my local configuration by Douglas Gregor · 13 years ago
  7. d30630f When inferring a module map for a framework, add the 'private' by Douglas Gregor · 13 years ago
  8. 303aae9 When inferring a submodule ID during module creation, look up the by Douglas Gregor · 13 years ago
  9. ce52bb3 Fix a memory leak of PragmaNamespaces, rdar://10611796. by Argyrios Kyrtzidis · 13 years ago
  10. b8c879a When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, by Argyrios Kyrtzidis · 13 years ago
  11. c634f50 If we already have a definition for a top-level module that we deserialized from a module file, don't bother parsing a new definition by Douglas Gregor · 13 years ago
  12. b7a7819 Store the submodules of a module in source order, as they are stored by Douglas Gregor · 13 years ago
  13. bd507c5 Add __has_feature(modules) to indicate when modules are available (in by Douglas Gregor · 13 years ago
  14. d6aba06 Don't treat 'import' as a contextual keyword when we're in a caching lexer, or when modules are disabled. by Douglas Gregor · 13 years ago
  15. 7fde651 Add __has_feature(objc_modules) by Douglas Gregor · 13 years ago
  16. 1ac13c3 Re-uglify #public and #private to #__public_macro and #__private_macro. by Douglas Gregor · 13 years ago
  17. c13a34b Eliminate the uglified keyword __import_module__ for importing by Douglas Gregor · 13 years ago
  18. 94ad28b Under -fmodules, accept #public <macroname> and #private <macroname> by Douglas Gregor · 13 years ago
  19. 5948ae1 Introduce a non-uglified syntax for module imports in Objective-C: by Douglas Gregor · 13 years ago
  20. 752c74d Add a "Modules" language option, which subsumes the previous by Douglas Gregor · 13 years ago
  21. 1e8a067 Added a missing case for -Wdisabled-macro-expansion. by Abramo Bagnara · 13 years ago
  22. 163ada8 Added -Wdisabled-macro-expansion warning. by Abramo Bagnara · 13 years ago
  23. 51f564f Implement support for module requirements, which indicate the language by Douglas Gregor · 13 years ago
  24. ffbe9b9 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. by Benjamin Kramer · 13 years ago
  25. 224bfee Remove spurious, but now legal, typename by Douglas Gregor · 13 years ago
  26. 585ec93 When building a module with an umbrella header, warn about any headers by Douglas Gregor · 13 years ago
  27. 1770e0d remove unneeded config.h includes by Dylan Noblesmith · 13 years ago
  28. 04a94bc In Lexer::getCharAndSizeSlow[NoWarn] if we come up against by Argyrios Kyrtzidis · 13 years ago
  29. f132dca In Lexer::getCharAndSizeSlow[NoWarn] make sure we don't go over the end of the buffer by Argyrios Kyrtzidis · 13 years ago
  30. 3ff53b3 Update the CMake build for r146959's new files. by Chandler Carruth · 13 years ago
  31. 99ba9e3 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  32. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  33. 373cb78 [PCH] Fix bug where we failed to update an identifier for a single token by Argyrios Kyrtzidis · 13 years ago
  34. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  35. 3cee31e Set umbrella directory correctly when we infer a framework module by Douglas Gregor · 13 years ago
  36. d83d2e7 Don't mark include guard macros as implicitly private. This isn't by Douglas Gregor · 13 years ago
  37. efda0e8 When performing subframework header lookup, don't search for by Douglas Gregor · 13 years ago
  38. 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
  39. cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
  40. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  41. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  42. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  43. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  44. 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago
  45. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  46. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  47. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  48. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  49. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  50. ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
  51. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  52. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  53. 9f74f4f Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 13 years ago
  54. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  55. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  56. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  57. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  58. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  59. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  60. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  61. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  62. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  63. 863eb53 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 13 years ago
  64. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  65. 4b7cac5 Note that we'll need to handle __include_macros specially in the module loader by Douglas Gregor · 13 years ago
  66. 8cfbe6a Move the module auto-import logic after the logic that allows a by Douglas Gregor · 13 years ago
  67. edee969 Trivial indentation fix for the code I just committed by Douglas Gregor · 13 years ago
  68. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  69. 392ed2b Implement (de-)serialization of the description of a module and its by Douglas Gregor · 13 years ago
  70. c55edcf Use raw_ostream::indent. by Benjamin Kramer · 13 years ago
  71. 7f5fd8e Switch the module map printer over to by Douglas Gregor · 13 years ago
  72. b514c79 Teach the preprocessor how to handle module import declarations that by Douglas Gregor · 13 years ago
  73. 3d3589d Switch the module-loading interfaces and parser from a simple by Douglas Gregor · 13 years ago
  74. 213d1be Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 13 years ago
  75. 18ee547 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 13 years ago
  76. f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 13 years ago
  77. 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 13 years ago
  78. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  79. e93433d Remove an assertion that is not valid if we cancel parsing. by Argyrios Kyrtzidis · 13 years ago
  80. 6300f5b Remove assert from hot code path and add a clarifying comment. by Benjamin Kramer · 13 years ago
  81. 3f6f4e6 Lexer: Don't throw away the hard work SSE did to find a slash. by Benjamin Kramer · 13 years ago
  82. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  83. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  84. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  85. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  86. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  87. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  88. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  89. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  90. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  91. c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
  92. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  93. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  94. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  95. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  96. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  97. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  98. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  99. 22508f4 Fix one last place where we weren't writing into a string literal consistently. by Eli Friedman · 13 years ago
  100. caf1f26 Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. by Eli Friedman · 13 years ago