clang-1/lib
Daniel Dunbar f56f1913e9 Fix Obj-C super sends inside class methods.
- NeXT loads the super class at runtime; this required changing the
   runtime interface to pass more information down.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55307 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-25 08:19:24 +00:00
..
AST Handle emitting __builtin_huge_valf as a constant expr. 2008-08-25 03:27:15 +00:00
Analysis adjust to changes in various APIs from LLVM. We can't print 2008-08-23 22:23:37 +00:00
Basic Add dragonfly target support, patch by Sascha Wildner 2008-08-23 18:23:14 +00:00
CodeGen Fix Obj-C super sends inside class methods. 2008-08-25 08:19:24 +00:00
Driver Moved HTMLDiagnostics to lib/Driver. 2008-08-24 02:33:36 +00:00
Headers Implementation of stdarg.h. 2008-05-29 10:40:55 +00:00
Lex Rename Preprocessor::DisableBacktrack -> Preprocessor::CommitBacktrackedTokens. 2008-08-24 12:29:43 +00:00
Parse Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00
Rewrite honor EscapeSpaces in 2nd overload of EscapeText() 2008-08-16 22:24:33 +00:00
Sema Fix silly bug in objc_gc attribute parsing and add test case 2008-08-24 16:33:25 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00