1. fb60914 Fix the CC-matching logic for instance methods in the MS ABI. by John McCall · 12 years ago
  2. 2612e9f Fix the mangling of function pointers in the MS ABI. by John McCall · 12 years ago
  3. 3682f1e [analyzer] Use the common evalBind infrastructure for initializers. by Jordan Rose · 12 years ago
  4. 3f9411a Stub out a release notes section on -fcatch-undefined-behavior. by Richard Smith · 12 years ago
  5. 23fee34 Update the user's manual for some of the new -fcatch-undefined-behavior features. by Richard Smith · 12 years ago
  6. 9d3e226 -fcatch-undefined-behavior: add the -ftrapv checks to the set of things caught by Richard Smith · 12 years ago
  7. df5faf5 [ms-inline asm] As part of a larger refactoring, rename AsmStmt to GCCAsmStmt. by Chad Rosier · 12 years ago
  8. 29b1f68 ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompatible. by NAKAMURA Takumi · 12 years ago
  9. e91a497 Remove RequireCompleteType call which was made redundant by r162586. by Richard Smith · 12 years ago
  10. cd518a0 [ms-inline asm] Update the AST Reader/Writer for MS-style inline asms. by Chad Rosier · 12 years ago
  11. 129a60b objective-C: Do not warn if align attribute on method by Fariborz Jahanian · 12 years ago
  12. c831d8b Fix integer unsigned behavior in clang due to signed left shift overflow. by Richard Smith · 12 years ago
  13. 0d3a3fd Fix a few issues related to -with-analyzer reported by Jordan. Let's by Ted Kremenek · 12 years ago
  14. 810e622 Rework how scan-build picks the version of clang to use for static analysis. by Ted Kremenek · 12 years ago
  15. eaafdfc Reformat help text for scan-build, and remove -constraints by Ted Kremenek · 12 years ago
  16. 8bddeb5 When computing the effective context for access control, by John McCall · 12 years ago
  17. e16acd3 New matcher for MaterializeTemporaryExpr by Sam Panzer · 12 years ago
  18. 56d7f23 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 12 years ago
  19. 44cceb9 [analyzer] Ted fixed the plist-html issue, so the assert can go away. by Anna Zaks · 12 years ago
  20. 53b890b [analyzer] More fixups/rewording based on Jordan's feedback. by Anna Zaks · 12 years ago
  21. 32f3acc Remove unnecessary calls to c_str. by Benjamin Kramer · 12 years ago
  22. cdc3a89 Fix analyzer tests. by Ted Kremenek · 12 years ago
  23. 7307864 Revert "Go ahead and show experimental checkers in the scan-build "-h" output." by Ted Kremenek · 12 years ago
  24. 42f48fb Instantiate class template specializations during ADL. by John McCall · 12 years ago
  25. a6e28f2 objective-C: When checking for valid overriden property by Fariborz Jahanian · 12 years ago
  26. 3d57813 Rename the "experimental" checker package to "alpha". We will then refine by Ted Kremenek · 12 years ago
  27. b75e260 Rework how PathDiagnosticConsumers pass knowledge of what files they by Ted Kremenek · 12 years ago
  28. 81e6cfd [analyzer] Address Jordan's review comments. by Anna Zaks · 12 years ago
  29. 1708360 Fix 80-column violation. by Chad Rosier · 12 years ago
  30. 9edd2c8 Comment diagnostics: for unresolved parameters, do not suggest parameter fixit by Dmitri Gribenko · 12 years ago
  31. be3ace8 [ms-inline asm] Refactor code. No functional change intended. by Chad Rosier · 12 years ago
  32. 1016bdf [ms-inline asm] Generate the Input/Output expressions using by Chad Rosier · 12 years ago
  33. 23df243 [analyzer] If we dereference a NULL that came from a function, show the return. by Jordan Rose · 12 years ago
  34. 8a30e77 Fix 80-column violation. by Chad Rosier · 12 years ago
  35. 3b6bef9 Push ArrayRef through the Expr hierarchy. by Benjamin Kramer · 12 years ago
  36. 916978a Fix the definition of JSONAnchorSource. MSVC mangles variable symbols, and "volatile" affects. by NAKAMURA Takumi · 12 years ago
  37. 3d1125b Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an unfeasible branch. by Ted Kremenek · 12 years ago
  38. 8268fe7 Allow RecursiveASTVisitor to visit CXXCtorInitializer objects for which by James Dennett · 12 years ago
  39. 160b3a5 Go ahead and show experimental checkers in the scan-build "-h" output. by Ted Kremenek · 12 years ago
  40. 7fd90b0 Use LLVM's plugin registry to enable registering new compilation by Daniel Jasper · 12 years ago
  41. 2dc75ed Rename the ASTMatchers to better match AST nodes. Now, all by Daniel Jasper · 12 years ago
  42. 56fd908 On OS X, use xcrun (if present) to find the clang to use for static analysis if by Ted Kremenek · 12 years ago
  43. 55dd956 [analyzer] Fix realloc related bug in the malloc checker. by Anna Zaks · 12 years ago
  44. 4f534e7 [analyzer] Remove unnecessary code. by Anna Zaks · 12 years ago
  45. e54778d [analyzer] Move DynamicTypeInfo out of the ProgramState.h by Anna Zaks · 12 years ago
  46. 2c9f87c New -fcatch-undefined-behavior features: by Richard Smith · 12 years ago
  47. 6fbe982 Updated LibTooling.html, minor improvements in CommonOptionsParser by Alexander Kornienko · 12 years ago
  48. f6ec15a DeclPrinter tests: mark test case we get wrong currently with WRONG. by Dmitri Gribenko · 12 years ago
  49. c468424 DeclPrinter tests: add two more tests. by Dmitri Gribenko · 12 years ago
  50. 633abb0 [ms-inline asm] Add the basic APIs for Exprs to the MSAsmStmt AST. Next we need by Chad Rosier · 12 years ago
  51. 5a90193 [analyzer] Make analyzer less aggressive when dealing with [self init]. by Anna Zaks · 12 years ago
  52. 70ff109 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 12 years ago
  53. 1ddbd89 Fix a few -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  54. 5354e77 Now that ASTMultiPtr is nothing more than a array reference, make it a MutableArrayRef. by Benjamin Kramer · 12 years ago
  55. c629ad4 [scan-build] Accept -fno-objc-arc as well as -fobjc-arc. by Jordan Rose · 12 years ago
  56. 0156439 [analyzer] For now, treat pointers-to-members as non-null void * symbols. by Jordan Rose · 12 years ago
  57. c386d8f [analyzer] Handle UserDefinedConversion casts in C++. by Jordan Rose · 12 years ago
  58. 4e28d9e Remove ASTOwningVector, it doesn't own anything and provides no value over SmallVector. by Benjamin Kramer · 12 years ago
  59. 7dd8860 Attaching comments to decls: since it was decided that Decl::isImplicit should by Dmitri Gribenko · 12 years ago
  60. 2603fa6 [ms-inline asm] Add a few helper function to the MSAsmStmt class that are needed by Chad Rosier · 12 years ago
  61. 3fe198b Rip out remnants of move semantic emulation and smart pointers in Sema. by Benjamin Kramer · 12 years ago
  62. d5a20c1 Added a method to DeclContext that marks the by Sean Callanan · 12 years ago
  63. 890f0f1 Change a bunch of cases where we do "getAs<...>->doSomething()" to by Ted Kremenek · 12 years ago
  64. 40b2e19 When disambiguating an expression-statement from a declaraton-statement, if the by Richard Smith · 12 years ago
  65. 42b6055 [ms-inline asm] Remove an unused argument. This logic can now be reused by the by Chad Rosier · 12 years ago
  66. b66529d [analyzer] Support C++ default arguments if they are literal values. by Jordan Rose · 12 years ago
  67. 70517ca Fix a bunch of -Wdocumentation warnings. by Dmitri Gribenko · 12 years ago
  68. 25bd298 [ms-inline asm] Rename a few induction variables to avoid confusion and silence by Chad Rosier · 12 years ago
  69. 88920d1 Mark these const. by Roman Divacky · 12 years ago
  70. a904e01 Fix transposed optional / required in Objective-C metadata (GNUstep runtime) by David Chisnall · 12 years ago
  71. 8e4c189 Attempt to fix clang bootstrap (broken by r162425). by Eli Friedman · 12 years ago
  72. a8eaf00 Fix undefined behavior: member function calls where 'this' is a null pointer. by Richard Smith · 12 years ago
  73. 925d58c array_pod_sort on the addresses of declaration pointers leads to by Douglas Gregor · 12 years ago
  74. 4e90bc3 Fix undefined behavior: don't call ObjCInterfaceDecl::isArcWeakrefUnavailable by Richard Smith · 12 years ago
  75. ea93e40 Use the alignment from lvalue emission to more accurately compute the alignment by Eli Friedman · 12 years ago
  76. 2d5a1de Don't recycle loop variables (to keep GCC happy). by Matt Beaumont-Gay · 12 years ago
  77. 60ce584 Fix 80-column violation. by Chad Rosier · 12 years ago
  78. ad0fe03 Fix an assortment of doxygen comment issues found by -Wdocumentation. by Ted Kremenek · 12 years ago
  79. 6e97be7 [ms-inline asm] Compute the inputs and outputs. No test case (yet) as this by Chad Rosier · 12 years ago
  80. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  81. 834a5bd Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag by Dmitri Gribenko · 12 years ago
  82. 769bc07 [analyzer] Fixup to r162399. Initialize the member variable. by Anna Zaks · 12 years ago
  83. fd5e56e [ms-inline asm] Refactor code so that we can begin computing the Inputs/Outputs. by Chad Rosier · 12 years ago
  84. 1becab2 [analyzer] Add more comments to CallEvent and RuntimeDefinition. by Anna Zaks · 12 years ago
  85. 2666361 [analyzer] Add osx.cocoa.NonNilReturnValue checker. by Anna Zaks · 12 years ago
  86. 682ad16 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  87. 358ab76 [ms-inline asm] Add comments. by Chad Rosier · 12 years ago
  88. f0fbd77 [ms-inline asm] Add helper function. No functional change intended. by Chad Rosier · 12 years ago
  89. e78460f [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  90. d7166b0 Reverted clang-check to fully supported CommandLine Library use-case: global by Alexander Kornienko · 12 years ago
  91. 9072a02 [ms-inline asm] Compute the token range for each instruction within the asm. by Chad Rosier · 12 years ago
  92. efb3d56 Despite me asking Jordan to do r162313, revert it. We can provide by Ted Kremenek · 12 years ago
  93. 153f8ec [ms-inline asm] Simplify logic. No functional change intended. by Chad Rosier · 12 years ago
  94. e3f3825 Remove BasicConstraintManager. It hasn't been in active service for a while. by Ted Kremenek · 12 years ago
  95. 2735df2 [ms-inline asm] Start sending non-simple inline asms to the AsmParser. by Chad Rosier · 12 years ago
  96. a148fbc Make ceil/floor/nearbyint/rint/round const even with -fmath-errno. by Benjamin Kramer · 12 years ago
  97. 5c1dcc5 Math builtin definition tweaks. by Benjamin Kramer · 12 years ago
  98. 4b41c65 ASTContext::getCommentForDecl: add comment. by Dmitri Gribenko · 12 years ago
  99. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  100. f01ef105 [analyzer] Restructure discussion of DynamicTypeInfo and RuntimeDefinition. by Jordan Rose · 12 years ago