clang-1/lib
Fariborz Jahanian 9cd96ff7df This patch provides preliminary support for non-fragile instance variables on the GNU runtime.
It currently requires a patches to GNU libobjc (and so is not enabled by default) which are currently 
being tested and reviewed by GNUstep before being pushed upstream.
This patch does not allow support for synthesized ivars, but does provide the infrastructure 
needed for supporting them.
Patch by David Chisnall



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72175 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-20 18:41:51 +00:00
..
AST Fix handling of the GNU "t ? : f" extension to the conditional 2009-05-19 20:13:50 +00:00
Analysis Treat AllocaRegion as SymbolicRegion in RegionStore::Retrieve(). 2009-05-20 09:18:48 +00:00
Basic Avoid potential out-of-bounds access in SourceManager::getLineNumber. 2009-05-18 17:30:52 +00:00
CodeGen This patch provides preliminary support for non-fragile instance variables on the GNU runtime. 2009-05-20 18:41:51 +00:00
Driver Remove -fprintf-source-range-info from the Driver (this was renamed) 2009-05-18 23:01:24 +00:00
Frontend implementation of format_arg for ObjC methods/functions. 2009-05-20 17:41:43 +00:00
Headers Add 'cmp' SSE builtins and get rid of a bunch of other builtins. 2009-05-18 19:16:46 +00:00
Lex PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
Parse implementation of format_arg for ObjC methods/functions. 2009-05-20 17:41:43 +00:00
Rewrite Fix for PR2386: distinguish between insertion and replacements in the 2009-05-18 13:56:52 +00:00
Sema implementation of format_arg for ObjC methods/functions. 2009-05-20 17:41:43 +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