1. 9388699 Re-enable faux-bodies by default. by Ted Kremenek · 12 years ago
  2. 016c33d Use helper method to create DeclRefExprs in BodyFarm, hopefully allevating by Ted Kremenek · 12 years ago
  3. 0a4c098 Add some structuring comments. No functionality change. by Ted Kremenek · 12 years ago
  4. 72d54e1 Update comment. by Chad Rosier · 12 years ago
  5. 490dd9c Use MapVectors to make the order we mark virtual functions used by a vtable by Rafael Espindola · 12 years ago
  6. db9eeb8 Update for encapsulating the "construct*AlignmentFromInt" methods. by Bill Wendling · 12 years ago
  7. 1cc9a80 Revert r164364, "Flip "faux-bodies" in the analyzer on by default to flush out bugs." by NAKAMURA Takumi · 12 years ago
  8. 7821e07 Make warnings about uninitialized fields include the field name. by Hans Wennborg · 12 years ago
  9. 85cb7a5 Flip "faux-bodies" in the analyzer on by default to flush out bugs. by Ted Kremenek · 12 years ago
  10. ddc0c48 Simplify getRuntimeDefinition() back to taking no arguments. by Ted Kremenek · 12 years ago
  11. 1a6eac8 Doxygen-ify a comment. by Craig Topper · 12 years ago
  12. b6b5b97 PR13890: Warn on abstract final classes. by David Blaikie · 12 years ago
  13. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  14. cc85d21 Add faux-body support for dispatch_once(). by Ted Kremenek · 12 years ago
  15. 4c919eb ARM: Use a dedicated intrinsic for vector bitwise select. by Jim Grosbach · 12 years ago
  16. 258f930 Tidy up. Trailing whitespace and 80 columns. by Jim Grosbach · 12 years ago
  17. a43df95 Implement faux-body-synthesis of well-known functions in the static analyzer when by Ted Kremenek · 12 years ago
  18. 445895a Constify method. by Ted Kremenek · 12 years ago
  19. cca300a Ensure that the Decl* wrapped by an AnalysisDeclContext cannot be changed after by Ted Kremenek · 12 years ago
  20. 2025503 Remove unused fields. by Ted Kremenek · 12 years ago
  21. 67d45ec Serialize the 'IsConstexpr' bit of VarDecls. Fixes <rdar://problem/12328814>. by Douglas Gregor · 12 years ago
  22. 60ff198 Thread-safety analysis: fix bug where shared trylock was treated as exclusive. by DeLesley Hutchins · 12 years ago
  23. 186af2d Thread safety analysis: properly canonicalize calls to virtual methods within by DeLesley Hutchins · 12 years ago
  24. 8b533d9 If the range in a for range statement doesn't have a viable begin/end function, by Richard Smith · 12 years ago
  25. cb5336f Fix typo. (s/Explided/Exploded/) by David Blaikie · 12 years ago
  26. a193f20 Improvements to my patch in r164143 per Richard's comments. // rdar://12202422 by Fariborz Jahanian · 12 years ago
  27. d4a282b Make the wchar_t promotion test consistent across different hosts by specifying a target triple. by David Blaikie · 12 years ago
  28. 0008c0c Remove a test that is non-portable (cannot be execute on cross builds, for example) by David Blaikie · 12 years ago
  29. a405b25 Include types when a definition's type differs from a prior declaration. by David Blaikie · 12 years ago
  30. b54b764 Add some matchers for basic AST nodes. by Daniel Jasper · 12 years ago
  31. a0a3c90 StmtPrinter: Print floating point literals with the right suffix to disambiguate them from integers. by Benjamin Kramer · 12 years ago
  32. 34af5a2 Be more consistent about ending suggestions with a '?' by Nico Weber · 12 years ago
  33. 9620aa8 clang/test/Analysis: Fix the declaration of strlen() for 32 bit targets. by NAKAMURA Takumi · 12 years ago
  34. 087c65f Disable source fortification on Darwin with AddressSanitizer. by Alexander Potapenko · 12 years ago
  35. b327816 Provide better error messages for incorrect matchers. by Daniel Jasper · 12 years ago
  36. 2d9cc13 test/Analysis/malloc-interprocedural.c: Mark it as XFAIL: cygwin,mingw,msvc for now. Investigating. by NAKAMURA Takumi · 12 years ago
  37. 9c61137 The keywords "true" and "false" shouldn't warn under -Wundef. by Eli Friedman · 12 years ago
  38. c20c727 [analyzer] MallocChecker should not do post-call checks on inlined functions. by Jordan Rose · 12 years ago
  39. 8e289bb Revert "[analyzer] Remove constraints on dead symbols as part of removeDeadBindings." by Jordan Rose · 12 years ago
  40. 7c3c6bc Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. by Eli Friedman · 12 years ago
  41. d6f80da Per C++11 [class.friend]p3, the 'friend' keyword must appear first in a by Richard Smith · 12 years ago
  42. 561e3c6 PR13881: Add -Wzero-length-array for zero length array extension, and move it into -Wgnu. by Richard Smith · 12 years ago
  43. 407c847 Fix a small FIXME involving template partial ordering and by Eli Friedman · 12 years ago
  44. 9cef006 Fix function template partial ordering rules for static vs. non-static by Eli Friedman · 12 years ago
  45. 90b0bc6 ccc-analyzer: pass -stdlib=libc++ through to the analyzer. by Benjamin Kramer · 12 years ago
  46. 847665d Grammar. by Eric Christopher · 12 years ago
  47. 20ec2c4 Update and expand comment. by Eric Christopher · 12 years ago
  48. 28e3c99 Handle a captured this for the debug information as well. by Eric Christopher · 12 years ago
  49. 195ff58 Fix awkward comment. by Eric Christopher · 12 years ago
  50. 2a237e0 Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED by DeLesley Hutchins · 12 years ago
  51. 5b280f2 Thread-safety analysis: fix ICE when EXCLUSIVE_LOCKS_REQUIRED or by DeLesley Hutchins · 12 years ago
  52. 1deeedb Fix ABI dependent tests by providing an explicit target triple. by David Blaikie · 12 years ago
  53. 4d09f59 Fix test better way. by Fariborz Jahanian · 12 years ago
  54. 1050966 Added link to HowToSetupToolingForLLVM.html. Added missing #include to the example. by Alexander Kornienko · 12 years ago
  55. 3bd762d Add some typedefs for clarity. by Rafael Espindola · 12 years ago
  56. 5931331 ASTWriter: Tighten up assertions when emitting a declaration name. by Benjamin Kramer · 12 years ago
  57. 9b5ede5 Update clang for API change. by Benjamin Kramer · 12 years ago
  58. 93e4599 Remove Context argument from TemplateDeductionInfo constructor. It was no longer needed after the unused Context member was removed in r164104. by Craig Topper · 12 years ago
  59. 11267a3 Test for r164186. by Eli Friedman · 12 years ago
  60. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  61. bf4c7a8 Add the freescale_ppc64_tree that should have been included in r164177. by Hal Finkel · 12 years ago
  62. 02014b4 Add C/C++ header locations for the Freescale SDK. by Hal Finkel · 12 years ago
  63. 7de3296 Add e500mc and e5500 to the list of valid PPC CPU names. by Hal Finkel · 12 years ago
  64. 97c6739 Fix a small bug in the way we handle builtin candidates for by Eli Friedman · 12 years ago
  65. 9cd5b24 Add an extra check for invalid decls in the lambda semantic analysis to avoid a crash. PR13860. by Eli Friedman · 12 years ago
  66. 3ba0252 Remove invalid double colon in test case was previously ignored by FileCheck. by Benjamin Kramer · 12 years ago
  67. ab4702f minor refactoring of my last check-in. by Fariborz Jahanian · 12 years ago
  68. 15a9356 c: warn when an integer value comparison with an by Fariborz Jahanian · 12 years ago
  69. f9361b5 Follow up on llvm r164132. by Roman Divacky · 12 years ago
  70. 471f985 Warn about self references in in-class initializers. by Hans Wennborg · 12 years ago
  71. 08f0c53 Fix isDerivedFrom matcher. by Daniel Jasper · 12 years ago
  72. e6d2a96 Add missing matcher for C-style cast expressions. by Daniel Jasper · 12 years ago
  73. ea104cd Disable some tests that fail when the x86 backend isn't built. by Benjamin Kramer · 12 years ago
  74. 3680b4f Make all VariadicDynCast-Expr-matchers StatementMatchers by Daniel Jasper · 12 years ago
  75. ffdf686 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  76. 6bd4e2b Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  77. 1a1e995 Remove an unused private field exposed by the recent LLVM_DELETED_FUNCTION changes. by Craig Topper · 12 years ago
  78. be2fa7e Mark unimplemented copy constructors and copy assignment operators with LLVM_DELETED_FUNCTION. by Craig Topper · 12 years ago
  79. 4b08242 If a comma operator is followed by a token which unambiguously indicates the by Richard Smith · 12 years ago
  80. 43f8c40 Per discussion on cfe-dev, remove -Wunique-enums entirely. There by Ted Kremenek · 12 years ago
  81. f224fb5 objective-C: don't warn about class extension property's by Fariborz Jahanian · 12 years ago
  82. fa1ed8e objective-C: add Doug's test for my last patch. by Fariborz Jahanian · 12 years ago
  83. 03ebd3b objective-C: improve on warnings about misplacement of method by Fariborz Jahanian · 12 years ago
  84. 9d8c9d3 Added an example of an empty case label to avoid confusion. by Alexander Kornienko · 12 years ago
  85. 6defd9f objective-C: peroform property attribute consistency by Fariborz Jahanian · 12 years ago
  86. 0860235 objective-C: issue warning when there is no whitespace by Fariborz Jahanian · 12 years ago
  87. 5fc1d0c [analyzer] Teach the analyzer about implicit initialization of statics by Anna Zaks · 12 years ago
  88. 1fac58a -Warc-retain-cycles: look through [^{...} copy] and Block_copy(^{...}) by Jordan Rose · 12 years ago
  89. 8f411c3 Don't write uninitialized values even if nobody ever asks for it. by Axel Naumann · 12 years ago
  90. b626280 Run install_name_tool to fix the dynamic library ID after it has been copied. by Alexander Potapenko · 12 years ago
  91. 6944e20 Open up a few higher-level functions for tools. by Axel Naumann · 12 years ago
  92. 536cebd Fix dead store found by static analyzer. by Ted Kremenek · 12 years ago
  93. 72e4f25 Update the PCH internals documentation to cover chained precompiled by Douglas Gregor · 12 years ago
  94. 19ec962 Comment parsing: support \namespace like other commands that contain just a by Dmitri Gribenko · 12 years ago
  95. ec504e0 Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 12 years ago
  96. f56faa0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Dmitri Gribenko · 12 years ago
  97. ec1b330 Make PTHManager properly noncopyable. by Dmitri Gribenko · 12 years ago
  98. d11aa85 Address a long-standing FIXME: remove an unused copy constructor and make by Dmitri Gribenko · 12 years ago
  99. ba77cb9 Fix includes of llvm and clang files that used angle brackets. by Craig Topper · 12 years ago
  100. c69e067 Add bindings for clang_getCompletionBriefComment to cindex.py. by Dmitri Gribenko · 12 years ago