llvm-project/clang/lib/StaticAnalyzer/Core
Tanya Lattner 55808c1026 Add support for builtin astype:
__builtin_astype(): Used to reinterpreted as another data type of the same size using for both scalar and vector data types.
Added test case.

llvm-svn: 132612
2011-06-04 00:47:47 +00:00
..
AggExprVisitor.cpp Begin reworking static analyzer support for C++ method calls. The current logic was divorced 2011-03-30 17:41:19 +00:00
AnalysisManager.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
BasicConstraintManager.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
BasicStore.cpp Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts. 2011-05-02 19:42:42 +00:00
BasicValueFactory.cpp A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. 2011-05-21 16:28:01 +00:00
BlockCounter.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
BugReporter.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
BugReporterVisitors.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
CFRefCount.cpp Tighen analyzer diagnostics w.r.t ObjC/CF leaks. 2011-05-26 18:45:44 +00:00
CMakeLists.txt Sort 2011-03-14 21:20:46 +00:00
CXXExprEngine.cpp Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
CheckerContext.cpp [analyzer] Remove Checker V1. 2011-03-01 01:16:08 +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 Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang. 2011-05-05 03:41:17 +00:00
CoreEngine.cpp Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
Environment.cpp Allow 'Environment::getSVal()' to allow an optional way for checkers to do a direct lookup to values bound to expressions, without 2011-04-27 05:34:09 +00:00
ExplodedGraph.cpp fix a bunch of comment typos found by codespell. Patch by 2011-04-15 05:22:18 +00:00
ExprEngine.cpp Add support for builtin astype: 2011-06-04 00:47:47 +00:00
FlatStore.cpp Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts. 2011-05-02 19:42:42 +00:00
GRState.cpp Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts. 2011-05-02 19:42:42 +00:00
HTMLDiagnostics.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
Makefile
MemRegion.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
ObjCMessage.cpp static analyzer: when conservatively evaluating functions, don't invalidate the values of globals when the called function is strlen. 2011-05-25 23:57:29 +00:00
PathDiagnostic.cpp Change the representation of GNU ?: expressions to use a different expression 2011-02-17 10:25:35 +00:00
PlistDiagnostics.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
RangeConstraintManager.cpp [analyzer] Remove ManagerRegistry which is not used. In the future we may load analyzer plugins dynamically but 2011-02-14 18:13:17 +00:00
RegionStore.cpp Teach RegionStore not to symbolic array values whose indices it cannot reason about. 2011-05-19 23:37:58 +00:00
SValBuilder.cpp Improves the coding style in SValBuilder. This patch: 2011-03-01 00:45:32 +00:00
SVals.cpp [analyzer] Remove SVal::getAsVarDecl() and reason about MemRegions, not Decls. Suggestion by Ted! 2011-03-01 01:47:48 +00:00
SimpleConstraintManager.cpp A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. 2011-05-21 16:28:01 +00:00
SimpleConstraintManager.h Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00
SimpleSValBuilder.cpp A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. 2011-05-21 16:28:01 +00:00
Store.cpp Improves the coding style in SValBuilder. This patch: 2011-03-01 00:45:32 +00:00
SymbolManager.cpp Makes most methods in SVals.h conform to the naming guide. Reviewed 2011-02-16 21:13:32 +00:00
TextPathDiagnostics.cpp Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'. 2011-02-10 01:03:03 +00:00