Age | Commit message (Expand) | Author |
2010-12-22 | [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang... | Argyrios Kyrtzidis |
2010-12-22 | [analyzer] Refactoring: include/clang/Checker -> include/clang/GR | Argyrios Kyrtzidis |
2010-12-22 | If the unary operator is prefix and an lvalue (in C++), bind | Zhongxing Xu |
2010-12-22 | The base type is not always pointer type. We may cast to a base reference. | Zhongxing Xu |
2010-12-22 | Always blast through no-op casts when getting expr SVals. | Zhongxing Xu |
2010-12-22 | After inlining the CXXConstructExpr, bind the temporary object region to it. | Zhongxing Xu |
2010-12-20 | Rename 'VisitLocation' to 'visitLocation'. | Ted Kremenek |
2010-12-20 | Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. | Ted Kremenek |
2010-12-19 | If the initializer is an rvalue and the variable is a const reference, | Zhongxing Xu |
2010-12-18 | The evaluation of dereference and address-of is identical. | Zhongxing Xu |
2010-12-18 | Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq... | Michael J. Spencer |
2010-12-18 | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer |
2010-12-17 | Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. | Michael J. Spencer |
2010-12-17 | Remove explicit summaries from retain/release | Ted Kremenek |
2010-12-17 | Move CocoaConventions.[h,cpp] from libChecker | Ted Kremenek |
2010-12-17 | Revise Cocoa conventions detection: 'copy' and 'mutableCopy' | Ted Kremenek |
2010-12-17 | Rename several methods/functions in the analyzer | Ted Kremenek |
2010-12-16 | Start migration of static analyzer to using the | Ted Kremenek |
2010-12-14 | Added missing IgnoreParens(). | Abramo Bagnara |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-05 | Mark SVal constructors 'explicit'. | Ted Kremenek |
2010-12-05 | Rename Environment::LookupExpr() to | Ted Kremenek |
2010-12-04 | More anonymous struct/union redesign. This one deals with anonymous field use... | Francois Pichet |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-04 | Minor refactoring; have BugReport::getRanges return a pair of iterator, no fu... | Argyrios Kyrtzidis |
2010-12-03 | Fix an insidious bug in BugReporter where | Ted Kremenek |
2010-12-03 | Also include the pointer address of the ExplodedNode | Ted Kremenek |
2010-12-03 | Also show notes about the taken path in TextPathDiagnostics. | Argyrios Kyrtzidis |
2010-12-03 | Remove leftover code and use the text path diagnostic client even without a s... | Argyrios Kyrtzidis |
2010-12-03 | Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as ... | Argyrios Kyrtzidis |
2010-12-03 | Handle any number of SourceRanges inside BugReporter::FlushReport. | Argyrios Kyrtzidis |
2010-12-03 | Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. | Argyrios Kyrtzidis |
2010-12-02 | Merge ValueManager into SValBuilder. | Ted Kremenek |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-12-01 | Rename all 'AssumeXXX' methods in libChecker | Ted Kremenek |
2010-12-01 | Rename all 'EvalXXX' methods in libChecker to | Ted Kremenek |
2010-12-01 | Rename 'SValuator' to 'SValBuilder'. The new name | Ted Kremenek |
2010-12-01 | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | John McCall |
2010-11-30 | L-value to r-value conversion is not ready for prime-time. | John McCall |
2010-11-30 | Introduce an r-value to l-value cast kind. I'm not promising anything | John McCall |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-26 | Do not use StripCasts() in this context. | Zhongxing Xu |
2010-11-26 | Should not use StripCasts() in this context. | Zhongxing Xu |
2010-11-26 | Rename CXXObjectRegion to CXXTempObjectRegion. | Zhongxing Xu |
2010-11-26 | Regionstore: support derived-to-base cast by creating a CXXBaseObjectRegion. | Zhongxing Xu |
2010-11-26 | Add a fixme. | Zhongxing Xu |