1. e0d2066 Make getDefinitiveDeclContext() actually return a DeclContext, as one by Douglas Gregor · 11 years ago
  2. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 11 years ago
  3. 125eb3e ReadSourceManagerBlock is skipping over records that can contain Blobs. Not passing by Chris Lattner · 11 years ago
  4. 8222b89 Revert r173056; it breaks one of the CodeGen-with-PCH tests. by Douglas Gregor · 11 years ago
  5. c44cc01 When loading an identifier from an AST file solely for the purpose of by Douglas Gregor · 11 years ago
  6. 5a04f9f Introduce a fast path for the ASTReader's name lookup within a by Douglas Gregor · 11 years ago
  7. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  8. b3ce357 update to use the new BitcodeCursor readRecord that takes a StringRef blob parameter, by Chris Lattner · 11 years ago
  9. e4e4a88 add back a #include needed on some builders. by Chris Lattner · 11 years ago
  10. 8f9a1eb finish converting the normal cases in ASTReader to use the new BitstreamCursor APIs. by Chris Lattner · 11 years ago
  11. 99a5af0 convert some more stuff over to use new cursor APIs. by Chris Lattner · 11 years ago
  12. 88bde50 switch a bunch of ASTReader to use the new BitstreamCursor::advance* methods, by Chris Lattner · 11 years ago
  13. dc1088f [PCH/Modules] Revert r172843, it caused a module to fail building. by Argyrios Kyrtzidis · 11 years ago
  14. 8dc3c80 Remove unused variable by Matt Beaumont-Gay · 11 years ago
  15. f953276 [PCH/Modules] Re-apply r172620 and r172629, now with 100% less infinite loops! by Argyrios Kyrtzidis · 11 years ago
  16. 4f45bc0 [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 11 years ago
  17. d3b036e Revert Clang r172620 and r172629, which caused a hang when building by Douglas Gregor · 11 years ago
  18. f7f1264 [PCH/Modules] The iterator may become invalidated because a new macro can be added by Argyrios Kyrtzidis · 11 years ago
  19. 7f69b1a [PCH/Modules] Change how macro [re]definitions are de/serialized. by Argyrios Kyrtzidis · 11 years ago
  20. b6cbe51 Implement parsing, AST, (de-)serialization, and placeholder global by Douglas Gregor · 12 years ago
  21. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  22. ca2ab45 Provide Decl::getOwningModule(), which determines the (sub)module in by Douglas Gregor · 12 years ago
  23. e8b61cf [PCH] Make the const_cast explicit to silence a compiler warning. by Argyrios Kyrtzidis · 12 years ago
  24. 5ea6ef4 Truth in advertising: LocallyScopedExternalDecls actually only contains by Richard Smith · 12 years ago
  25. 8169b67 [PCH] (De)serialize the end location of MacroInfo. by Argyrios Kyrtzidis · 12 years ago
  26. ca40f30 [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all by Argyrios Kyrtzidis · 12 years ago
  27. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 12 years ago
  28. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 12 years ago
  29. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  30. 5e24f2d [PCH] Make the new PCH format (control block) backwards compatible and by Argyrios Kyrtzidis · 12 years ago
  31. f64d25c [PCH] Remove redundant stat call when validating the input files. by Argyrios Kyrtzidis · 12 years ago
  32. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  33. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  34. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  35. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  36. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  37. 992d917 [modules] Use a memory buffer directly as input for the module includes, by Argyrios Kyrtzidis · 12 years ago
  38. 958bcaf [modules] Setup the import location of a module file and use it by Argyrios Kyrtzidis · 12 years ago
  39. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  40. ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
  41. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  42. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  43. 23de7ce [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. by Argyrios Kyrtzidis · 12 years ago
  44. ce25492 [libclang] Correct how the index inside the local preprocessed entities array by Argyrios Kyrtzidis · 12 years ago
  45. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  46. 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
  47. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  48. 0ca6e27 Remove the old predefines-buffer diffing code completely. It's been by Douglas Gregor · 12 years ago
  49. a9b8da4 Fix computation of predefines buffer from the preprocessor-option by Douglas Gregor · 12 years ago
  50. 8769924 The the preprocessor option validator to compute suggested by Douglas Gregor · 12 years ago
  51. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  52. a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
  53. bbf3831 (De-)serialize header search options. by Douglas Gregor · 12 years ago
  54. 1b2c3c0 (De-)serialize the file system options. by Douglas Gregor · 12 years ago
  55. 5f3d822 Serialize DiagnosticOptions to the AST file. by Douglas Gregor · 12 years ago
  56. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  57. 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
  58. 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
  59. 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
  60. 6b8194e ASTReader.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  61. a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
  62. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  63. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  64. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  65. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  66. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  67. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  68. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  69. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  70. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  71. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  72. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  73. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  74. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  75. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  76. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  77. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  78. 7097be9 Remove an unused bit from the serialized IdentifierInfo by Douglas Gregor · 12 years ago
  79. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  80. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  81. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  82. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  83. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  84. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  85. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  86. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
  87. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  88. e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
  89. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 12 years ago
  90. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 12 years ago
  91. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  92. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  93. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  94. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  95. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  96. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  97. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  98. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  99. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  100. a6c66ce Change the representation of builtin functions in the AST by Eli Friedman · 12 years ago