Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
450202284e7e0a1758be935ee6ae1296cc9dc97d
/
Driver
/
AnalysisConsumer.cpp
4f4e7e4
Fix regression when invoking the MissingDealloc analysis: disable this check when in -fobjc-gc-only mode.
by Ted Kremenek
· 16 years ago
395aaf2
Add prototype implementation of unused ivar check.
by Ted Kremenek
· 16 years ago
78d4624
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GRExprEngineInternalChecks.cpp.
by Ted Kremenek
· 16 years ago
f7f3c20
Provide an "Analysis Scope" for Analyses so checks can either be run on code declarations (bodies) or Objective-C @implementation blocks.
by Ted Kremenek
· 16 years ago
fb9a48c
Break off declaration of Analysis enum into Analyses.def. The driver options in
by Ted Kremenek
· 16 years ago
0d8019e
Add new check: -check-objc-methodsigs. This check scans methods in
by Ted Kremenek
· 16 years ago
3cd483c
For the -dealloc checker, check the LangOptions to determine whether or not the code is compiled with GC.
by Ted Kremenek
· 16 years ago
7032f46
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail
by Ted Kremenek
· 16 years ago
db09a4d
Added static analysis check to see if a subclass of NSObject implements -dealloc, and whether or not that implementation calls [super dealloc].
by Ted Kremenek
· 16 years ago
e207558
Unify the code path for the Dead Stores checker to always use the BugReporter interface.
by Ted Kremenek
· 16 years ago
c095997
Refactored some of the BugReporter interface so that data such as the ASTContext&, PathDiagnosticClient*, can be provided by an external source.
by Ted Kremenek
· 16 years ago
8b23361
GRExprEngine now expects the LiveVariables information to be provided by its creator.
by Ted Kremenek
· 16 years ago
17fdf95
Added version of CheckDeadStores that accepts a client-provided LiveVariables object.
by Ted Kremenek
· 16 years ago
902141f
Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.
by Ted Kremenek
· 16 years ago
235e031
Move -dump-live-variables logic to AnalysisConsumer.
by Ted Kremenek
· 16 years ago
34d7734
Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface.
by Ted Kremenek
· 16 years ago
bc46f34
Move logic for "-checker-simple" to the new AnalysisConsumer interface.
by Ted Kremenek
· 16 years ago
b35a74a
Migrated driver logic for running the CF retain/release checker over to the new AnalysisConsumer interface.
by Ted Kremenek
· 16 years ago
f4381fd
Added AnalysisConsumer, a meta-level ASTConsumer class to drive various
by Ted Kremenek
· 16 years ago