clang-1/lib
Douglas Gregor e7450f5dbd Make sure to use RequireCompleteType rather than testing for
incomplete types. RequireCompleteType is needed when the type may be
completed by instantiating a template.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67643 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-24 19:52:54 +00:00
..
AST Fix PR3868 by making Evaluate handle cases like "(long)&a + 4". 2009-03-24 01:14:50 +00:00
Analysis analyzer: Provide temporary workaround for false positive reported by 2009-03-23 17:10:25 +00:00
Basic Ad FreeBSD ARM target info. 2009-03-23 16:09:04 +00:00
CodeGen Support member reference on ?: of struct type. 2009-03-24 02:38:23 +00:00
Driver Driver: Warn when 'clang' is used to compile a source file we could 2009-03-24 19:14:56 +00:00
Frontend Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Headers Only intptr_t is protected by __intptr_t_defined. 2009-03-15 03:16:47 +00:00
Lex change the __VERSION__ string to be more sensible. It would be useful to include the clang version # too. 2009-03-24 16:09:18 +00:00
Parse improve error recovery for when type parsing fails. 2009-03-24 17:21:43 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema Make sure to use RequireCompleteType rather than testing for 2009-03-24 19:52:54 +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