| Commit message (Expand) | Author | Age | Files | Lines |
* | Add several more predefines from modern versions of GCC. | Dan Gohman | 2010-05-28 | 1 | -0/+27 |
* | Predefine the '__clang_analyzer__' macro when using '-analyze'. | Ted Kremenek | 2010-05-26 | 1 | -0/+5 |
* | Add Clang version inspection macros. Fixes PR6681. | Douglas Gregor | 2010-04-30 | 1 | -1/+15 |
* | fix PR6936: don't generate line marker directives when preprocessing | Chris Lattner | 2010-04-26 | 1 | -3/+9 |
* | Sink the _GNU_SOURCE definition down into the target configuration, | Douglas Gregor | 2010-04-21 | 1 | -24/+0 |
* | Only predefine the macro _GNU_SOURCE in C++ mode when we're on a | Douglas Gregor | 2010-04-16 | 1 | -2/+24 |
* | When given unsaved files in clang_createTranslationUnitFromSourceFile, | Douglas Gregor | 2010-02-27 | 1 | -1/+2 |
* | Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes | Daniel Dunbar | 2010-02-10 | 1 | -0/+2 |
* | Extend clang_createTranslationUnitFromSourceFile() to support creating | Douglas Gregor | 2010-01-23 | 1 | -10/+31 |
* | Move the MacroBuilder utilitiy to its own header. Update references. | Chandler Carruth | 2010-01-20 | 1 | -0/+1 |
* | Fix an invalid Twine use spotty by abbeyj, it isn't safe to use Twine | Daniel Dunbar | 2010-01-20 | 1 | -1/+4 |
* | Predefine __weak attribute when doing objective-c | Fariborz Jahanian | 2010-01-13 | 1 | -2/+7 |
* | Fix PR5982, a refacto in checking for '=' in a -D argument. | Daniel Dunbar | 2010-01-10 | 1 | -8/+5 |
* | Use MacroBuilder for TargetDefines instead of std::vector. | Benjamin Kramer | 2010-01-09 | 1 | -3/+1 |
* | Move MacroBuilder into Frontend/Utils.h and clean it up a bit. | Benjamin Kramer | 2010-01-09 | 1 | -127/+89 |
* | Rework InitPreprocessor to use a MacroBuilder class instead of pushing around | Benjamin Kramer | 2010-01-09 | 1 | -248/+208 |
* | Switch UndefineBuiltinMacro() over to using StringRef | Kovarththanan Rajaratnam | 2010-01-09 | 1 | -2/+2 |
* | Switch DefineBuiltinMacro() over to using StringRef | Kovarththanan Rajaratnam | 2010-01-09 | 1 | -8/+12 |
* | Convert from char pointer to char array | Kovarththanan Rajaratnam | 2010-01-07 | 1 | -6/+6 |
* | Tigthen scope of local char array | Kovarththanan Rajaratnam | 2010-01-07 | 1 | -1/+1 |
* | Integrate the following from the 'objective-rewrite' branch: | Steve Naroff | 2009-12-04 | 1 | -0/+3 |
* | Fix two more diagnostic-on-stderr instances that thought they could hide from... | Daniel Dunbar | 2009-12-03 | 1 | -10/+10 |
* | Extend -remap-file=from;to to permit mapping from a non-existent | Douglas Gregor | 2009-12-02 | 1 | -4/+5 |
* | Move file-remapping logic into InitPreprocesor. No functionality change | Douglas Gregor | 2009-12-02 | 1 | -0/+53 |
* | Exit the command line into <built-in> instead of going directly from the comm... | Rafael Espindola | 2009-12-01 | 1 | -0/+5 |
* | Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. | Ken Dyck | 2009-11-22 | 1 | -0/+1 |
* | Define __WCHAR_WIDTH__ for use in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and | Ken Dyck | 2009-11-19 | 1 | -0/+4 |
* | Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been | Ken Dyck | 2009-11-19 | 1 | -1/+0 |
* | Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h. | Ken Dyck | 2009-11-19 | 1 | -0/+1 |
* | Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses | Ken Dyck | 2009-11-19 | 1 | -1/+0 |
* | Predefine __INTPTR_WIDTH__ for future use in stdint.h. | Ken Dyck | 2009-11-18 | 1 | -0/+1 |
* | Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no | Ken Dyck | 2009-11-18 | 1 | -2/+0 |
* | Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in | Ken Dyck | 2009-11-18 | 1 | -0/+8 |
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -14/+12 |
* | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck | 2009-11-16 | 1 | -1/+9 |
* | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner | 2009-11-12 | 1 | -18/+21 |
* | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 1 | -5/+1 |
* | Tweak PCH -include handling to make sure it matches the name as would be present | Daniel Dunbar | 2009-11-11 | 1 | -4/+9 |
* | Always initialize the header search object as part of InitializePreprocessor; | Daniel Dunbar | 2009-11-11 | 1 | -1/+7 |
* | PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. | Daniel Dunbar | 2009-11-10 | 1 | -3/+3 |
* | Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix | Daniel Dunbar | 2009-11-07 | 1 | -5/+6 |
* | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner | 2009-11-05 | 1 | -10/+22 |
* | InitializePreprocessor cannot fail. | Daniel Dunbar | 2009-11-04 | 1 | -4/+1 |
* | Move -undef flag into PreprocessorInitOptions | Daniel Dunbar | 2009-11-04 | 1 | -3/+2 |
* | Implement support for the -undef command line option, patch by | Chris Lattner | 2009-11-03 | 1 | -3/+5 |
* | clean up namespace. | Chris Lattner | 2009-11-02 | 1 | -6/+3 |
* | simplify intmax setup, patch by Ken Dyck! | Chris Lattner | 2009-10-29 | 1 | -15/+3 |