1. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 12 years ago
  2. 5e24f2d [PCH] Make the new PCH format (control block) backwards compatible and by Argyrios Kyrtzidis · 12 years ago
  3. f64d25c [PCH] Remove redundant stat call when validating the input files. by Argyrios Kyrtzidis · 12 years ago
  4. a89b618 [PCH] When writing out the list of input files, avoid emitting duplicate by Argyrios Kyrtzidis · 12 years ago
  5. bc2a35d Finish implementing 'selected constructor' rules for triviality in C++11. In by Richard Smith · 12 years ago
  6. d5bc867 Implement C++03 [dcl.init]p5's checking for value-initialization of references by Richard Smith · 12 years ago
  7. 35f3f36 Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body by Argyrios Kyrtzidis · 12 years ago
  8. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  9. 37ed127 Refactor recording the preprocessor conditional directive regions out of by Argyrios Kyrtzidis · 12 years ago
  10. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  11. 87e2cfc Actually keep track of the source locations at which particular module by Douglas Gregor · 12 years ago
  12. 7d04d3a Refactor to reduce duplication in handling of special member functions. No functionality change. by Richard Smith · 12 years ago
  13. acf796b Store on the CXXRecordDecl whether the class has, or would have, a copy by Richard Smith · 12 years ago
  14. 2a82ca2 Introduce ASTUnresolvedSet, an UnresolvedSet-like class, whose contents are by Argyrios Kyrtzidis · 12 years ago
  15. 992d917 [modules] Use a memory buffer directly as input for the module includes, by Argyrios Kyrtzidis · 12 years ago
  16. 958bcaf [modules] Setup the import location of a module file and use it by Argyrios Kyrtzidis · 12 years ago
  17. 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
  18. ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
  19. 23700f0 Allow to pass from syntactic form of InitListExpr to semantic form (just as viceversa). No functionality change. by Abramo Bagnara · 12 years ago
  20. 7cdd281 When loading a module fails because it is out of date, rebuild that by Douglas Gregor · 12 years ago
  21. 5305641 PR13552: Fix the end location of a CXXNewExpr. by David Blaikie · 12 years ago
  22. 9e60371 Tease out the routine that reads the control block of an AST file from by Douglas Gregor · 12 years ago
  23. 23de7ce [PCH] Take into account the 'include' source location of a SM_SLOC_BUFFER_ENTRY. by Argyrios Kyrtzidis · 12 years ago
  24. 4f11234 [PCH] Write out the ClassTemplateDecl::Common::InjectedClassNameType type by Argyrios Kyrtzidis · 12 years ago
  25. ce25492 [libclang] Correct how the index inside the local preprocessed entities array by Argyrios Kyrtzidis · 12 years ago
  26. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  27. 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
  28. 33e1576 [PCH] The diagnostic state points can refer to previously created by Argyrios Kyrtzidis · 12 years ago
  29. 0ca6e27 Remove the old predefines-buffer diffing code completely. It's been by Douglas Gregor · 12 years ago
  30. a9b8da4 Fix computation of predefines buffer from the preprocessor-option by Douglas Gregor · 12 years ago
  31. 8769924 The the preprocessor option validator to compute suggested by Douglas Gregor · 12 years ago
  32. 4c0c7e8 Teach the PCH validator to check the preprocessor options, especially by Douglas Gregor · 12 years ago
  33. a71a7d8 (De-)serialize the preprocessor options, including macros defined, by Douglas Gregor · 12 years ago
  34. bbf3831 (De-)serialize header search options. by Douglas Gregor · 12 years ago
  35. 1b2c3c0 (De-)serialize the file system options. by Douglas Gregor · 12 years ago
  36. 5f3d822 Serialize DiagnosticOptions to the AST file. by Douglas Gregor · 12 years ago
  37. 27ffa6c If the precompiled header named by "-include" is actually a directory, by Douglas Gregor · 12 years ago
  38. 38295be Allow clients of the AST reader to specify what kinds of AST load by Douglas Gregor · 12 years ago
  39. 8b53d14 Collapse ASTReader::ReadSLocEntryRecord() into its only caller, by Douglas Gregor · 12 years ago
  40. 4825fd7 Distinguish the various kinds of AST file loading failures: by Douglas Gregor · 12 years ago
  41. 6b8194e ASTReader.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  42. a930dc9 Eliminate the redundancy between source-file information in the source by Douglas Gregor · 12 years ago
  43. bacc2c5 ASTWriter.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  44. c337fef Describe the new input-files block and its record, for llvm-bcanalyzer. by Douglas Gregor · 12 years ago
  45. 745e6f1 Move the set of files to be validated in an AST file into the control by Douglas Gregor · 12 years ago
  46. 69e1608 Move OriginalDir from ASTReader to ModuleFile. by Douglas Gregor · 12 years ago
  47. caed060 Move the "RelocatablePCH" bit from the ASTReader to the module file. by Douglas Gregor · 12 years ago
  48. 11407b8 Move information about the "original file" from the ASTReader into the by Douglas Gregor · 12 years ago
  49. 0ec56b7 From Vassil Vassilev: enable Sema to deal with multiple ExternalSemaSources. by Axel Naumann · 12 years ago
  50. 39c497b Collapse the original file name and original file ID records into a by Douglas Gregor · 12 years ago
  51. 7ae467f Collapse the "version control revision/tag" AST file record into the by Douglas Gregor · 12 years ago
  52. ee097c1 Split the target options out into their own record within the AST by Douglas Gregor · 12 years ago
  53. b1502bc DR1442: In a range-based for statement, namespace 'std' is not an associated by Richard Smith · 12 years ago
  54. 1d9d989 Start factoring the on-disk records for an AST file into a control by Douglas Gregor · 12 years ago
  55. b03527a Set a special flag in class metadata when an Objective-C class by John McCall · 12 years ago
  56. 57016dd Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 12 years ago
  57. 2b49d1f Introduce the notion of excluded headers into the module map by Douglas Gregor · 12 years ago
  58. 716c8df [PCH] We only need to record C++ overridden methods once for the canonical decl. by Argyrios Kyrtzidis · 12 years ago
  59. 54c8a40 Track which particular submodule #undef's a macro, so that the actual by Douglas Gregor · 12 years ago
  60. e8219a6 Diagnose the expansion of ambiguous macro definitions. This can happen by Douglas Gregor · 12 years ago
  61. 3ab50fe Introduce a simple "hint" scheme to eliminate the quadratic behavior by Douglas Gregor · 12 years ago
  62. e9652bf Make the deserialization of PendingMacroIDs deterministic. by Douglas Gregor · 12 years ago
  63. 900ab95 [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 12 years ago
  64. 4145228 Remove the ASTDeserializationListener's MacroVisible() callback, which by Douglas Gregor · 12 years ago
  65. 7097be9 Remove an unused bit from the serialized IdentifierInfo by Douglas Gregor · 12 years ago
  66. 6c6c54a Deserialize macro history when we deserialize an identifier that has by Douglas Gregor · 12 years ago
  67. 1e4691b Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor. by Jordan Rose · 12 years ago
  68. 62288ed When indexing a module file, for the ppIncludedFile callback give by Argyrios Kyrtzidis · 12 years ago
  69. 2a85718 [modules] Consistently construct a buffer as input to build the module. by Argyrios Kyrtzidis · 12 years ago
  70. a8235d6 Rework the (de-)serialization of macros, as stored in by Douglas Gregor · 12 years ago
  71. ce12d2f Make the order of visitation of the pending bodies in the AST reader by Douglas Gregor · 12 years ago
  72. 5456b0fe When we load a function or method body from an AST file, we check by Douglas Gregor · 12 years ago
  73. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  74. c7782d9 [Modules] Introduce Module::TopHeaders which is a set of top-level headers by Argyrios Kyrtzidis · 12 years ago
  75. 59c0a81 Fixed FunctionTypeLoc source range. by Abramo Bagnara · 12 years ago
  76. 351dbbe Fix r165005: The lexical DeclContext is not the right place to make a decision about whether we need to call tryAddTopLevelDecl or not. That call should be made when the DeclContext's redeclaration context is the translation unit. by Axel Naumann · 12 years ago
  77. 3021475 Remove ASTReader::needPendingInstantiation(), introduced in r164993, by Douglas Gregor · 12 years ago
  78. 8d45c2b Add some FIXMEs to the ASTReader code by Douglas Gregor · 12 years ago
  79. e5fa3c2 Revert most of the functionality in r165001. Instead, make sure that by Douglas Gregor · 12 years ago
  80. bebae7c [PCH] Fix serialization of an ImportDecl. by Argyrios Kyrtzidis · 12 years ago
  81. d64c26f Set the file entry for a Module* that was created during deserialization by Argyrios Kyrtzidis · 12 years ago
  82. a2ea4d9 [PCH/Module] Change the map of file-level DeclIDs to use a FileID by Argyrios Kyrtzidis · 12 years ago
  83. 2093e0b [libclang] When indexing an AST file, only deserialize the file level by Argyrios Kyrtzidis · 12 years ago
  84. 632dcc9 [libclang] When indexing an AST file, only deserialize the preprocessing record by Argyrios Kyrtzidis · 12 years ago
  85. 8dd927c Add info in the preprocessing record whether an inclusion directive by Argyrios Kyrtzidis · 12 years ago
  86. bb2011d Add redecls into their lexical DeclContext: this is what they assert on, and the merging should have set it correctly. by Axel Naumann · 12 years ago
  87. 38c3bb4 Only those InterestingDecls that got added to the AST should be passed to the ASTConsumer. by Axel Naumann · 12 years ago
  88. 39d26c3 Merge pending instantiations instead of overwriting existing ones. by Axel Naumann · 12 years ago
  89. be9af12 Add FP_CONTRACT support for clang. by Lang Hames · 12 years ago
  90. 3dd82f7 The Redeclarable part of named decls is read before their name. by Axel Naumann · 12 years ago
  91. b0e33d4 Also merge template redeclarations. by Axel Naumann · 12 years ago
  92. 7b3b95a Bring ASTReader and Writer into sync for the case where a canonical template specialization was written, which is non-canonical at the time of reading: force the reading of the ClassTemplateDecl if it was written. by Axel Naumann · 12 years ago
  93. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  94. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  95. c12906e Make sure that we don't end up making an #undef'd macro visible after by Douglas Gregor · 12 years ago
  96. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  97. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  98. 5931331 ASTWriter: Tighten up assertions when emitting a declaration name. by Benjamin Kramer · 12 years ago
  99. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  100. ffdf686 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago