index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
InitPreprocessor.cpp
Age
Commit message (
Expand
)
Author
2009-10-16
Work-around wchar_t and __pragma problem in VC headers
John Thompson
2009-10-01
Move the "needs exception support" logic to clang. This also fixes
Rafael Espindola
2009-09-10
Non fragile ABI for GNU runtime. Patch bu David Chisnall.
Fariborz Jahanian
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-03
Don't use '%ll', this doesn't workin on Win32.
Daniel Dunbar
2009-08-27
Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.
Eli Friedman
2009-08-23
API changes to match llvm ToT.
Chris Lattner
2009-08-06
Predefine __cplusplus to the right value (199711L), except when in GNU mode.
Douglas Gregor
2009-07-21
define __STDC_VERSION__ processor token for c94
Ryan Flynn
2009-07-01
Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Eli Friedman
2009-06-28
Make the StackProtector bitfield use enums instead of obscure numbers.
Bill Wendling
2009-06-28
Add 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-15
PR4388: get rid of an extra # line directive; in addition to being
Eli Friedman
2009-06-08
Misc minor fixes for clang for the Windows target.
Eli Friedman
2009-06-05
Move CharIsSigned from TargetInfo to LangOptions.
Eli Friedman
2009-06-04
Move a couple Darwin-specific defines into getDarwinDefines.
Eli Friedman
2009-06-04
DefineBuiltinMacro is always passed two args, remove the defaulted third
Chris Lattner
2009-06-03
Compile fix needed by the solaris system gcc.
Duncan Sands
2009-05-23
Add IEEE quad support to DefineFloatMacros.
Eli Friedman
2009-05-23
PR4247: Widen the buffer slightly so it can hold all the definitions for
Eli Friedman
2009-05-22
This patch adds support for sender-aware dispatch in Objective-C for the GNU ...
Fariborz Jahanian
2009-05-18
Remove unused parameter.
Eli Friedman
2009-05-15
Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines
Chris Lattner
2009-04-22
Add another workaround for -include.
Daniel Dunbar
2009-04-22
Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean,
Chris Lattner
2009-04-21
this time with more workingness.
Chris Lattner
2009-04-21
fix massive testsuite failures from Alexei's patch due to inverted logic.
Chris Lattner
2009-04-21
Split preprocessor initialization logic out of clang-cc into
Chris Lattner