1. a4ca95a c-index-test.c: Fix a comment style. /* It is C source. */ by NAKAMURA Takumi · 13 years ago
  2. 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
  3. 9190943 c-index-test.c: Fix syntax. It is C source. by NAKAMURA Takumi · 13 years ago
  4. b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
  5. c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
  6. 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
  7. 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
  8. 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
  9. 64b4b43 Removing unused initialization. by David Blaikie · 13 years ago
  10. 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
  11. 1445bba Temporary fix for a performance problem Eli spotted. The APValue representation by Richard Smith · 13 years ago
  12. 7480d96 Reflow lines, remove else-if after returns, rename variable "TydefContext" to by Nick Lewycky · 13 years ago
  13. 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
  14. cb6542f Fix the signature of __sigsetjmp and sigsetjmp. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
  15. a8ecd7c Remove unnecessary include. by Devang Patel · 13 years ago
  16. 108fb14 objc rewriter: use a more specific name for local variable used by Fariborz Jahanian · 13 years ago
  17. f3fb5c5 We don't add ExprWithCleanups to the CFG, and getSVal looks by John McCall · 13 years ago
  18. c9a2371 Define some built-ins macros on mips32 platform, from Simon Atanasyan! by Douglas Gregor · 13 years ago
  19. 608b402 Update test. by Benjamin Kramer · 13 years ago
  20. a720287 Try to fix an issue on some hosts where the 'lib' in the builtin include by Chandler Carruth · 13 years ago
  21. ba243b5 Fixing 80 col violations (& removing any trailing whitespace on files I was touching anyway) by David Blaikie · 13 years ago
  22. a8fbc05 Fix 80 cols violations & remove trailing whitespace. by David Blaikie · 13 years ago
  23. 7b3819d Reflow one line I missed in previous cleanup commit. No functionality change. by Nick Lewycky · 13 years ago
  24. d4c100e Minor cleanup, mostly reindenting. Remove one helper function that just called by Nick Lewycky · 13 years ago
  25. d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
  26. a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
  27. d3891e9 Workaround for compilers that don't implement C++ DR45, from Tom Honermann! by Douglas Gregor · 13 years ago
  28. b31dd8f Put ext_offsetof_extended_field_designator under the warning flag by Douglas Gregor · 13 years ago
  29. 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
  30. 3382f65 Extract the blocks-related ARC tests into their own file. by John McCall · 13 years ago
  31. 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
  32. 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
  33. 790c372 Remove extra ';' by Devang Patel · 13 years ago
  34. 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
  35. 75d0fe7 Add "I" (ICE) annotations onto a few more x86 intrinsics. by Eli Friedman · 13 years ago
  36. ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
  37. 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
  38. a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
  39. 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
  40. 8d4a515 [analyzer] Testing: test with all the non-experimental checker packages. by Anna Zaks · 13 years ago
  41. 86f14ab [analyzer] Testing: support for regenerate reference output by Anna Zaks · 13 years ago
  42. af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
  43. 3f54d48 Fix comment typos by Douglas Gregor · 13 years ago
  44. f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
  45. 4c11772 Sort contents of exports file. No functionality change. by Ted Kremenek · 13 years ago
  46. 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
  47. 8d0ffc7 [analyzer] Remove redundant check from DivZeroChecker by Anna Zaks · 13 years ago
  48. a7a2564 [analyzer] Testing: Display the number of reported differences in the main log. by Anna Zaks · 13 years ago
  49. 4219c66 This test isn't portable to non-x86 platforms; specify a triple. by Eli Friedman · 13 years ago
  50. 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
  51. 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
  52. d9d137e From Vassil Vassilev: add checks for removing Decls for more use cases. by Axel Naumann · 13 years ago
  53. c44bc2d Add a default system include of '/include'. This isn't particularly by Chandler Carruth · 13 years ago
  54. ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
  55. 263d667 [arcmt] NSViewController does not support weak. by Argyrios Kyrtzidis · 13 years ago
  56. 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
  57. 355130f Misc fixes to pcmp*stri. by Eli Friedman · 13 years ago
  58. 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
  59. 83084c8 lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc. by NAKAMURA Takumi · 13 years ago
  60. 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
  61. 13330c4 DeclPrinter: print the declaration's storage class specifier as by Peter Collingbourne · 13 years ago
  62. aa9aa3b Some tests missed from r144056. by Richard Smith · 13 years ago
  63. 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
  64. 1aa1721 Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 13 years ago
  65. db1822c Fix a cluster of related issues involving value-dependence and constant by Richard Smith · 13 years ago
  66. da95f73 Clean up type flags for overloaded Neon builtins. No functional change. by Bob Wilson · 13 years ago
  67. bc05f57 [analyzer] Testing infrastructure: flush the output between projects. by Anna Zaks · 13 years ago
  68. dc4df51 There are some crazy cases that LookupMethodInReceiverType by John McCall · 13 years ago
  69. 1a8a8cb [analyzer] Make sure scan-build catches all clang failures. by Anna Zaks · 13 years ago
  70. 66f8571 constexpr: static data members declared constexpr are required to have an by Richard Smith · 13 years ago
  71. 45fa560 When we notice that a member function is defined with "= delete" or "= by Douglas Gregor · 13 years ago
  72. cf6ba2e Whitespace. by Chad Rosier · 13 years ago
  73. 55ccbd5 Tablegenify -g options. by Chad Rosier · 13 years ago
  74. 8da270e Remove test with int128 printing since it breaks on some platforms. by Richard Trieu · 13 years ago
  75. 21adcf3 Add missing part of test by Douglas Gregor · 13 years ago
  76. 66e8700 ASTConsumer::handleTopLevelDecl will end up getting called for by Douglas Gregor · 13 years ago
  77. a33849b [arcmt] Fix handling NSMakeCollectable inside an objc method. by Argyrios Kyrtzidis · 13 years ago
  78. b0e1e12 [arcmt] In GC, handle (assign) @properties. by Argyrios Kyrtzidis · 13 years ago
  79. bf8455c [arcmt] Map property decls to their GC attributes. by Argyrios Kyrtzidis · 13 years ago
  80. 11cbe2a Add support for printing integer literals of type short, unsigned short, by Richard Trieu · 13 years ago
  81. 12192cf [arcmt] In GC, change '__weak' -> '__unsafe_unretained' when applied by Argyrios Kyrtzidis · 13 years ago
  82. 5cad822 When applying ARC __weak to a non-objc pointer, do not give error that by Argyrios Kyrtzidis · 13 years ago
  83. 8cacea5 Better fix for -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
  84. e113477 Remove duplicate listings for core.DivideZero by Matt Beaumont-Gay · 13 years ago
  85. 2c1227c Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  86. efaa93a Tighten up the conditions under which we consider ourselves to be by Douglas Gregor · 13 years ago
  87. 90f93d4 Appease -Wnon-virtual-dtor by Matt Beaumont-Gay · 13 years ago
  88. f2db04c Fix an unsafe use of Twine. by Benjamin Kramer · 13 years ago
  89. cc5d4f6 Constant expression evaluation: support for arrays. by Richard Smith · 13 years ago
  90. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  91. eb35ffc Fix Linux libc++ usage. Somehow this slipped through during the port. by Chandler Carruth · 13 years ago
  92. 38dce9b Fix 32-bit build bots and remove some casting-away-const warnings. by Richard Smith · 13 years ago
  93. 19ff92b Colorize. (this is consistent with the coloring in diagnostics.html, but perhaps that's a bit out of date because it doesn't look like current clang behavior) by David Blaikie · 13 years ago
  94. 2b73517 [analyzer] Add the Checker Developer Manual to the menu. by Anna Zaks · 13 years ago
  95. 464ef2e [analyzer] Add overview and checker registration to the checker developer manual. by Anna Zaks · 13 years ago
  96. 7864435 Rip out CK_GetObjCProperty. by John McCall · 13 years ago
  97. 9a17a68 Constant expression evaluation: preserve subobject designator when flattening a by Richard Smith · 13 years ago
  98. db45806 Rip the ObjCPropertyRef l-value kind out of IR-generation. by John McCall · 13 years ago
  99. 6796fc1 Remove duplicate word & unnecessary conditional. by David Blaikie · 13 years ago
  100. 921da24 Move tests to the appropriate directory to match the spec hierarchy. by David Blaikie · 13 years ago