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