llvm-project/clang/lib/StaticAnalyzer/Core
Benjamin Kramer db0fc5131d Print NamedDecls directly to a raw_ostream where possible.
llvm-svn: 149982
2012-02-07 11:57:57 +00:00
..
AggExprVisitor.cpp Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
AnalysisManager.cpp Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. 2012-02-04 12:31:12 +00:00
BasicConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
BasicValueFactory.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
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 Tweak BugReporter extensive diagnostics to not add edges between function calls. 2012-02-07 02:26:17 +00:00
BugReporterVisitors.cpp Print NamedDecls directly to a raw_ostream where possible. 2012-02-07 11:57:57 +00:00
CMakeLists.txt Update the CMake build for r146959's new files. 2011-12-20 08:42:15 +00:00
Checker.cpp Reapply r149311 which I reverted by mistake. 2012-01-31 02:23:28 +00:00
CheckerContext.cpp [analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++ 2012-02-01 19:16:20 +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 Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
CheckerRegistry.cpp Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. 2012-02-04 12:31:12 +00:00
CoreEngine.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
Environment.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ExplodedGraph.cpp Basic: import OwningPtr<> into clang namespace 2012-02-05 02:12:40 +00:00
ExprEngine.cpp Introduce basic ASTs for lambda expressions. This covers: 2012-02-07 10:09:13 +00:00
ExprEngineC.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
ExprEngineCXX.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ExprEngineCallAndReturn.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
ExprEngineObjC.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
HTMLDiagnostics.cpp Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in PathDiagnostics from other events. This will 2012-02-07 02:27:37 +00:00
Makefile
MemRegion.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
ObjCMessage.cpp [analyzer] Make the entries in 'Environment' context-sensitive by making entries map from 2012-01-06 22:09:28 +00:00
PathDiagnostic.cpp Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in PathDiagnostics from other events. This will 2012-02-07 02:27:37 +00:00
PlistDiagnostics.cpp Create PathDiagnosticCallEnter and PathDiagnosticCallExit, to remark calls in PathDiagnostics from other events. This will 2012-02-07 02:27:37 +00:00
ProgramState.cpp Reapply r149311 which I reverted by mistake. 2012-01-31 02:23:28 +00:00
RangeConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
RegionStore.cpp Basic: import OwningPtr<> into clang namespace 2012-02-05 02:12:40 +00:00
SValBuilder.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +00:00
SVals.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
SimpleConstraintManager.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
SimpleConstraintManager.h Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
SimpleSValBuilder.cpp Change references to 'const ProgramState *' to typedef 'ProgramStateRef'. 2012-01-26 21:29:00 +00:00
Store.cpp StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers that don't care about the language don't have to pull in all the headers. 2012-01-28 12:06:22 +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] Make the entries in 'Environment' context-sensitive by making entries map from 2012-01-06 22:09:28 +00:00
TextPathDiagnostics.cpp Remove Diagnostic.h include from Preprocessor.h. 2012-02-04 13:02:15 +00:00