1. 44b8e46 Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. by Jordy Rose · 12 years ago
  2. e921b1a [analyzer] Remove duplicate work on deriving method behavior. No functionality change. by Jordy Rose · 12 years ago
  3. 22e2f85 modern objective-c rewriter: further improvement in by Fariborz Jahanian · 12 years ago
  4. 8fe4525 StaticAnalyzer: Fix abuse of StringRef in r152962. by NAKAMURA Takumi · 12 years ago
  5. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 12 years ago
  6. 74b7b2b [analyzer] Don't claim an object was returned with +1 retain count before counting autoreleases. Fixes PR10376. by Jordy Rose · 12 years ago
  7. 7a4a9cd [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects. by Jordy Rose · 12 years ago
  8. 9c20b75 [analyzer] This test is breaking windows bots, make it darwin-specific. by Anna Zaks · 12 years ago
  9. 2c085ed Fix crash on invalid code. I've tried to produce a reduced test case, but when I do the specific crash is hidden. Fixes <rdar://problem/11063594>. by Ted Kremenek · 12 years ago
  10. fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 12 years ago
  11. 2eb2729 Make the storing variable's name generic. by Bill Wendling · 12 years ago
  12. 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 12 years ago
  13. 076add6 [analyzer] +Comments by Anna Zaks · 12 years ago
  14. 131579f [analyzer] Add a statistic for the number of times we reach the max by Anna Zaks · 12 years ago
  15. c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 12 years ago
  16. 9ab511c sink variable into assert by Matt Beaumont-Gay · 12 years ago
  17. 0821263 When "low alignment" is specified, then set the alignment of the aggregate's by Bill Wendling · 12 years ago
  18. b655bf0 Minor clean up of my last patch. by Fariborz Jahanian · 12 years ago
  19. 542125f modern objective-c translator: write @synchronized. // rdar://11063663 by Fariborz Jahanian · 12 years ago
  20. b136049 Suppress macro expansion of NULL in NULL warnings. by David Blaikie · 12 years ago
  21. 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 12 years ago
  22. e052bda After r150615, which tablegens the group of a diagnostic as an index into the *.inc file, all diagnostic *.inc by Argyrios Kyrtzidis · 12 years ago
  23. 4053946 modern objective-c translator: writing @throw statement. by Fariborz Jahanian · 12 years ago
  24. 0961a01 Warn on flexible array members when in C89 mode, with -pedantic. by David Chisnall · 12 years ago
  25. e55329d From Vassil Vassilev: by Axel Naumann · 12 years ago
  26. c5d3e80 Fix Objective-C compilation-time performance regression introduced in r152608. by Richard Smith · 12 years ago
  27. ce612f5 Fix analyzer crash on analyzing 'catch' with no condition variable. by Ted Kremenek · 12 years ago
  28. 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 12 years ago
  29. 2befa8c Add test case for <rdar://problem/8808566>, which is now fixed by inlining support. by Ted Kremenek · 12 years ago
  30. 1425226 Based on sage feedback, chang -W#import-pedantic to -Wimport-preprocessor-directive-pedantic. by Ted Kremenek · 12 years ago
  31. ff99320 Don't try to create "store atomic" instructions of non-integer types; they aren't supported at the moment. PR12040. by Eli Friedman · 12 years ago
  32. 9ace587 Add warning flag for '#import is a language extension', -W#import-pedantic. by Ted Kremenek · 12 years ago
  33. 19ebac1 [arcmt] The hard-coded list of weak-incompatible classes is no longer necessary. by Argyrios Kyrtzidis · 12 years ago
  34. 2af504b [arcmt] iOS is always safe to use 'weak'. rdar://10950825 by Argyrios Kyrtzidis · 12 years ago
  35. 220419a modern objective-c translation: writing @try/@catch/@finally statements. by Fariborz Jahanian · 12 years ago
  36. a43ef3e When a variable has a specified asm name, but isn't using the register storage class, the asm name doesn't specify a register. PR12244. by Eli Friedman · 12 years ago
  37. 64f678e Fix help text. by Chad Rosier · 12 years ago
  38. 0950ca0 Update checker build. by Ted Kremenek · 12 years ago
  39. 8ec588e [analyzer] If a metadata symbol is interesting, its region is interesting as well. by Jordy Rose · 12 years ago
  40. b122818 modern objective-c translator: writing @try/@finally statement. by Fariborz Jahanian · 12 years ago
  41. fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 12 years ago
  42. 7b204d6 Include full plist output in FileCheck test. by Ted Kremenek · 12 years ago
  43. 11e35b6 Include full plist output in FileCheck test. by Ted Kremenek · 12 years ago
  44. 76b85ac Do not truncate expected plist output in FileCheck test. by Ted Kremenek · 12 years ago
  45. d7b8314 [analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ expressions with a "base object", because the CFG is now linearized. by Jordy Rose · 12 years ago
  46. 4b911e6 Support deducing template arguments from nested initializer lists. PR12119. by Sebastian Redl · 12 years ago
  47. afcd195 Support '%p' format specifier with block pointers. by Ted Kremenek · 12 years ago
  48. aea3ece It was pointed out that a checking version of strdup isn't needed. So much for late-night hacking. :) by Bill Wendling · 12 years ago
  49. 368a0d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 12 years ago
  50. 2b2bbee Provide the specific target type in the -Wnull-conversion warning. by David Blaikie · 12 years ago
  51. 4c14881 modern objective-c translator: rewriting of @catch-stmt. by Fariborz Jahanian · 12 years ago
  52. 0f5897b Document RedeclarableTemplateDecl::getInstantiatedFromMemberTemplate(). by Douglas Gregor · 12 years ago
  53. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  54. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  55. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 12 years ago
  56. cc2f77a [Sema] Introduce a data recursive evaluator specific to binary operators. by Argyrios Kyrtzidis · 12 years ago
  57. 649dfbc Remove hacky temporary fix of r151585. by Argyrios Kyrtzidis · 12 years ago
  58. 30650eb modern objective-c translator: please symbols generated by Fariborz Jahanian · 12 years ago
  59. cad313b When laying out an Objective-C object, consult by Sean Callanan · 12 years ago
  60. 684944e fix link by Kostya Serebryany · 12 years ago
  61. abc31ca [asan] update asan docs: mention CMake problem and to explain the status of MacOS 10.7 and 32-bit Linux by Kostya Serebryany · 12 years ago
  62. e87e851 Adding in newer MinGW header paths. by Aaron Ballman · 12 years ago
  63. 1ee9b0f Add the object size checking support for a few other builtins. by Bill Wendling · 12 years ago
  64. bd86ad5 Fix codegen for vld{3,4}_dup intrinsics. by James Molloy · 12 years ago
  65. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 12 years ago
  66. 5cfc7d8 Unrevert r152761 (reverted in r152772) with a fix for the issue which was by Richard Smith · 12 years ago
  67. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 12 years ago
  68. 7267839 Revert r152761 "Minor optimization to constant evaluation: don't bother by Daniel Dunbar · 12 years ago
  69. 6d96d3a Small cleanup: move trailing-return-type special-casing into by Richard Smith · 12 years ago
  70. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 12 years ago
  71. d75fb49 Minor optimization to constant evaluation: don't bother computing expr source by Richard Smith · 12 years ago
  72. 878416d Remove a variable rendered unused by r152750. by Richard Smith · 12 years ago
  73. 0e3c989 Adding some more specific tests for enum declspec parsing, to prove that it really works. by Aaron Ballman · 12 years ago
  74. 8fbe385 [frontend] Add support for disabling the "inline" keyword using by Chad Rosier · 12 years ago
  75. 88f7f75 modern objective-c translator: section info. by Fariborz Jahanian · 12 years ago
  76. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  77. 59e7f4e '#if 0' out a variable that's only used in other preprocessor-disabled code. by Matt Beaumont-Gay · 12 years ago
  78. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 12 years ago
  79. 10cde2f objective-c modern tranaltor. More section info. for misc. objc meta-data. by Fariborz Jahanian · 12 years ago
  80. 3183075 [analyzer] A fixup to r152734. Always initialize the flag. by Anna Zaks · 12 years ago
  81. c0765a0 No longer defining LP64 in 64-bit builds on platforms which are not LP64. by Aaron Ballman · 12 years ago
  82. 5a7120c When emitting a diagnostic about two-phase name lookup, don't do useless by Nick Lewycky · 12 years ago
  83. d53e877 Fix dereference of end iterator. Spotted by ASan. by Matt Beaumont-Gay · 12 years ago
  84. 9373937 [analyzer] Diagnostics: Supply Caller information even if the bug occurs by Anna Zaks · 12 years ago
  85. de5d946 objective-c modern translator. by Fariborz Jahanian · 12 years ago
  86. e711d7e [Analyser] Remove unnecessary recursive visits for ExprWithCleanups and by Erik Verbruggen · 12 years ago
  87. 72ff6bb Remove clang-wpa example, which has been unmaintained for quite a while. by Douglas Gregor · 12 years ago
  88. f6b8b58 Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! by Douglas Gregor · 12 years ago
  89. 84407ba Parse brace initializers as default arguments. PR12236. by Sebastian Redl · 12 years ago
  90. e5049d2 [Analyser] Removes more recursive visitations in ExprEngine that are no by Erik Verbruggen · 12 years ago
  91. 7059a1c [Basic] Change DiagnosticBuilder to use a separate status variable to track whether the builder is active. by Daniel Dunbar · 12 years ago
  92. 393eed7 [Sema] Fix SemaDiagnosticBuilder to be inline. by Daniel Dunbar · 12 years ago
  93. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  94. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  95. 1671745 Add support to mangle templated member function names with template args. by Eric Christopher · 12 years ago
  96. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  97. 9648a9e objective-c modern rewriter. Do not add _class_ro_t.reserved by Fariborz Jahanian · 12 years ago
  98. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  99. 3b10cfe When adding member functions to a class add any specializations of by Eric Christopher · 12 years ago
  100. e7591c5 Add a test case for PR8385. by David Blaikie · 12 years ago