llvm-project/clang/lib
Dan Gohman 5d30975e5e Change uses of llvm::Type::isFirstClassType to use the new
llvm::Type::isSingleValueType. Currently these two functions have
the same behavior, but soon isFirstClassType will return true for
struct and array types.

Clang may some day want to use of isFirstClassType for some of
these some day as an optimization, but it'll require some
consideration.

llvm-svn: 51446
2008-05-22 22:12:56 +00:00
..
AST Move getAccessedFieldNo out of lib/AST/Expr.cpp into 2008-05-22 00:50:06 +00:00
Analysis Expand retain/release checker to consider methods/function calls that cause a 2008-05-22 17:31:13 +00:00
Basic Missed an include. 2008-05-20 14:27:34 +00:00
CodeGen Change uses of llvm::Type::isFirstClassType to use the new 2008-05-22 22:12:56 +00:00
Headers Protect iso646.h from C++ (although I can't imagine why someone would 2008-05-21 03:11:31 +00:00
Lex Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". 2008-05-15 21:12:10 +00:00
Parse Fix the scope of K&R-style argument declarations so that they don't 2008-05-20 09:10:20 +00:00
Rewrite Fix rdar://5919567: assertion failure: split didn't occur before erase! 2008-05-08 03:23:46 +00:00
Sema Patch for PR2350; the issue was tnat we were allowing (with an error) 2008-05-22 08:54:03 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00