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 |
2012-08-23 |
Benjamin Kramer | Rip out remnants of move semantic emulation and smart... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Sean Callanan | Added a method to DeclContext that marks the |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Ted Kremenek | Change a bunch of cases where we do "getAs<...>->doSome... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Richard Smith | When disambiguating an expression-statement from a... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Chad Rosier | [ms-inline asm] Remove an unused argument. This logic... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Jordan Rose | [analyzer] Support C++ default arguments if they are... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Dmitri Gribenko | Fix a bunch of -Wdocumentation warnings. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Chad Rosier | [ms-inline asm] Rename a few induction variables to... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Roman Divacky | Mark these const. |
commit | commitdiff | tree | snapshot |
2012-08-23 |
David Chisnall | Fix transposed optional / required in Objective-C metad... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eli Friedman | Attempt to fix clang bootstrap (broken by r162425). |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Richard Smith | Fix undefined behavior: member function calls where... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Douglas Gregor | array_pod_sort on the addresses of declaration pointers... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Richard Smith | Fix undefined behavior: don't call ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Eli Friedman | Use the alignment from lvalue emission to more accurate... |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Matt Beaumont-Gay | Don't recycle loop variables (to keep GCC happy). |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Chad Rosier | Fix 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Fix an assortment of doxygen comment issues found by... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Compute the inputs and outputs. No... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Argyrios Kyrtzidis | [libclang] c-index-test: Make the printing of the overr... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | Comment parsing: parse "<blah" as an HTML tag only... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Fixup to r162399. Initialize the member... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Refactor code so that we can begin... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Add more comments to CallEvent and RuntimeDe... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] Add osx.cocoa.NonNilReturnValue checker. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add comments. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add comments. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Add helper function. No functional... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Simplify logic. No functional change... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Alexander Kornienko | Reverted clang-check to fully supported CommandLine... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Compute the token range for each instru... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Despite me asking Jordan to do r162313, revert it.... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Simplify logic. No functional change... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove BasicConstraintManager. It hasn't been in activ... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chad Rosier | [ms-inline asm] Start sending non-simple inline asms... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Make ceil/floor/nearbyint/rint/round const even with... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Math builtin definition tweaks. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | ASTContext::getCommentForDecl: add comment. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Dmitri Gribenko | Attaching comments to declarations: when documentation... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Restructure discussion of DynamicTypeInfo... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Per feedback, re-structure the docs for... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Rafael Espindola | Merge existing attributes before processing pragmas... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Benjamin Kramer | Fix typo in debug method. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'unbindLoc()' (in ProgramState) and 'Remove... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'currentX' to 'currX' throughout analyzer and... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'getConjuredSymbol*' to 'conjureSymbol*'. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove Store::bindDecl() and Store::bindDeclWithNoInit... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Rename 'BindCompoundLiteral' to 'bindCompoundLiteral... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Anna Zaks | [analyzer] IPA document: address Ted's review comments... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Remove stale header file. |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Review, comment, and reformat IPA.txt, including feedba... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Jordan Rose | [analyzer] Document our debug checkers and ExprInspecti... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Ted Kremenek | Consilidate SmallPtrSet count() followed by insert... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Chad Rosier | [ms-inline asm] Remove the patchMSAsmStrings function... |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Matt Beaumont-Gay | Add an llvm_unreachable to pacify GCC's -Wreturn-type. |
commit | commitdiff | tree | snapshot |
2012-08-21 |
Fariborz Jahanian | make test pass on linux platforms. |
commit | commitdiff | tree | snapshot |
next |