1. 7f5fd8e Switch the module map printer over to by Douglas Gregor · 13 years ago
  2. b514c79 Teach the preprocessor how to handle module import declarations that by Douglas Gregor · 13 years ago
  3. 3d3589d Switch the module-loading interfaces and parser from a simple by Douglas Gregor · 13 years ago
  4. 213d1be Escape strings when printing module maps, for silly operating systems by Douglas Gregor · 13 years ago
  5. 18ee547 Switch on-demand module building over to use module maps, always. When by Douglas Gregor · 13 years ago
  6. f9e357d Teach the module import mechanism how to rebuild modules expressed via by Douglas Gregor · 13 years ago
  7. 804c3bf Expose the printing of module maps as part of the ModuleMap::Module by Douglas Gregor · 13 years ago
  8. a4d36a6 When attempting to load a module that is not in the module cache, by Douglas Gregor · 13 years ago
  9. e93433d Remove an assertion that is not valid if we cancel parsing. by Argyrios Kyrtzidis · 13 years ago
  10. 6300f5b Remove assert from hot code path and add a clarifying comment. by Benjamin Kramer · 13 years ago
  11. 3f6f4e6 Lexer: Don't throw away the hard work SSE did to find a slash. by Benjamin Kramer · 13 years ago
  12. b619688 implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer by Kostya Serebryany · 13 years ago
  13. 1c2e933 Allow preprocessor callbacks to recover from a "file not found" error, by Douglas Gregor · 13 years ago
  14. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  15. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  16. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  17. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  18. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  19. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  20. 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
  21. c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
  22. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  23. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  24. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  25. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  26. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  27. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  28. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  29. 22508f4 Fix one last place where we weren't writing into a string literal consistently. by Eli Friedman · 13 years ago
  30. 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
  31. 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
  32. 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  33. f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  34. eee242f Make the loading of information attached to an IdentifierInfo from an by Douglas Gregor · 13 years ago
  35. f226ff9 [PCH] When visiting preprocessed entities, make it possible to avoid deserializing by Argyrios Kyrtzidis · 13 years ago
  36. eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
  37. d80d90d Argyrios says this change is required for safety under PTH. Me, I believe him. by John McCall · 13 years ago
  38. 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
  39. 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
  40. aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
  41. 661a996 -Wc++98-compat warnings for the lexer. by Richard Smith · 13 years ago
  42. fd5f686 Add c_alignas and cxx_alignas features by Peter Collingbourne · 13 years ago
  43. 3d5f955 Add a preprocessor callback that is invoked every time the 'defined' by Douglas Gregor · 13 years ago
  44. 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
  45. 4671730 We do parse hexfloats in C++11; make it actually work. by Douglas Gregor · 13 years ago
  46. 209dfbe Handle the case where preprocessor entities are not received in order, by Argyrios Kyrtzidis · 13 years ago
  47. d5e1d60 Handle Perforce-style conflict markers like normal conflict markers. Perforce by Richard Smith · 13 years ago
  48. 98d86b9 Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when in by Richard Smith · 13 years ago
  49. c892c5f For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. by Argyrios Kyrtzidis · 13 years ago
  50. 158ebfb A couple random preprocessor changes that got ported from C99 to C++11. by Eli Friedman · 13 years ago
  51. a08529c Fixed exapnsion range for # and ##. by Abramo Bagnara · 13 years ago
  52. 8dfac0b Add explicit attributes to mark functions as having had their by John McCall · 13 years ago
  53. 6b4ff04 Introduce a callback to PPCallbacks for lines skipped by the preprocessor. by Argyrios Kyrtzidis · 13 years ago
  54. 17c8c84 When parsing a character literal, extract the characters from the by Douglas Gregor · 13 years ago
  55. 7e7b503 Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable. by Zhongxing Xu · 13 years ago
  56. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  57. 9fe8c74 Fix missing includes for llvm_unreachable by David Blaikie · 13 years ago
  58. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  59. 4cd0634 Do manual binary search for preprocessing entities because their end locations by Argyrios Kyrtzidis · 13 years ago
  60. d7bb6a0 ArrayRef-ifying MacroArgs::create's arguments argument. by David Blaikie · 13 years ago
  61. 681d83d Simplify the last character check. by David Blaikie · 13 years ago
  62. 196e71e More MSVC9 unbreaking. by Benjamin Kramer · 13 years ago
  63. 2502efd [libclang] When pointing at a macro expansion inside a macro argument, by Argyrios Kyrtzidis · 13 years ago
  64. de4e0a8 The location of the name in MacroDefinition is the beginning of its range, by Argyrios Kyrtzidis · 13 years ago
  65. 0e322ff Fix gcc build. by Argyrios Kyrtzidis · 13 years ago
  66. b6441ef Introduce local_begin()/local_end() methods in PreprocessingRecord which by Argyrios Kyrtzidis · 13 years ago
  67. 2dbaca7 Introduce PreprocessingRecord::getPreprocessedEntitiesInRange() by Argyrios Kyrtzidis · 13 years ago
  68. a64ccef Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. by Argyrios Kyrtzidis · 13 years ago
  69. 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
  70. 8f8d581 When we load header file information from the external source (i.e., by Douglas Gregor · 13 years ago
  71. 0fd787b Tweak the module auto-import heuristics a bit by Douglas Gregor · 13 years ago
  72. fba18aa Add an experimental flag -fauto-module-import that automatically turns by Douglas Gregor · 13 years ago
  73. e24692b [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 13 years ago
  74. 6e975c4 For modules, use a hash of the compiler version, language options, and by Douglas Gregor · 13 years ago
  75. 21cae20 When an import statement fails to find a module in the module cache, by Douglas Gregor · 13 years ago
  76. 9a6da69 Introduce a cc1-level option to provide the path to the module cache, by Douglas Gregor · 13 years ago
  77. 8f7c540 [libclang] Fix annotation and getting a "macro expansion" cursor by Argyrios Kyrtzidis · 13 years ago
  78. 5471bc8 Allow C++0x enumerations with a fixed underlying type in by Douglas Gregor · 13 years ago
  79. e97179c Implement the Objective-C 'instancetype' type, which is an alias of by Douglas Gregor · 13 years ago
  80. b8db7cd Optimize the preprocessor's handling of the __import_module__ by Douglas Gregor · 13 years ago
  81. 7640c00 Advertise support for cxx_range_for as an extension in C++98 mode. Patch by Jean-Daniel Dupas! by Richard Smith · 13 years ago
  82. 1daa58e Speed up BCPL comment lexing by looking aggressively for newlines and then scannig backwards to see if the newline is escaped. by Benjamin Kramer · 13 years ago
  83. 5d6ae28 Use the Lexer's definition of whitespace here. by Benjamin Kramer · 13 years ago
  84. 41a50a9 Use const_cast to avoid warnings. by Benjamin Kramer · 13 years ago
  85. 74e611a Add test case for defaulted copy and move structure validation. by Sebastian Redl · 13 years ago
  86. 8e85e85 Handle a code-completion token being passed to the macro stringify operator. by Argyrios Kyrtzidis · 13 years ago
  87. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  88. c8c97a0 Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. by Argyrios Kyrtzidis · 13 years ago
  89. 998b3d3 Allow the preprocessor to be constructed without performing target- by Douglas Gregor · 13 years ago
  90. e2ca828 Don't try keeping a 'LeadingEmptyMacroLoc' in NullStmt. This fails by Argyrios Kyrtzidis · 13 years ago
  91. 3e3cd93 Teach ASTContext and Preprocessor to hold on to references to the same by Douglas Gregor · 13 years ago
  92. 7143aab Modules hide macro definitions by default, so that silly things like by Douglas Gregor · 13 years ago
  93. c0846d6 Make sure to initialize field. Hopefully this will fix some test failures on Windows. by Eli Friedman · 13 years ago
  94. 65030af Switch __import__ over to __import_module__, so we don't conflict with by Douglas Gregor · 13 years ago
  95. f84139a Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) by Eli Friedman · 13 years ago
  96. 1155c42 Allow C99 hexfloats in C++0x mode. This change resolves the standards by Douglas Gregor · 13 years ago
  97. ece3894 Add and document __has_feature values for the remaining C++0x by Douglas Gregor · 13 years ago
  98. 6be16fe Take an entirely different approach to handling the "parsing" of by Douglas Gregor · 13 years ago
  99. 6aa52ec Introduce support for a simple module import declaration, which by Douglas Gregor · 13 years ago
  100. 03c107a Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be by Argyrios Kyrtzidis · 13 years ago