1. 3e82f8a Switch UndefineBuiltinMacro() over to using StringRef by Kovarththanan Rajaratnam · 15 years ago
  2. 8746e4e Switch DefineBuiltinMacro() over to using StringRef by Kovarththanan Rajaratnam · 15 years ago
  3. 7d0eed6 Convert from char pointer to char array by Kovarththanan Rajaratnam · 15 years ago
  4. a66a319 Tigthen scope of local char array by Kovarththanan Rajaratnam · 15 years ago
  5. fdd6aaf Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  6. baac103 Fix two more diagnostic-on-stderr instances that thought they could hide from me -- they thought wrong. by Daniel Dunbar · 15 years ago
  7. 057e567 Extend -remap-file=from;to to permit mapping from a non-existent by Douglas Gregor · 15 years ago
  8. 2973c0e Move file-remapping logic into InitPreprocesor. No functionality change by Douglas Gregor · 15 years ago
  9. 0259d20 Exit the command line into <built-in> instead of going directly from the command line to the input file. by Rafael Espindola · 15 years ago
  10. 3e945c8 Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. by Ken Dyck · 15 years ago
  11. 63e6561 Define __WCHAR_WIDTH__ for use in stdint.h. by Ken Dyck · 15 years ago
  12. 7635d21 Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in by Ken Dyck · 15 years ago
  13. 7484e5d Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h. by Ken Dyck · 15 years ago
  14. 8241d73 Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and by Ken Dyck · 15 years ago
  15. cf2f71f Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been by Ken Dyck · 15 years ago
  16. d00c751 Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h. by Ken Dyck · 15 years ago
  17. ed116e9 Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses by Ken Dyck · 15 years ago
  18. d896e1a Predefine __INTPTR_WIDTH__ for future use in stdint.h. by Ken Dyck · 15 years ago
  19. eec59a7 Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no by Ken Dyck · 15 years ago
  20. 186696b Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in by Ken Dyck · 15 years ago
  21. 049d3a0 Simplify PreprocessorOptions, it doesn't need abstracted field access. by Daniel Dunbar · 15 years ago
  22. eef22ef Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 15 years ago
  23. dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 15 years ago
  24. 9184646 do not store wchar/char16/char32/intmax width/alignment info by Chris Lattner · 15 years ago
  25. c716293 Tweak PCH -include handling to make sure it matches the name as would be present by Daniel Dunbar · 15 years ago
  26. 961c76e Always initialize the header search object as part of InitializePreprocessor; by Daniel Dunbar · 15 years ago
  27. b6d1cc8 PreprocessorOptions: Get rid of unnecessary 'isPTH' flag for include entries. by Daniel Dunbar · 15 years ago
  28. 8863b98 Rename PreprocessorInitOptions to PreprocessorOptions for consistency, and fix by Daniel Dunbar · 15 years ago
  29. 9099e7b clean up integer preprocessor type definitions, patch by Ken Dyck! by Chris Lattner · 15 years ago
  30. 938963f InitializePreprocessor cannot fail. by Daniel Dunbar · 15 years ago
  31. 468fe24 Move -undef flag into PreprocessorInitOptions by Daniel Dunbar · 15 years ago
  32. e6113de Implement support for the -undef command line option, patch by by Chris Lattner · 15 years ago
  33. 47c06ee clean up namespace. by Chris Lattner · 15 years ago
  34. c883770 simplify intmax setup, patch by Ken Dyck! by Chris Lattner · 15 years ago
  35. e64ef80 hookize wint_t's definition, patch by Edward O'Callaghan (from PR5233). by Chris Lattner · 15 years ago
  36. 24ee804 Work-around wchar_t and __pragma problem in VC headers by John Thompson · 15 years ago
  37. f759df0 Move the "needs exception support" logic to clang. This also fixes by Rafael Espindola · 15 years ago
  38. d9a1db3 Non fragile ABI for GNU runtime. Patch bu David Chisnall. by Fariborz Jahanian · 15 years ago
  39. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  40. b8b844b Don't use '%ll', this doesn't workin on Win32. by Daniel Dunbar · 15 years ago
  41. 666479b Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 15 years ago
  42. d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
  43. 36dd131 Predefine __cplusplus to the right value (199711L), except when in GNU mode. by Douglas Gregor · 15 years ago
  44. 07ef804 define __STDC_VERSION__ processor token for c94 by Ryan Flynn · 15 years ago
  45. 3c7b6e4 Fix for PR4192: fix the definition of int64_t on x86_64 Linux. by Eli Friedman · 15 years ago
  46. 4ebe3e4 Make the StackProtector bitfield use enums instead of obscure numbers. by Bill Wendling · 15 years ago
  47. 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
  48. 7478bbf __APPLE_CC__ should only be set when building for darwin targets. by Chris Lattner · 15 years ago
  49. ae96a96 PR4388: get rid of an extra # line directive; in addition to being by Eli Friedman · 15 years ago
  50. abc4e32 Misc minor fixes for clang for the Windows target. by Eli Friedman · 15 years ago
  51. 15b9176 Move CharIsSigned from TargetInfo to LangOptions. by Eli Friedman · 15 years ago
  52. 2de4fee Move a couple Darwin-specific defines into getDarwinDefines. by Eli Friedman · 15 years ago
  53. 810dc54 DefineBuiltinMacro is always passed two args, remove the defaulted third one. by Chris Lattner · 15 years ago
  54. 63682f9 Compile fix needed by the solaris system gcc. by Duncan Sands · 15 years ago
  55. 2665a75 Add IEEE quad support to DefineFloatMacros. by Eli Friedman · 15 years ago
  56. bf22be6 PR4247: Widen the buffer slightly so it can hold all the definitions for by Eli Friedman · 15 years ago
  57. 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 15 years ago
  58. f086e3b Remove unused parameter. by Eli Friedman · 15 years ago
  59. dcdecf4 Fix processing of -Ufoo to not inject "#undef foo 1" into the predefines by Chris Lattner · 15 years ago
  60. 1e7c6b6 Add another workaround for -include. by Daniel Dunbar · 15 years ago
  61. 3936024 Fix rdar://6814950 - stdint.h isn't "-pedantic -std=c89" clean, by Chris Lattner · 15 years ago
  62. 32b325f this time with more workingness. by Chris Lattner · 15 years ago
  63. 62f86c4 fix massive testsuite failures from Alexei's patch due to inverted logic. by Chris Lattner · 15 years ago
  64. e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 15 years ago