2012-08-28 |
Rafael Espindola | Fix for assertion when solving unresolved templates. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Dmitri Gribenko | Fix a -Wdocumentation warning. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Dmitri Gribenko | Merging consecutive comments: be more conservative. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Dmitri Gribenko | Fix a -Wdocumentation warning. |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jordan Rose | [analyzer] Rename addTrackNullOrUndefValueVisitor to... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jordan Rose | [analyzer] Refactor FindLastStoreBRVisitor to not find... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jordan Rose | [analyzer] If the last store into a region came from... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Jordan Rose | [analyzer] Rename CallEvent::mayBeInlined to CallEvent... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Chad Rosier | [ms-inline asm] Hoist more common code into the AsmStmt... |
commit | commitdiff | tree | snapshot |
2012-08-28 |
Argyrios Kyrtzidis | [libclang] When determining the cursor via a location... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Add virtual function, getClobber, that... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Hoist getNumClobbers into base class. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Rename getClobber to getClobberStringLi... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Benjamin Kramer | CodeGen: Hoist check from recursive function to its... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Benjamin Kramer | CodeGen: When emitting stores for an initializer, only... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Matt Beaumont-Gay | Appease -Wnon-virtual-dtor |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Add a few comments. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Hoist common Expr handling logic into... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Simon Atanasyan | MIPS: Use -G option to specify MIPS section threshold... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Rename GenerateAsmString to generateAsm... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jordan Rose | [analyzer] Look through casts when trying to track... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
John McCall | Restore a -cc1 invariant that was causing problems... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Base class AsmStmt implements these. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Hoist common logic into the AsmStmt... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | [ms-inline asm] Add a new base class, AsmStmt, for... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Manuel Klimek | This is a temporary solution until we have a better... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jordan Rose | [analyzer] Don't inline constructors for objects alloca... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jordan Rose | [analyzer] Update inlining design notes for r162681. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Anna Zaks | [analyzer] More internal stats collection. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | Update comment, per Jordan's suggestion. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
John McCall | Use cast<> instead of static_cast. Patch by Timur... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Chad Rosier | Update comment. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Jordan Rose | [analyzer] Inline constructors for any object with... |
commit | commitdiff | tree | snapshot |
2012-08-27 |
Simon Atanasyan | Support MIPS DSP Rev2 intrinsics. |
commit | commitdiff | tree | snapshot |
2012-08-27 |
John McCall | Tweak the ARC-requires-10.6 diagnostic according to... |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Manuel Klimek | Update reference docs to latest changes. |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Eli Friedman | Fix a CodeGen bug where we would skip zero-initializati... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Richard Smith | Remove spurious string literal for bool argument. |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Francois Pichet | _HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Ted Kremenek | Change --with-analyzer to --use-analyzer, per sage... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
John McCall | Fix the CC-matching logic for instance methods in the... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
John McCall | Fix the mangling of function pointers in the MS ABI. |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Jordan Rose | [analyzer] Use the common evalBind infrastructure for... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Richard Smith | Stub out a release notes section on -fcatch-undefined... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Richard Smith | Update the user's manual for some of the new -fcatch... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Richard Smith | -fcatch-undefined-behavior: add the -ftrapv checks... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
Chad Rosier | [ms-inline asm] As part of a larger refactoring, rename... |
commit | commitdiff | tree | snapshot |
2012-08-25 |
NAKAMURA Takumi | ASTTests: Suppress TestCXXConstructorDecl11 on msvc... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | Remove RequireCompleteType call which was made redundan... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | [ms-inline asm] Update the AST Reader/Writer for MS... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Fariborz Jahanian | objective-C: Do not warn if align attribute on method |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | Fix integer unsigned behavior in clang due to signed... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Fix a few issues related to -with-analyzer reported... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Rework how scan-build picks the version of clang to... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Reformat help text for scan-build, and remove -constraints |
commit | commitdiff | tree | snapshot |
2012-08-24 |
John McCall | When computing the effective context for access control, |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Sam Panzer | New matcher for MaterializeTemporaryExpr |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | [ms-inline asm] Change the -fenable-experimental-ms... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Ted fixed the plist-html issue, so the asser... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] More fixups/rewording based on Jordan's... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Benjamin Kramer | Remove unnecessary calls to c_str. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Fix analyzer tests. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Revert "Go ahead and show experimental checkers in... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
John McCall | Instantiate class template specializations during ADL. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Fariborz Jahanian | objective-C: When checking for valid overriden property |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Rename the "experimental" checker package to "alpha... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Rework how PathDiagnosticConsumers pass knowledge of... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Address Jordan's review comments. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Dmitri Gribenko | Comment diagnostics: for unresolved parameters, do... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | [ms-inline asm] Refactor code. No functional change... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | [ms-inline asm] Generate the Input/Output expressions... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Jordan Rose | [analyzer] If we dereference a NULL that came from... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Benjamin Kramer | Push ArrayRef through the Expr hierarchy. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
NAKAMURA Takumi | Fix the definition of JSONAnchorSource. MSVC mangles... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Teach CFG that 'if (x & 0)' and 'if (x * 0)' is an... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
James Dennett | Allow RecursiveASTVisitor to visit CXXCtorInitializer... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | Go ahead and show experimental checkers in the scan... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Daniel Jasper | Use LLVM's plugin registry to enable registering new... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Daniel Jasper | Rename the ASTMatchers to better match AST nodes. Now... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ted Kremenek | On OS X, use xcrun (if present) to find the clang to... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Fix realloc related bug in the malloc checker. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Remove unnecessary code. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Move DynamicTypeInfo out of the ProgramState.h |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Richard Smith | New -fcatch-undefined-behavior features: |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Alexander Kornienko | Updated LibTooling.html, minor improvements in CommonOp... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Dmitri Gribenko | DeclPrinter tests: mark test case we get wrong currentl... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Dmitri Gribenko | DeclPrinter tests: add two more tests. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Chad Rosier | [ms-inline asm] Add the basic APIs for Exprs to the... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Anna Zaks | [analyzer] Make analyzer less aggressive when dealing... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Dmitri Gribenko | Comment semantic analysis: treat function typedefs... |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Dmitri Gribenko | Fix a few -Wdocumentation warnings. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Benjamin Kramer | Now that ASTMultiPtr is nothing more than a array refer... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jordan Rose | [scan-build] Accept -fno-objc-arc as well as -fobjc... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jordan Rose | [analyzer] For now, treat pointers-to-members as non... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jordan Rose | [analyzer] Handle UserDefinedConversion casts in C++. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Benjamin Kramer | Remove ASTOwningVector, it doesn't own anything and... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Dmitri Gribenko | Attaching comments to decls: since it was decided that... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Chad Rosier | [ms-inline asm] Add a few helper function to the MSAsmS... |
commit | commitdiff | tree | snapshot |
next |