hanchenye-llvm-project/clang/lib/Analysis
Douglas Gregor 49b4d73451 Type Type::isRealFloatingType() that vectors are not floating-point
types, updating callers of both isFloatingType() and
isRealFloatingType() accordingly. Caught at least one issue where we
allowed one to declare a vector of vectors (!), along with cleaning up
the standard-conversion logic for C++.

llvm-svn: 106595
2010-06-22 23:07:26 +00:00
..
AnalysisContext.cpp Only perform CFG-based warnings on 'static inline' functions that 2010-03-23 00:13:23 +00:00
CFG.cpp Make addStmt always add stmt. Delegate other cases to Visit() directly. 2010-06-03 06:43:23 +00:00
CMakeLists.txt Update CMake build for new attribute changes. 2010-06-17 00:37:02 +00:00
LiveVariables.cpp Assignments to reference variables shouldn't kill the variable. 2010-06-04 01:14:56 +00:00
Makefile Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. 2010-06-08 20:44:43 +00:00
PrintfFormatString.cpp Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
ReachableCode.cpp Move the rest of the unreachable code analysis from libSema 2010-02-23 05:59:20 +00:00
UninitializedValues.cpp [CFG] 2010-03-02 21:43:54 +00:00