Age | Commit message (Expand) | Author |
2008-12-01 | Add LangOptions marker for assembler-with-cpp mode and use to define | Daniel Dunbar |
2008-11-22 | Move the Preprocessor::Diag methods inline. This has the interesting | Chris Lattner |
2008-11-22 | inline a method into its only two call sites. | Chris Lattner |
2008-11-22 | Split the DiagnosticInfo class into two disjoint classes: | Chris Lattner |
2008-11-19 | Move more cases of using 'CurLexer' to 'CurPPLexer'. | Ted Kremenek |
2008-11-19 | Remove Preprocessor::CacheTokens boolean data member. The same functionality ... | Argyrios Kyrtzidis |
2008-11-19 | Initialize CurPPLexer in Preprocessor's constructor. | Ted Kremenek |
2008-11-18 | Remove the last of the old-style Preprocessor::Diag methods. | Chris Lattner |
2008-11-18 | Convert the lexer and start converting the PP over to using canonical Diag me... | Chris Lattner |
2008-11-18 | This reworks some of the Diagnostic interfaces a bit to change how diagnostics | Chris Lattner |
2008-11-18 | Change the diagnostics interface to take an array of pointers to | Chris Lattner |
2008-11-13 | Using llvm::OwningPtr<> for CurLexer and CurTokenLexer. This makes both the ... | Ted Kremenek |
2008-10-31 | Fixed build warning. No functionality change. | Sanjiv Gupta |
2008-10-31 | Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar | Sanjiv Gupta |
2008-10-06 | __CONSTANT_CFSTRINGS__ should be defined even in C mode, otherwise the CFSTR | Chris Lattner |
2008-10-05 | move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into | Chris Lattner |
2008-10-05 | suck the rest of the FP macros out of the targets into the PP | Chris Lattner |
2008-10-05 | start moving fp macros over | Chris Lattner |
2008-10-05 | move a bunch more integer sizing out of target-specific code into | Chris Lattner |
2008-10-05 | eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving | Chris Lattner |
2008-10-05 | gcc no longer defines __block to nothing when blocks aren't enabled. | Chris Lattner |
2008-10-05 | rearrange preprocessor macro definitions into language-specific | Chris Lattner |
2008-10-05 | Implement PR2773, support for __USER_LABEL_PREFIX__ | Chris Lattner |
2008-09-30 | define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. | Chris Lattner |
2008-09-30 | __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define | Chris Lattner |
2008-09-26 | Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo | Chris Lattner |
2008-09-26 | Update clang to pretend to be gcc-4.2. | Daniel Dunbar |
2008-09-23 | Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. | Steve Naroff |
2008-09-02 | - Implement __block. | Steve Naroff |
2008-09-02 | Pull code from last commit. will put back soon. | Steve Naroff |
2008-09-02 | Implement block pseudo-storage class modifiers (__block, __byref). | Steve Naroff |
2008-08-23 | Add a safety check. | Argyrios Kyrtzidis |
2008-08-12 | Move some ObjC preprocessor definitions into | Daniel Dunbar |
2008-08-11 | remove obsolete comment. | Chris Lattner |
2008-08-10 | * Remove isInSystemHeader() from DiagClient, move it to SourceManager | Nico Weber |
2008-08-10 | Allow the preprocessor to cache the lexed tokens, so that we can do efficient... | Argyrios Kyrtzidis |
2008-07-19 | Patch by | Ted Kremenek |
2008-07-05 | move the linux predefined macro definition to the TargetInfo, where it really... | Nuno Lopes |
2008-07-05 | predefine the macro linux when compiled on a linux system. this fixes the bui... | Nuno Lopes |
2008-06-26 | clang uses the llvm backend, so define __llvm__ like llvm-gcc. | Chris Lattner |
2008-05-15 | Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __... | Steve Naroff |
2008-05-09 | DO NOT pre-defined __OBJC2__. The __OBJC2__ macro should only be defined when... | Steve Naroff |
2008-05-05 | Neil pointed out that clang doesn't generate ranges from diagnostics | Chris Lattner |
2008-04-19 | simplify ownership of the predefines buffer. | Chris Lattner |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
2008-04-17 | Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob... | Ted Kremenek |
2008-03-18 | move #include to the file that needs it. | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |