Go to file
Ted Kremenek 55081f9317 Don't assert on C++ casts that are currently not handled by the static analyzer.
Instead, halt the analysis of the current path, which is what we do in GRExprEngine::ProcessStmt
for all other C++ constructs not currently handled by the analyzer.

llvm-svn: 106561
2010-06-22 19:05:10 +00:00
clang Don't assert on C++ casts that are currently not handled by the static analyzer. 2010-06-22 19:05:10 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. 2010-06-21 21:01:43 +00:00
lldb Reduce code duplication. 2010-06-22 15:28:34 +00:00
llvm Clone named metadata while cloning a module. 2010-06-22 18:52:38 +00:00