Anna Zaks
|
b805c8ff13
[analyzer] Refactor checkers to use helper function for getting callee Decl and name.
|
vor 13 Jahren |
Anna Zaks
|
0bd6b110e9
[analyzer] Rename generateNode -> addTransition in CheckerContext
|
vor 14 Jahren |
Anna Zaks
|
063e0887ad
[analyzer] Simplify CheckerContext
|
vor 14 Jahren |
Douglas Gregor
|
bcfd1f55bf
Extend the ASTContext constructor to delay the initialization of
|
vor 14 Jahren |
Anna Zaks
|
50bbc165b0
Static Analyzer Diagnostics: Kill the addVisitorCreator(callbackTy, void*) API in favor of addVisitor(BugReporterVisitor*).
|
vor 14 Jahren |
Anna Zaks
|
e172e8b9e7
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
|
vor 14 Jahren |
Ted Kremenek
|
18c66fdc3c
Rename GRState to ProgramState, and cleanup some code formatting along the way.
|
vor 14 Jahren |
Jordy Rose
|
af5b043fe7
Clean up UnixAPIChecker, including switching its array of BugTypes to llvm::OwningPtr<BugType> vars (the new convention). No functionality change.
|
vor 14 Jahren |
Argyrios Kyrtzidis
|
ec8605f1d7
[analyzer] Rename CheckerV2 -> Checker.
|
vor 14 Jahren |
Argyrios Kyrtzidis
|
983326f32c
[analyzer] Migrate to CheckerV2:
|
vor 14 Jahren |
Argyrios Kyrtzidis
|
695fb50282
[analyzer] Pass CheckerManager to the registration functions.
|
vor 14 Jahren |
Argyrios Kyrtzidis
|
027a6abdd6
[analyzer] Use the new registration mechanism on some of the internal checks. These are:
|
vor 14 Jahren |
Ted Kremenek
|
9b66371644
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
|
vor 14 Jahren |
Argyrios Kyrtzidis
|
04291a7c76
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h
|
vor 14 Jahren |
Ted Kremenek
|
21142581d5
Chris Lattner has strong opinions about directory
|
vor 14 Jahren |