clang-1/lib
Ted Kremenek 6738b731a6 Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the same treatment as CF objects
This was accomplished by having	'isTypeRef' recursively walk the typedef stack.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71538 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-12 04:53:03 +00:00
..
AST Encapsulate template arguments lists in a new class, 2009-05-11 23:53:27 +00:00
Analysis Fix <rdar://problem/6877235> Classes typedef-ed to CF objects should get the same treatment as CF objects 2009-05-12 04:53:03 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen Factor code that's common to EmitCXXMemberCallExpr and EmitCXXConstructorCall out into a EmitCXXMemberCall function. 2009-05-11 23:37:08 +00:00
Driver Tweak x86 -mcpu defaults. 2009-05-06 04:58:14 +00:00
Frontend Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +00:00
Headers Fix for PR3841: follow gcc's example and fall back to the system 2009-05-03 23:00:48 +00:00
Lex Fix for PR4132: make sure to insert whitespace consistently before a 2009-05-03 19:16:00 +00:00
Parse Fix test case by always setting the type spec type, even for friend decls. 2009-05-11 22:42:30 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Encapsulate template arguments lists in a new class, 2009-05-11 23:53:27 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00