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