| Commit message (Expand) | Author | Age | Files | Lines |
| * | __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR | Chris Lattner | 2008-10-06 | 1 | -4/+4 |
| * | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner | 2008-10-05 | 1 | -4/+10 |
| * | suck the rest of the FP macros out of the targets into the PP | Chris Lattner | 2008-10-05 | 1 | -4/+42 |
| * | start moving fp macros over | Chris Lattner | 2008-10-05 | 1 | -2/+38 |
| * | move a bunch more integer sizing out of target-specific code into | Chris Lattner | 2008-10-05 | 1 | -0/+49 |
| * | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner | 2008-10-05 | 1 | -6/+23 |
| * | gcc no longer defines __block to nothing when blocks aren't enabled. | Chris Lattner | 2008-10-05 | 1 | -4/+1 |
| * | rearrange preprocessor macro definitions into language-specific | Chris Lattner | 2008-10-05 | 1 | -44/+51 |
| * | Implement PR2773, support for __USER_LABEL_PREFIX__ | Chris Lattner | 2008-10-05 | 1 | -0/+7 |
| * | define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. | Chris Lattner | 2008-09-30 | 1 | -0/+4 |
| * | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define | Chris Lattner | 2008-09-30 | 1 | -1/+1 |
| * | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner | 2008-09-26 | 1 | -11/+0 |
| * | Update clang to pretend to be gcc-4.2. | Daniel Dunbar | 2008-09-26 | 1 | -4/+4 |
| * | Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. | Steve Naroff | 2008-09-23 | 1 | -2/+3 |
| * | - Implement __block. | Steve Naroff | 2008-09-02 | 1 | -3/+10 |
| * | Pull code from last commit. will put back soon. | Steve Naroff | 2008-09-02 | 1 | -7/+0 |
| * | Implement block pseudo-storage class modifiers (__block, __byref). | Steve Naroff | 2008-09-02 | 1 | -0/+7 |
| * | Add a safety check. | Argyrios Kyrtzidis | 2008-08-23 | 1 | -0/+2 |
| * | Move some ObjC preprocessor definitions into | Daniel Dunbar | 2008-08-12 | 1 | -1/+18 |
| * | remove obsolete comment. | Chris Lattner | 2008-08-11 | 1 | -13/+0 |
| * | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber | 2008-08-10 | 1 | -0/+11 |
| * | Allow the preprocessor to cache the lexed tokens, so that we can do efficient... | Argyrios Kyrtzidis | 2008-08-10 | 1 | -1/+3 |
| * | Patch by | Ted Kremenek | 2008-07-19 | 1 | -1/+1 |
| * | move the linux predefined macro definition to the TargetInfo, where it really... | Nuno Lopes | 2008-07-05 | 1 | -5/+0 |
| * | predefine the macro linux when compiled on a linux system. this fixes the bui... | Nuno Lopes | 2008-07-05 | 1 | -0/+5 |
| * | clang uses the llvm backend, so define __llvm__ like llvm-gcc. | Chris Lattner | 2008-06-26 | 1 | -0/+3 |
| * | Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __... | Steve Naroff | 2008-05-15 | 1 | -0/+2 |
| * | DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when... | Steve Naroff | 2008-05-09 | 1 | -2/+0 |
| * | Neil pointed out that clang doesn't generate ranges from diagnostics | Chris Lattner | 2008-05-05 | 1 | -0/+20 |
| * | simplify ownership of the predefines buffer. | Chris Lattner | 2008-04-19 | 1 | -5/+1 |
| * | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek | 2008-04-17 | 1 | -0/+2 |
| * | Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob... | Ted Kremenek | 2008-04-17 | 1 | -0/+2 |
| * | move #include to the file that needs it. | Chris Lattner | 2008-03-18 | 1 | -1/+0 |
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+560 |