1. 8213eca [PCH] Fix the test. by Argyrios Kyrtzidis · 13 years ago
  2. 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
  3. ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
  4. 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
  5. ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
  6. 6ec43ad [libclang] Further simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  7. 23d29c8 Tweak the module map file test slightly, by putting one of the headers by Douglas Gregor · 13 years ago
  8. 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
  9. cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
  10. 194428c Make test compatible with ARM hosts. by Eli Friedman · 13 years ago
  11. 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
  12. 9793e8f Fix some typos, grammar errors, etc. in cursor kind descriptions by Douglas Gregor · 13 years ago
  13. 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
  14. 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
  15. 39d3196 Extend -Wno-bind-to-temporary-copy and -Wno-{unnamed,local}-type-template-args by Richard Smith · 13 years ago
  16. 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
  17. a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
  18. b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago
  19. e97ac9e Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null character, and change the creation of the FixIT's string to again just rely on this string (instead of duplicating it when calling createCXString). by Ted Kremenek · 13 years ago
  20. 8f6457e Silence compiler warning. by Benjamin Kramer · 13 years ago
  21. f64699e Constant expression evalation: const_cast support. by Richard Smith · 13 years ago
  22. 5a5dcdc Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 by Bob Wilson · 13 years ago
  23. 40f6975 libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminator on fixit. by NAKAMURA Takumi · 13 years ago
  24. 6660ae6 Don't recurse so deep in this test, pending APValue rework to further reduce the by Richard Smith · 13 years ago
  25. cd99b07 Reduce the constexpr stack pressure somewhat. Hopefully this will be enough to by Richard Smith · 13 years ago
  26. 6edae59 test/Misc/serialized-diags.c: Tweak FileCheck expressions to be tolerant to DOSish output. by NAKAMURA Takumi · 13 years ago
  27. 59efe26 Constant expression evaluation: support for constexpr member functions. This by Richard Smith · 13 years ago
  28. cc1af78 Place 'argument unused during compilation' under a -W flag. Fixes <rdar://problem/10403653>. by Ted Kremenek · 13 years ago
  29. 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
  30. 538773c Be sure to insulate block literals from any cleanups in their by John McCall · 13 years ago
  31. d7df785 Add Linux multiarch include directories for mips/mipsel. Patch from Simon Atanasyan. by Eli Friedman · 13 years ago
  32. ab336c1 include/clang-c/Index.h: Update CINDEX_LINKAGE on 6 decls. Corresponds to libclang.exports in r144343 by NAKAMURA Takumi · 13 years ago
  33. 8ac2c66 Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) by Eli Friedman · 13 years ago
  34. a7e8a83 [serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and by Ted Kremenek · 13 years ago
  35. 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
  36. dd93c59 [libclang] Simplify the indexing API. by Argyrios Kyrtzidis · 13 years ago
  37. ba49103 Add a const version of ObjCClassDecl::getForwardDecl, no functionality change. by Argyrios Kyrtzidis · 13 years ago
  38. ef04ecf Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility. by Francois Pichet · 13 years ago
  39. 9e9a3e6 [static analyzer] be more specific when running removeDeadBindings. Instead of seeing if the predecessor node was a non-StmtPoint, check if it is specifically a BlockEntrance node. by Ted Kremenek · 13 years ago
  40. 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
  41. acdfa4d Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add by Richard Smith · 13 years ago
  42. ce117a7 [static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stmts, entering a basic block, or analyzing non-consumed expressions. This sigificantly speeds up analysis time, and reduces analysis time down to 27% less than before we linearized the CFG. by Ted Kremenek · 13 years ago
  43. b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
  44. a60279d Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr. by Eli Friedman · 13 years ago
  45. 6142ca7 Revert r144273. It causes clang self-host build failure. by Devang Patel · 13 years ago
  46. 6eb29d2 serialized diagnostics: simplify code. by Benjamin Kramer · 13 years ago
  47. 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
  48. 3fe0aad include/clang/AST/APValue.h: Try to fix *900* of cast-qual warnings by g++. by NAKAMURA Takumi · 13 years ago
  49. a4ca95a c-index-test.c: Fix a comment style. /* It is C source. */ by NAKAMURA Takumi · 13 years ago
  50. 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
  51. 9190943 c-index-test.c: Fix syntax. It is C source. by NAKAMURA Takumi · 13 years ago
  52. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  53. c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
  54. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  55. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  56. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  57. 64b4b43 Removing unused initialization. by David Blaikie · 13 years ago
  58. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  59. 1445bba Temporary fix for a performance problem Eli spotted. The APValue representation by Richard Smith · 13 years ago
  60. 7480d96 Reflow lines, remove else-if after returns, rename variable "TydefContext" to by Nick Lewycky · 13 years ago
  61. 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
  62. cb6542f Fix the signature of __sigsetjmp and sigsetjmp. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  63. a8ecd7c Remove unnecessary include. by Devang Patel · 13 years ago
  64. 108fb14 objc rewriter: use a more specific name for local variable used by Fariborz Jahanian · 13 years ago
  65. f3fb5c5 We don't add ExprWithCleanups to the CFG, and getSVal looks by John McCall · 13 years ago
  66. c9a2371 Define some built-ins macros on mips32 platform, from Simon Atanasyan! by Douglas Gregor · 13 years ago
  67. 608b402 Update test. by Benjamin Kramer · 13 years ago
  68. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  69. ba243b5 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) by David Blaikie · 13 years ago
  70. a8fbc05 Fix 80 cols violations & remove trailing whitespace. by David Blaikie · 13 years ago
  71. 7b3819d Reflow one line I missed in previous cleanup commit. No functionality change. by Nick Lewycky · 13 years ago
  72. d4c100e Minor cleanup, mostly reindenting. Remove one helper function that just called by Nick Lewycky · 13 years ago
  73. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  74. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  75. d3891e9 Workaround for compilers that don't implement C++ DR45, from Tom Honermann! by Douglas Gregor · 13 years ago
  76. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  77. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
  78. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  79. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  80. 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
  81. 790c372 Remove extra ';' by Devang Patel · 13 years ago
  82. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  83. 75d0fe7 Add "I" (ICE) annotations onto a few more x86 intrinsics. by Eli Friedman · 13 years ago
  84. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  85. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  86. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  87. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  88. 8d4a515 [analyzer] Testing: test with all the non-experimental checker packages. by Anna Zaks · 13 years ago
  89. 86f14ab [analyzer] Testing: support for regenerate reference output by Anna Zaks · 13 years ago
  90. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  91. 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
  92. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  93. 4c11772 Sort contents of exports file. No functionality change. by Ted Kremenek · 13 years ago
  94. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  95. 8d0ffc7 [analyzer] Remove redundant check from DivZeroChecker by Anna Zaks · 13 years ago
  96. a7a2564 [analyzer] Testing: Display the number of reported differences in the main log. by Anna Zaks · 13 years ago
  97. 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
  98. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  99. 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
  100. d9d137e From Vassil Vassilev: add checks for removing Decls for more use cases. by Axel Naumann · 13 years ago