1. 2dc8d5f Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 16 years ago
  2. 55c9877 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 16 years ago
  3. 0fb5bbd do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 16 years ago
  4. 732ef8a Tweak PCH -include handling to make sure it matches the name as would be present by Daniel Dunbar · 16 years ago
  5. 2856ae44 Always initialize the header search object as part of InitializePreprocessor; by Daniel Dunbar · 16 years ago
  6. de02f63 PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. by Daniel Dunbar · 16 years ago
  7. 00f8a39 Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix by Daniel Dunbar · 16 years ago
  8. e4a8c64 clean up integer preprocessor type definitions, patch by Ken Dyck! by Chris Lattner · 16 years ago
  9. 181aaee InitializePreprocessor cannot fail. by Daniel Dunbar · 16 years ago
  10. b27ec09 Move -undef flag into PreprocessorInitOptions by Daniel Dunbar · 16 years ago
  11. e9d7d78 Implement support for the -undef command line option, patch by by Chris Lattner · 16 years ago
  12. 3fab58d clean up namespace. by Chris Lattner · 16 years ago
  13. d095274 simplify intmax setup, patch by Ken Dyck! by Chris Lattner · 16 years ago
  14. 6720492 hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). by Chris Lattner · 16 years ago
  15. 1faca9e Work-around wchar_t and __pragma problem in VC headers by John Thompson · 16 years ago
  16. 00a6657 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 16 years ago
  17. 2cde203 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 16 years ago
  18. 11289f4 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  19. fe07aec Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 16 years ago
  20. 8011017 Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 16 years ago
  21. 3441b4f API changes to match llvm ToT. by Chris Lattner · 16 years ago
  22. 3f4d51b Predefine __cplusplus to the right value (199711L), except when in GNU mode. by Douglas Gregor · 16 years ago
  23. ed73cac define __STDC_VERSION__ processor token for c94 by Ryan Flynn · 16 years ago
  24. 2857ccb Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 16 years ago
  25. 1835107 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 16 years ago
  26. d63bbad Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 16 years ago
  27. 2fe5b26 __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 16 years ago
  28. b188455 PR4388: get rid of an extra # line directive; in addition to being by Eli Friedman · 16 years ago
  29. aa27a87 Misc minor fixes for clang for the Windows target. by Eli Friedman · 16 years ago
  30. 9ffd4a9 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 16 years ago
  31. fd4b155 Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 16 years ago
  32. 5e4702d DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 16 years ago
  33. f406351 Compile fix needed by the solaris system gcc. by Duncan Sands · 16 years ago
  34. 57406b2 Add IEEE quad support to DefineFloatMacros. by Eli Friedman · 16 years ago
  35. f98fc35 PR4247: Widen the buffer slightly so it can hold all the definitions for by Eli Friedman · 16 years ago
  36. a4404f2 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 16 years ago
  37. 174c310 Remove unused parameter. by Eli Friedman · 16 years ago
  38. 4579b76 Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines by Chris Lattner · 16 years ago
  39. 66cb013 Add another workaround for -include. by Daniel Dunbar · 17 years ago
  40. ed462a8 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 17 years ago
  41. 6af6edb this time with more workingness. by Chris Lattner · 17 years ago
  42. e08c43a fix massive testsuite failures from Alexei's patch due to inverted logic. by Chris Lattner · 17 years ago
  43. 2f5693f Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 17 years ago