summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/InitPreprocessor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 80933 from mainline.Tanya Lattner2009-09-041-1/+3
* Predefine __cplusplus to the right value (199711L), except when in GNU mode.Douglas Gregor2009-08-061-1/+7
* define __STDC_VERSION__ processor token for c94Ryan Flynn2009-07-211-4/+7
* Fix for PR4192: fix the definition of int64_t on x86_64 Linux.Eli Friedman2009-07-011-1/+1
* Make the StackProtector bitfield use enums instead of obscure numbers.Bill Wendling2009-06-281-2/+2
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-1/+6
* __APPLE_CC__ should only be set when building for darwin targets.Chris Lattner2009-06-231-1/+0
* PR4388: get rid of an extra # line directive; in addition to being Eli Friedman2009-06-151-5/+1
* Misc minor fixes for clang for the Windows target.Eli Friedman2009-06-081-1/+0
* Move CharIsSigned from TargetInfo to LangOptions.Eli Friedman2009-06-051-1/+1
* Move a couple Darwin-specific defines into getDarwinDefines.Eli Friedman2009-06-041-5/+0
* DefineBuiltinMacro is always passed two args, remove the defaulted thirdChris Lattner2009-06-041-2/+2
* Compile fix needed by the solaris system gcc.Duncan Sands2009-06-031-5/+5
* Add IEEE quad support to DefineFloatMacros.Eli Friedman2009-05-231-15/+22
* PR4247: Widen the buffer slightly so it can hold all the definitions for Eli Friedman2009-05-231-1/+1
* This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian2009-05-221-0/+3
* Remove unused parameter.Eli Friedman2009-05-181-1/+0
* Fix processing of -Ufoo to not inject "#undef foo 1" into the predefinesChris Lattner2009-05-151-1/+11
* Add another workaround for -include.Daniel Dunbar2009-04-221-3/+9
* Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,Chris Lattner2009-04-221-2/+6
* this time with more workingness.Chris Lattner2009-04-211-1/+0
* fix massive testsuite failures from Alexei's patch due to inverted logic.Chris Lattner2009-04-211-9/+7
* Split preprocessor initialization logic out of clang-cc intoChris Lattner2009-04-211-0/+469