.. |
APSIntType.cpp
|
[analyzer] Rework both constraint managers to handle mixed-type comparisons.
|
2012-05-08 03:27:16 +00:00 |
AnalysisManager.cpp
|
Have AnalyzerOptions::getBooleanOption() stick the matching config
|
2012-10-01 18:28:19 +00:00 |
AnalyzerOptions.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
BasicValueFactory.cpp
|
[analyzer] Disallow creation of int vals with explicit bit width / signedness.
|
2012-09-01 17:39:24 +00:00 |
BlockCounter.cpp
|
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at.
|
2011-08-12 23:37:29 +00:00 |
BugReporter.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
BugReporterVisitors.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
CMakeLists.txt
|
Remove ProgramState::getSymVal(). It was being misused by Checkers,
|
2012-09-07 22:31:01 +00:00 |
CallEvent.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Checker.cpp
|
Reapply r149311 which I reverted by mistake.
|
2012-01-31 02:23:28 +00:00 |
CheckerContext.cpp
|
[analyzer] Add some convenience accessors to CallEvent, and use them.
|
2012-11-02 23:49:29 +00:00 |
CheckerHelpers.cpp
|
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
|
2011-02-10 01:03:03 +00:00 |
CheckerManager.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
CheckerRegistry.cpp
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |
ConstraintManager.cpp
|
[analyzer] Let ConstraintManager subclasses provide a more efficient checkNull.
|
2012-10-31 16:44:55 +00:00 |
CoreEngine.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Environment.cpp
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |
ExplodedGraph.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ExprEngine.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ExprEngineC.cpp
|
Don't include Type.h in DeclarationName.h.
|
2012-12-01 16:35:25 +00:00 |
ExprEngineCXX.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ExprEngineCallAndReturn.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ExprEngineObjC.cpp
|
[analyzer] Allow ObjC ivar lvalues where the base is nil.
|
2012-10-01 19:07:22 +00:00 |
FunctionSummary.cpp
|
[analyzer] Record the basic blocks covered by the analyzes run.
|
2012-04-03 02:05:47 +00:00 |
HTMLDiagnostics.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Makefile
|
…
|
|
MemRegion.cpp
|
Pull logic to map from VarDecl* to captured region using a helper function. WIP.
|
2012-12-06 07:17:13 +00:00 |
PathDiagnostic.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
PlistDiagnostics.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
ProgramState.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
RangeConstraintManager.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
RegionStore.cpp
|
Only provide explicit getCapturedRegion() and getOriginalRegion() from referenced_vars_iterator.
|
2012-12-06 07:17:20 +00:00 |
SValBuilder.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
SVals.cpp
|
Include pruning and general cleanup.
|
2012-12-01 17:12:56 +00:00 |
SimpleConstraintManager.cpp
|
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
|
2012-10-01 16:53:40 +00:00 |
SimpleConstraintManager.h
|
[analyzer] Make ProgramStateManager's SubEngine parameter optional.
|
2012-10-01 16:53:40 +00:00 |
SimpleSValBuilder.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
Store.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |
SubEngine.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:48:34 +00:00 |
SymbolManager.cpp
|
[analyzer] Run remove dead on end of path.
|
2012-11-03 02:54:20 +00:00 |
TextPathDiagnostics.cpp
|
Sort all of Clang's files under 'lib', and fix up the broken headers
|
2012-12-04 09:13:33 +00:00 |