1. 8f7f3a6 Update comment. by Chad Rosier · 12 years ago
  2. be22cb8 Support MIPS DSP Rev2 intrinsics. The patch reviewed by Akira Hatanaka. by Simon Atanasyan · 12 years ago
  3. 80fd37a Tweak the ARC-requires-10.6 diagnostic according to Jordan's review. by John McCall · 12 years ago
  4. 3682f1e [analyzer] Use the common evalBind infrastructure for initializers. by Jordan Rose · 12 years ago
  5. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  6. cd518a0 [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. by Chad Rosier · 12 years ago
  7. c831d8b Fix integer unsigned behavior in clang due to signed left shift overflow. by Richard Smith · 12 years ago
  8. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  9. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  10. 53b890b [analyzer] More fixups/rewording based on Jordan's feedback. by Anna Zaks · 12 years ago
  11. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  12. b75e260 Rework how PathDiagnosticConsumers pass knowledge of what files they by Ted Kremenek · 12 years ago
  13. 81e6cfd [analyzer] Address Jordan's review comments. by Anna Zaks · 12 years ago
  14. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  15. be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
  16. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  17. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  18. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  19. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  20. e54778d [analyzer] Move DynamicTypeInfo out of the ProgramState.h by Anna Zaks · 12 years ago
  21. 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
  22. 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 12 years ago
  23. 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
  24. 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
  25. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  26. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  27. 2603fa6 [ms-inline asm] Add a few helper function to the MSAsmStmt class that are needed by Chad Rosier · 12 years ago
  28. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  29. d5a20c1 Added a method to DeclContext that marks the by Sean Callanan · 12 years ago
  30. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  31. 88920d1 Mark these const. by Roman Divacky · 12 years ago
  32. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  33. ad0fe03 Fix an assortment of doxygen comment issues found by -Wdocumentation. by Ted Kremenek · 12 years ago
  34. 1becab2 [analyzer] Add more comments to CallEvent and RuntimeDefinition. by Anna Zaks · 12 years ago
  35. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  36. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  37. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  38. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  39. 56a46b5 Rename 'unbindLoc()' (in ProgramState) and 'Remove()' to by Ted Kremenek · 12 years ago
  40. 66c486f Rename 'currentX' to 'currX' throughout analyzer and libAnalysis. by Ted Kremenek · 12 years ago
  41. 3b1df8b Rename 'getConjuredSymbol*' to 'conjureSymbol*'. by Ted Kremenek · 12 years ago
  42. 32a549a Remove Store::bindDecl() and Store::bindDeclWithNoInit(), and by Ted Kremenek · 12 years ago
  43. 5be88dc Rename 'BindCompoundLiteral' to 'bindCompoundLiteral' and add doxygen comments. by Ted Kremenek · 12 years ago
  44. 9641d45 Remove stale header file. by Ted Kremenek · 12 years ago
  45. c568e2f [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 12 years ago
  46. 59c91c8 Update comment to match the reality. by Dmitri Gribenko · 12 years ago
  47. 04a4279 Reduce the amount of state in the Option class by relying on the data from OptTable::Info. by Michael J. Spencer · 12 years ago
  48. a796b6c Switch some realignment calculations over to llvm::RoundUpToAlignment. by Richard Smith · 12 years ago
  49. d1fc82e Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput by Dmitri Gribenko · 12 years ago
  50. a7afeb0 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 12 years ago
  51. 88d2f67 Fix alignment of array of VarDecl* following array of unsigned in LambdaExpr. by Richard Smith · 12 years ago
  52. 929bbfb When performing a trivial copy of a C++ type, we must be careful not by John McCall · 12 years ago
  53. 0a7dd78 Screw around with ObjCRuntime some more, changing the by John McCall · 12 years ago
  54. eb8f2ef DeclPrinter: describe what 'terse' output is. by Dmitri Gribenko · 12 years ago
  55. e1715b6 Better diagnostics for range-based for loops with bad range types. by Sam Panzer · 12 years ago
  56. 49795ae DeclPrinter: add terse output mode and lots of tests by Dmitri Gribenko · 12 years ago
  57. 99f074c Remove unused variable. by David Blaikie · 12 years ago
  58. 4327557 Make Option non virtual. by Michael J. Spencer · 12 years ago
  59. 1833d28 [analyzer] Add comments to ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  60. fa06f04 [analyzer] Replace boolean IsSink parameters with 'generateSink' methods. by Jordan Rose · 12 years ago
  61. df4ee10 [ms-inline asm] Remove old cruft now that MS-style asms their own code path. by Chad Rosier · 12 years ago
  62. e50ee7e Use correct matcher name in the comment. by Dmitri Gribenko · 12 years ago
  63. 2546649 Fix comments and variable naming: by Manuel Klimek · 12 years ago
  64. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  65. 7eaaa18 Allow -verify to be used with files that don't have an associated FileEntry. by Jordan Rose · 12 years ago
  66. 217c484 Silence a sign compare warning that only occurs on 32 bit platforms. by Benjamin Kramer · 12 years ago
  67. 0576681 PR41111, PR5925, PR13210: Teach tentative parsing to annotate identifiers and by Richard Smith · 12 years ago
  68. 46e7781 [analyzer] Use PointerUnion to implement ExplodedNode::NodeGroup. by Jordan Rose · 12 years ago
  69. 767a1a2 c: privide deprecated warning when __private_extern__ storage by Fariborz Jahanian · 12 years ago
  70. 82b4550 Part of PR13618: visit the TypeLoc when RecursiveASTVisitor visits a CompoundLiteralExpr. by Richard Smith · 12 years ago
  71. 8ecf59a [analyzer] Make BlockDataRegions typed, so that they have DynamicTypeInfo. by Jordan Rose · 12 years ago
  72. 80ad88d Remove -Wbad-function-cast from -Wall. by Fariborz Jahanian · 12 years ago
  73. 8456ae6 AST Matchers: introduce functionTemplate(), classTemplate() and by Dmitri Gribenko · 12 years ago
  74. bbb8afd c: implement gcc's -Wbad-function-cast which warns by Fariborz Jahanian · 12 years ago
  75. d6bbc98 Define __builtin_ffs[ll] with a signed argument instead of unsigned. by Benjamin Kramer · 12 years ago
  76. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
  77. c141b51 Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid by Richard Smith · 12 years ago
  78. aeb2881 Fix misaligned DeclGroup allocation. by Richard Smith · 12 years ago
  79. 0d5a069 Add support for "type safety" attributes that allow checking that 'void *' by Dmitri Gribenko · 12 years ago
  80. 7f90b53 objective-C++: issue diagnostic when ivar type is by Fariborz Jahanian · 12 years ago
  81. bc20bbb Removed unused LParenLoc parameter to ActOnCXXForRangeStmt by Sam Panzer · 12 years ago
  82. ca7a7be objective-C: make -Wcast-of-sel-type the default. // rdar://12107381 by Fariborz Jahanian · 12 years ago
  83. 81c53b4 CommentCommandTraits: rename BeginName -> StartName for consistency. by Dmitri Gribenko · 12 years ago
  84. 91dd9df objective-C: deprecate casts of ObjC's SEL by Fariborz Jahanian · 12 years ago
  85. 1599eac Attaching comments to declarations: parse the comment in context of the by Dmitri Gribenko · 12 years ago
  86. 2b2c49d Remove "range_iterator" from PathDiagnosticPiece and just use ArrayRef<SourceRange> for ranges. This by Ted Kremenek · 12 years ago
  87. c4bac8e Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the same time. by Ted Kremenek · 12 years ago
  88. 425f41b Matchers related to DeclStmt for matching the count of declarations, a particular declaration within the statement, and single-Decl DeclStmts. by Sam Panzer · 12 years ago
  89. 089e5b3 Matchers which correspond to CastExpr, IgnoreImpCasts, IgnoreParenCasts, and IgnoreParenImpCasts by Sam Panzer · 12 years ago
  90. d1420c6 Store SourceManager pointer on PrintingPolicy in the case where we're dumping, by Richard Smith · 12 years ago
  91. 0dae729 Don't constant-fold when pretty-printing alignment attribute. This fixes a by Richard Smith · 12 years ago
  92. 058ab17 [ms-inline asm] Add inputs and outputs to AST. No functional change. by Chad Rosier · 12 years ago
  93. 4e79fdf [analyzer] Correctly devirtualize virtual method calls in constructors. by Jordan Rose · 12 years ago
  94. 8cc7efa Add ASTMatcher for matching extern "C" function declarations. by Daniel Jasper · 12 years ago
  95. 4cc83c2 Patch to warn about __private_extern__ on tentative definitions by Fariborz Jahanian · 12 years ago
  96. 7bd092b [ms-inline asm] Add the left brace source location and improve the pretty by Chad Rosier · 12 years ago
  97. 7f397c5 Check for improper use of 'static' and type qualifiers in array declarators. by Hans Wennborg · 12 years ago
  98. 97f6026 Fix overallocation and underalignment of ASTTemplateArgumentListInfo objects. by Richard Smith · 12 years ago
  99. 09647f2 [analyzer] Doxygen comments in ObjCMethodCall. by Jordan Rose · 12 years ago
  100. 0ad36ba [analyzer] Correctly devirtualize virtual method calls in destructors. by Jordan Rose · 12 years ago