llvm-project/clang/lib
Daniel Dunbar 75e909f5e0 Set a bit in IMAGE_INFO to indicate that we don't contain any
@synthesized ivars for superclasses.
 - <rdar://problem/6806371> [clang] Mark code without miscompiled
   @synthesized properties

llvm-svn: 69581
2009-04-20 07:11:47 +00:00
..
AST Make FieldDecl parameter to getObjCEncodingForType... const. 2009-04-20 06:37:24 +00:00
Analysis Remove loc::FuncVal. 2009-04-20 06:35:22 +00:00
Basic Don't crash in the diagnostic printer if we happen to get passed a 2009-04-20 06:13:16 +00:00
CodeGen Set a bit in IMAGE_INFO to indicate that we don't contain any 2009-04-20 07:11:47 +00:00
Driver Forward f[no-]dollars-in-identifiers to clang, when specified. 2009-04-19 21:20:32 +00:00
Frontend don't crash on invalid ranges in -fprint-source-range-info 2009-04-19 22:24:10 +00:00
Headers glibc plays some weird games with multiple different definitions of 2009-04-18 19:11:11 +00:00
Lex Move the on-disk hash table code into its own header. No functionality change. 2009-04-20 07:08:21 +00:00
Parse Add more thorough/correct checking for invalid __thread specifiers. 2009-04-19 20:27:55 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Conditional operator C++ checking complete. What issues remain are in more general code. 2009-04-19 21:53:20 +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