aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)Author
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
2009-08-27Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.Eli Friedman
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-06Predefine __cplusplus to the right value (199711L), except when in GNU mode.Douglas Gregor
2009-07-21define __STDC_VERSION__ processor token for c94Ryan Flynn
2009-07-01Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman
2009-06-28Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-23__APPLE_CC__ should only be set when building for darwin targets.Chris Lattner
2009-06-15PR4388: get rid of an extra # line directive; in addition to being Eli Friedman
2009-06-08Misc minor fixes for clang for the Windows target.Eli Friedman
2009-06-05Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman
2009-06-04Move a couple Darwin-specific defines into getDarwinDefines.Eli Friedman
2009-06-04DefineBuiltinMacro is always passed two args, remove the defaulted thirdChris Lattner
2009-06-03Compile fix needed by the solaris system gcc.Duncan Sands
2009-05-23Add IEEE quad support to DefineFloatMacros.Eli Friedman
2009-05-23PR4247: Widen the buffer slightly so it can hold all the definitions for Eli Friedman
2009-05-22This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian
2009-05-18Remove unused parameter.Eli Friedman
2009-05-15Fix processing of -Ufoo to not inject "#undef foo 1" into the predefinesChris Lattner
2009-04-22Add another workaround for -include.Daniel Dunbar
2009-04-22Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner
2009-04-21this time with more workingness.Chris Lattner
2009-04-21fix massive testsuite failures from Alexei's patch due to inverted logic.Chris Lattner
2009-04-21Split preprocessor initialization logic out of clang-cc intoChris Lattner