llvm-project/clang/lib
Douglas Gregor c646d13054 Teach Type::isRealType() that vector types are never real types. All
of the callers of isRealType() already assumed this, and one of them
(increment/decrement) mistakenly permitted increments of vector types
because of it.

llvm-svn: 106596
2010-06-22 23:13:52 +00:00
..
AST Teach Type::isRealType() that vector types are never real types. All 2010-06-22 23:13:52 +00:00
Analysis Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Basic introduce a new CharSourceRange class, and enhance the diagnostics routines 2010-06-18 22:45:06 +00:00
Checker Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
CodeGen Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
Driver Driver: Remove some dead code left around after a refactoring. Found by the 2010-06-22 20:18:18 +00:00
Frontend Read/write CXXDeleteExpr from/to PCH. 2010-06-22 17:07:59 +00:00
Headers More AltiVec support. 2010-06-19 09:47:18 +00:00
Index Simplify libIndex Makefile, which doesn't need to worry about altivec support. 2010-06-08 20:57:18 +00:00
Lex Remove a dead argument to ProcessUCNEscape. 2010-06-15 18:06:43 +00:00
Parse Fix PR7180. 2010-06-22 11:30:04 +00:00
Rewrite introduce a new CharSourceRange class, and enhance the diagnostics routines 2010-06-18 22:45:06 +00:00
Runtime Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00
Sema Type Type::isRealFloatingType() that vectors are not floating-point 2010-06-22 23:07:26 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00