1. 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
  2. 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
  3. 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
  4. 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
  5. 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago
  6. 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
  7. 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
  8. 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
  9. e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
  10. ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
  11. ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
  12. 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
  13. d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
  14. 9f74f4f Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 13 years ago
  15. e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
  16. 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
  17. 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
  18. 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
  19. 5598868 When writing a module file, keep track of the set of (sub)modules that by Douglas Gregor · 13 years ago
  20. 5e9392b Implement support for the __is_final type trait, to determine whether by Douglas Gregor · 13 years ago
  21. 93ebfa6 When we treat an #include or #import as a module import, create an by Douglas Gregor · 13 years ago
  22. 90db260 Implementing parsing and resolution of module export declarations by Douglas Gregor · 13 years ago
  23. 5e35693 Introduce the notion of name visibility into modules. For a given by Douglas Gregor · 13 years ago
  24. 863eb53 Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness by Douglas Gregor · 13 years ago
  25. 1a4761e Promote ModuleMap::Module to a namespace-scope class in the Basic by Douglas Gregor · 13 years ago
  26. 4b7cac5 Note that we'll need to handle __include_macros specially in the module loader by Douglas Gregor · 13 years ago
  27. 8cfbe6a Move the module auto-import logic after the logic that allows a by Douglas Gregor · 13 years ago
  28. edee969 Trivial indentation fix for the code I just committed by Douglas Gregor · 13 years ago
  29. e3a8256 Introduce an opt-in warning indicating when the compiler is treating by Douglas Gregor · 13 years ago
  30. 392ed2b Implement (de-)serialization of the description of a module and its by Douglas Gregor · 13 years ago
  31. c55edcf Use raw_ostream::indent. by Benjamin Kramer · 13 years ago
  32. 7f5fd8e Switch the module map printer over to by Douglas Gregor · 13 years ago
  33. b514c79 Teach the preprocessor how to handle module import declarations that by Douglas Gregor · 13 years ago
  34. 3d3589d Switch the module-loading interfaces and parser from a simple by Douglas Gregor · 13 years ago
  35. 213d1be Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 13 years ago
  36. 18ee547 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 13 years ago
  37. f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 13 years ago
  38. 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 13 years ago
  39. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  40. e93433d Remove an assertion that is not valid if we cancel parsing. by Argyrios Kyrtzidis · 13 years ago
  41. 6300f5b Remove assert from hot code path and add a clarifying comment. by Benjamin Kramer · 13 years ago
  42. 3f6f4e6 Lexer: Don't throw away the hard work SSE did to find a slash. by Benjamin Kramer · 13 years ago
  43. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  44. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  45. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  46. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  47. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  48. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  49. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  50. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  51. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  52. c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
  53. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  54. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  55. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  56. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  57. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  58. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  59. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  60. 22508f4 Fix one last place where we weren't writing into a string literal consistently. by Eli Friedman · 13 years ago
  61. 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
  62. f74a458 Perform proper conversion for strings encoded in the source file as UTF-8. (For now, we are assuming the source character set is always UTF-8; this can be easily extended if necessary.) by Eli Friedman · 13 years ago
  63. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  64. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  65. eee242f Make the loading of information attached to an IdentifierInfo from an by Douglas Gregor · 13 years ago
  66. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  67. eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
  68. d80d90d Argyrios says this change is required for safety under PTH. Me, I believe him. by John McCall · 13 years ago
  69. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  70. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  71. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  72. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  73. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  74. 3d5f955 Add a preprocessor callback that is invoked every time the 'defined' by Douglas Gregor · 13 years ago
  75. d768150 Implement built-in macro '__has_warning', which allows one to query if a warning flag is valid. Fixes <rdar://problem/10263428>. by Ted Kremenek · 13 years ago
  76. 4671730 We do parse hexfloats in C++11; make it actually work. by Douglas Gregor · 13 years ago
  77. 209dfbe Handle the case where preprocessor entities are not received in order, by Argyrios Kyrtzidis · 13 years ago
  78. d5e1d60 Handle Perforce-style conflict markers like normal conflict markers. Perforce by Richard Smith · 13 years ago
  79. 98d86b9 Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in by Richard Smith · 13 years ago
  80. c892c5f For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. by Argyrios Kyrtzidis · 13 years ago
  81. 158ebfb A couple random preprocessor changes that got ported from C99 to C++11. by Eli Friedman · 13 years ago
  82. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  83. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  84. 6b4ff04 Introduce a callback to PPCallbacks for lines skipped by the preprocessor. by Argyrios Kyrtzidis · 13 years ago
  85. 17c8c84 When parsing a character literal, extract the characters from the by Douglas Gregor · 13 years ago
  86. 7e7b503 Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable. by Zhongxing Xu · 13 years ago
  87. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  88. 9fe8c74 Fix missing includes for llvm_unreachable by David Blaikie · 13 years ago
  89. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  90. 4cd0634 Do manual binary search for preprocessing entities because their end locations by Argyrios Kyrtzidis · 13 years ago
  91. d7bb6a0 ArrayRef-ifying MacroArgs::create's arguments argument. by David Blaikie · 13 years ago
  92. 681d83d Simplify the last character check. by David Blaikie · 13 years ago
  93. 196e71e More MSVC9 unbreaking. by Benjamin Kramer · 13 years ago
  94. 2502efd [libclang] When pointing at a macro expansion inside a macro argument, by Argyrios Kyrtzidis · 13 years ago
  95. de4e0a8 The location of the name in MacroDefinition is the beginning of its range, by Argyrios Kyrtzidis · 13 years ago
  96. 0e322ff Fix gcc build. by Argyrios Kyrtzidis · 13 years ago
  97. b6441ef Introduce local_begin()/local_end() methods in PreprocessingRecord which by Argyrios Kyrtzidis · 13 years ago
  98. 2dbaca7 Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() by Argyrios Kyrtzidis · 13 years ago
  99. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  100. 62ec1f2 Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear that this flag must be used only for Microsoft extensions and not emulation; to avoid confusion with the new LangOptions::MicrosoftMode flag. by Francois Pichet · 13 years ago