aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)Author
2010-02-27When given unsaved files in clang_createTranslationUnitFromSourceFile,Douglas Gregor
2010-02-10Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar
2010-01-23Extend clang_createTranslationUnitFromSourceFile() to support creatingDouglas Gregor
2010-01-20Move the MacroBuilder utilitiy to its own header. Update references.Chandler Carruth
2010-01-20Fix an invalid Twine use spotty by abbeyj, it isn't safe to use TwineDaniel Dunbar
2010-01-13Predefine __weak attribute when doing objective-cFariborz Jahanian
2010-01-10Fix PR5982, a refacto in checking for '=' in a -D argument.Daniel Dunbar
2010-01-09Use MacroBuilder for TargetDefines instead of std::vector.Benjamin Kramer
2010-01-09Move MacroBuilder into Frontend/Utils.h and clean it up a bit.Benjamin Kramer
2010-01-09Rework InitPreprocessor to use a MacroBuilder class instead of pushing aroundBenjamin Kramer
2010-01-09Switch UndefineBuiltinMacro() over to using StringRefKovarththanan Rajaratnam
2010-01-09Switch DefineBuiltinMacro() over to using StringRefKovarththanan Rajaratnam
2010-01-07Convert from char pointer to char arrayKovarththanan Rajaratnam
2010-01-07Tigthen scope of local char arrayKovarththanan Rajaratnam
2009-12-04Integrate the following from the 'objective-rewrite' branch:Steve Naroff
2009-12-03Fix two more diagnostic-on-stderr instances that thought they could hide from...Daniel Dunbar
2009-12-02Extend -remap-file=from;to to permit mapping from a non-existentDouglas Gregor
2009-12-02Move file-remapping logic into InitPreprocesor. No functionality changeDouglas Gregor
2009-12-01Exit the command line into <built-in> instead of going directly from the comm...Rafael Espindola
2009-11-22Define __SIG_ATOMIC_WIDTH__ for use in stdint.h.Ken Dyck
2009-11-19Define __WCHAR_WIDTH__ for use in stdint.h.Ken Dyck
2009-11-19Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in Ken Dyck
2009-11-19Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h.Ken Dyck
2009-11-19Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, andKen Dyck
2009-11-19Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been Ken Dyck
2009-11-19Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h.Ken Dyck
2009-11-19Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which usesKen Dyck
2009-11-18Predefine __INTPTR_WIDTH__ for future use in stdint.h.Ken Dyck
2009-11-18Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are noKen Dyck
2009-11-18Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros inKen Dyck
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-16Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck
2009-11-12Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner
2009-11-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-11Tweak PCH -include handling to make sure it matches the name as would be presentDaniel Dunbar
2009-11-11Always initialize the header search object as part of InitializePreprocessor;Daniel Dunbar
2009-11-10PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries.Daniel Dunbar
2009-11-07Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fixDaniel Dunbar
2009-11-05clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner
2009-11-04InitializePreprocessor cannot fail.Daniel Dunbar
2009-11-04Move -undef flag into PreprocessorInitOptionsDaniel Dunbar
2009-11-03Implement support for the -undef command line option, patch byChris Lattner
2009-11-02clean up namespace.Chris Lattner
2009-10-29simplify intmax setup, patch by Ken Dyck!Chris Lattner
2009-10-21hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233).Chris Lattner
2009-10-16Work-around wchar_t and __pragma problem in VC headersJohn Thompson
2009-10-01Move the "needs exception support" logic to clang. This also fixesRafael Espindola
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-03Don't use '%ll', this doesn't workin on Win32.Daniel Dunbar