1. bc57b10 const _Atomic(T) is not an atomic type, so do not allow it as the type 'A' in by Richard Smith · 12 years ago
  2. e6664f4 Revert "Utilize new build system support in Xcode 4.5 for easier interposition" by Ted Kremenek · 12 years ago
  3. e10f4d3 -Warc-retain-cycles: warn at variable initialization as well as assignment. by Jordan Rose · 12 years ago
  4. 98e95bf Allow disabling PCH validation when loading an AST file by checking by Argyrios Kyrtzidis · 12 years ago
  5. 12f5fe5 compiler-rt/darwin: Install asan_osx_dynamic with the other runtime libraries. by Daniel Dunbar · 12 years ago
  6. 66dfef1 In StringLiteral::setString make sure that we copy the number of by Argyrios Kyrtzidis · 12 years ago
  7. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
  8. f8dcac5 Utilize new build system support in Xcode 4.5 for easier interposition by Ted Kremenek · 12 years ago
  9. a778d71 scan-build: Determine the location of the clang binary before printing help. by Jordan Rose · 12 years ago
  10. b3cd3c0 Fix some dead stores which the static analyzer warned about. No functionality by Richard Smith · 12 years ago
  11. a6ddea6 When diagnosing multiple mem-initializers in a delegating ctor, point to the delegating initializer, not to the first initializer. For good measure, also highlight the other initializer. by Richard Smith · 12 years ago
  12. 15dfcbf Test removed. by Fariborz Jahanian · 12 years ago
  13. 6f5a2ec objective-C arc: remove -Warc-abi in its entirety. // rdar://10554025 by Fariborz Jahanian · 12 years ago
  14. 7b7e2c4 Fix copy-paste error in manpage. Should be -stdlib=library. by Ted Kremenek · 12 years ago
  15. 867c179 Add missing test from r163874. by Douglas Gregor · 12 years ago
  16. 8c05da3 Comment parsing: don't parse comment marker followed by a digit as a command by Dmitri Gribenko · 12 years ago
  17. 388a594 Comment parsing: support the "\invariant" command. by Dmitri Gribenko · 12 years ago
  18. 7a91888 Do not use "lib32" directory to create a library/object files by Simon Atanasyan · 12 years ago
  19. 2c8e81e Fix warning on qualified typedef with 'unused' attribute, from Jason Haslam! by Douglas Gregor · 12 years ago
  20. 6db351a In debugger mode, allow comparisons between pointers and integers by Douglas Gregor · 12 years ago
  21. dd08427 As we do with base and member initializers in a dependent class, delay by Douglas Gregor · 12 years ago
  22. 6f85b1e Improve the driver title as shown in the --help message. <rdar://12297538> by Bob Wilson · 12 years ago
  23. 82bad6b Fix thunk emission for covariant virtual functions in cases which require by Eli Friedman · 12 years ago
  24. cf15f17 Fix line endings. by Eli Friedman · 12 years ago
  25. b3b6c22 Fix abbreviation for CharacterLiteral in AST serialization. PR13806. by Eli Friedman · 12 years ago
  26. 84dd82e When computing the decltype of an expression, consider Objective-C by Douglas Gregor · 12 years ago
  27. 7fcd136 Fix incorrect comment. by Richard Smith · 12 years ago
  28. b5ea91c Fix up after r163846. Sorry! by Richard Smith · 12 years ago
  29. bed51fe Actually rebuild function types properly when adjusting the function by Douglas Gregor · 12 years ago
  30. 2bcb984 Revert r163829. The world (or libstdc++, at least) is not ready. by Richard Smith · 12 years ago
  31. 71074fd When we substitute into the type of a function based on the by Douglas Gregor · 12 years ago
  32. 7b4362e Comment to XML conversion: we try not to emit empty <Discussion> elements, but by Dmitri Gribenko · 12 years ago
  33. e7ff919 Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has by Richard Smith · 12 years ago
  34. ae19fbb Don't perform template argument deduction against invalid templates; by Douglas Gregor · 12 years ago
  35. abcf0dc Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 12 years ago
  36. 9fb6f79 remove duplicate code. by Fariborz Jahanian · 12 years ago
  37. 7537945 Promote the warning about extra qualification on a declaration from a by Douglas Gregor · 12 years ago
  38. ceb0762 Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. by Richard Smith · 12 years ago
  39. 45b76ba Fix grammar. by Ted Kremenek · 12 years ago
  40. 3686c71 Recover properly after a parse error in a static_assert declaration. by Richard Smith · 12 years ago
  41. a406849 Use a "better" unicode character, to avoid buildbot breakage on bots which can print some unicode characters. by Richard Smith · 12 years ago
  42. a1a32f7 Move back the stuff about missing ownership attribute warning by Fariborz Jahanian · 12 years ago
  43. c7bb384 Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 12 years ago
  44. be87972 When warning about unsafe uses of dispatch_once, specially handle the by Ted Kremenek · 12 years ago
  45. ca5c4c9 Move no explicit ownership warning to SemaType.cpp. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  46. 67330f1 Add tests for r163778. by Ted Kremenek · 12 years ago
  47. 2df67ea This patch introduces A15 as a target in Clang. by Silviu Baranga · 12 years ago
  48. 7604023 ASTMatchersMacros.h: Appease msvc. by NAKAMURA Takumi · 12 years ago
  49. a756443 Create initial support for matching and binding NestedNameSpecifier(Loc)s. by Daniel Jasper · 12 years ago
  50. 1824d54 Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is by Dmitri Gribenko · 12 years ago
  51. 30c8a1f Add missing accessor. by Manuel Klimek · 12 years ago
  52. 127ff2e Conditionally parse documentation comments in system headers by by Ted Kremenek · 12 years ago
  53. dc6cc87 Properly link libpthread_p when using profiling on OpenBSD. by Eric Christopher · 12 years ago
  54. 1696bc2 InitHeaderSearch.cpp: [mingw] Handle DOSish paths only on Win32 hosts. by NAKAMURA Takumi · 12 years ago
  55. e5b89ed clang/lib/Analysis/ObjCNoReturn.cpp: Fix [-Wnewline-eof] by NAKAMURA Takumi · 12 years ago
  56. 670941c Format strings: offer a fixit for Darwin's %D/%U/%O to ISO %d/%u/%o. by Jordan Rose · 12 years ago
  57. 275b6f5 Format strings: %D, %U, and %O are valid on Darwin (same as %d, %u, %o). by Jordan Rose · 12 years ago
  58. 5f7c0ad [analyzer] Don't reimplement an existing function. by Anna Zaks · 12 years ago
  59. 25c1d57 Teach -Wuninitialized to recognize common "noreturn" idioms in by Ted Kremenek · 12 years ago
  60. 4ef1920 Refactor logic in ExprEngine for detecting 'noreturn' methods by Ted Kremenek · 12 years ago
  61. 3ef95a5 Add a few FIXMEs. by Chad Rosier · 12 years ago
  62. b55e602 [ms-inline asm] Handle the enumeration of input and output expressions in a by Chad Rosier · 12 years ago
  63. d5a73dc Reapply: by Eric Christopher · 12 years ago
  64. e6f18c3 Add two new functions to Qualifiers. by Richard Trieu · 12 years ago
  65. 1fa1e0c Whitespace. by Chad Rosier · 12 years ago
  66. 16e6a7c [analyzer] Do not report use of undef on "return foo();" when the return type is void. by Anna Zaks · 12 years ago
  67. 9dc298b [analyzer] Fix another false positive in malloc realloc logic. by Anna Zaks · 12 years ago
  68. 522fc21 [analyzer] Teach UndefOrNullArgVisitor to track parent regions. by Anna Zaks · 12 years ago
  69. 1a7bcc4 [analyzer] Fix another use of the address of a temporary, like r163402. by Jordan Rose · 12 years ago
  70. 3225d07 [analyzer] Re-add reinterpret_cast virtual call test case from r163644. by Jordan Rose · 12 years ago
  71. d66b3c5 [analyzer] Handle when the dynamic type is worse than the static type. by Jordan Rose · 12 years ago
  72. fe3769d Revert "[analyzer] Use the static type for a virtual call if the dynamic type is worse." by Jordan Rose · 12 years ago
  73. 4a29530 objective-C++ test for my previous patch. // rdar://12280826 by Fariborz Jahanian · 12 years ago
  74. 63d8872 Rename isA to isSameOrDerivedFrom. by Daniel Jasper · 12 years ago
  75. 0002479 objective-C arc: don't issue no explicit ownership warning when by Fariborz Jahanian · 12 years ago
  76. a912649 Fix test case for Release builds. by Chad Rosier · 12 years ago
  77. 22b617f Revert "Make clang emit a flag for DW_AT_object_pointer for the artificial" by Eric Christopher · 12 years ago
  78. 47fa999 [ms-inline asm] Add a test case. by Chad Rosier · 12 years ago
  79. 808a1d0 [ms-inline asm] Test case for r163729. by Chad Rosier · 12 years ago
  80. 7f9678b [ms-inline asm] If we have a single asm operand that maps to multiple by Chad Rosier · 12 years ago
  81. 0841a07 Comment parsing: recognize more Doxygen commands by Dmitri Gribenko · 12 years ago
  82. e23fb90 Fix a couple of Doxygen issues pointed out by -Wdocumentation. by Dmitri Gribenko · 12 years ago
  83. b648cf0 Revert "objective-C: warn under a flag if missing argument" by Ted Kremenek · 12 years ago
  84. e62b129 Revert "objective-C: warn if selector has nothing but bare" by Ted Kremenek · 12 years ago
  85. 0098d23 clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts. by NAKAMURA Takumi · 12 years ago
  86. a0fed12 clang/test/CodeGen/2008-01-25-ZeroSizedAggregate.c: [PR8833] Add REQUIRES: LP64. It fails with +Asserts for Win64. by NAKAMURA Takumi · 12 years ago
  87. 53b43a7 Claim --param ssp-buffer-size, even if the stack protector is not active. by Joerg Sonnenberger · 12 years ago
  88. 92b7c39 clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  89. db3353f clang/test/SemaCXX/dcl_ambig_res.cpp: [PR13819] It requires LP64 for now due to __SIZE_TYPE__. by NAKAMURA Takumi · 12 years ago
  90. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  91. 4d59422 clang/test/PCH/missing-file.cpp: Try to suppress accidental false on Windows. by NAKAMURA Takumi · 12 years ago
  92. 5e3d24c clang/test/lit.cfg: Fix a typo in comment. by NAKAMURA Takumi · 12 years ago
  93. ad5dc10 Fix a test failure. by Evgeniy Stepanov · 12 years ago
  94. 8ba7541 Make -faddress-sanitizer on Android link to the new-style runtime. by Evgeniy Stepanov · 12 years ago
  95. cca1780 Convert a few more getAs cases to castAs where we immediately call a member function. by Ted Kremenek · 12 years ago
  96. f57a2aa Fix regression where "looping back to the head of" PathDiagnosticEvents by Ted Kremenek · 12 years ago
  97. 44ca53f Teach -Wuninitialized to recognize __attribute__((analyzer_noreturn)) by Ted Kremenek · 12 years ago
  98. f1c7060 Post new checker build. by Ted Kremenek · 12 years ago
  99. 1b22cec Adjust some analyzer tests to place widely shared inputs inside of an by Chandler Carruth · 12 years ago
  100. 93040b7 Fix up more "$t"s in this test that should be "%t"s. by Chandler Carruth · 12 years ago