1. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  2. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  3. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  4. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  5. bf2e680 Add -Wmismatched-method-attributes flag for when attributes in method definition and by Fariborz Jahanian · 13 years ago
  6. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  7. 40f57ee Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'ImplicitInterfaceDecl', by Argyrios Kyrtzidis · 13 years ago
  8. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  9. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  10. 639d5b8 A space in a diagnostic group is a bead idea. by Benjamin Kramer · 13 years ago
  11. a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
  12. c71d554 [libclang] Slight changes to the indexing API and bigger internal changes for it. by Argyrios Kyrtzidis · 13 years ago
  13. b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
  14. 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
  15. 5a17499 [PCH] Load the chained objc categories only after recursive loading is finished by Argyrios Kyrtzidis · 13 years ago
  16. c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
  17. 67bc4ba [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls by Argyrios Kyrtzidis · 13 years ago
  18. 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
  19. e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  20. 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
  21. 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
  22. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  23. 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
  24. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  25. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  26. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  27. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  28. 9793e8f Fix some typos, grammar errors, etc. in cursor kind descriptions by Douglas Gregor · 13 years ago
  29. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  30. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  31. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  32. 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
  33. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  34. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  35. ab336c1 include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 by NAKAMURA Takumi · 13 years ago
  36. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  37. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  38. ba49103 Add a const version of ObjCClassDecl::getForwardDecl, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  39. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  40. 3fe0aad include/clang/AST/APValue.h: Try to fix *900* of cast-qual warnings by g++. by NAKAMURA Takumi · 13 years ago
  41. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  42. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  43. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  44. 3472089 Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. by Eli Friedman · 13 years ago
  45. cb6542f Fix the signature of __sigsetjmp and sigsetjmp. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  46. ba243b5 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) by David Blaikie · 13 years ago
  47. a8fbc05 Fix 80 cols violations & remove trailing whitespace. by David Blaikie · 13 years ago
  48. d3891e9 Workaround for compilers that don't implement C++ DR45, from Tom Honermann! by Douglas Gregor · 13 years ago
  49. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  50. 790c372 Remove extra ';' by Devang Patel · 13 years ago
  51. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  52. 75d0fe7 Add "I" (ICE) annotations onto a few more x86 intrinsics. by Eli Friedman · 13 years ago
  53. 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
  54. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  55. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  56. 355130f Misc fixes to pcmp*stri. by Eli Friedman · 13 years ago
  57. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  58. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  59. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  60. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  61. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  62. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  63. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  64. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  65. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  66. dbbdec9 Make sure when setting AttributesAsWritten of a property that they do not by Argyrios Kyrtzidis · 13 years ago
  67. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  68. 103accc Fix a significant oversight in my move of MSVC includes to the driver: by Chandler Carruth · 13 years ago
  69. ac2bc4d Add two flags to the CC1 layer that I was hoping to avoid. We need to by Chandler Carruth · 13 years ago
  70. 96dcade serialized diagnostics: include FixIt information in serialized diagnostics. by Ted Kremenek · 13 years ago
  71. 0d34e6e serialized diagnostics: pull emission of filenames into diagnostic block. by Ted Kremenek · 13 years ago
  72. 2a20b4f serialized diagnostics: emit source ranges. by Ted Kremenek · 13 years ago
  73. fdd0ced Move definition of record/block IDs for serialized diagnostics to public header. by Ted Kremenek · 13 years ago
  74. ab9fcd0 Switch the C++ include interface in the ToolChain to use the same naming by Chandler Carruth · 13 years ago
  75. a246d27 Check for invalid after calling getSLocEntry, for safety. by Argyrios Kyrtzidis · 13 years ago
  76. 033be8b Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. by Devang Patel · 13 years ago
  77. e0ac745 [arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease. by Argyrios Kyrtzidis · 13 years ago
  78. 7ffa032 Sink the handling of -fobjc-arc-cxxlib to live with the other -fobjc-arc by Chandler Carruth · 13 years ago
  79. 88491fc Add a system include management interface to the toolchain, and call it by Chandler Carruth · 13 years ago
  80. 27c72d8 Teach the ASTImporter to import DefinitionData bits. by Douglas Gregor · 13 years ago
  81. 17015ef Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class by Douglas Gregor · 13 years ago
  82. dfb332d [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  83. 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  84. 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  85. 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  86. 6800ba6 [analyzer] Make sink attribute part of the node profile. by Anna Zaks · 13 years ago
  87. 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
  88. cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
  89. a2a8603 [analyzer] CheckerContext::getPredecessor() cleanup by Anna Zaks · 13 years ago
  90. 6706e97 [analyzer] Remove the CheckerContext's destructor. by Anna Zaks · 13 years ago
  91. 0bfaf06 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
  92. 62ba9f6 Put a reference of the ASTReader in the ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  93. 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  94. cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
  95. 64f45a2 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
  96. 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
  97. 436ecd9 Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. by Eli Friedman · 13 years ago
  98. 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 13 years ago
  99. 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
  100. eea6480 In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago