コミット履歴

作者 SHA1 メッセージ 日付
  Aaron Ballman fbc9c9f05e C++1y is now C++14! 11 年 前
  Manuel Klimek 0e5c52d478 Correctly implement -include search logic. 11 年 前
  Bob Wilson 3189dba58d Predefine IB_DESIGNABLE and IBInspectable macros. <rdar://problem/17441860> 11 年 前
  Joerg Sonnenberger 0d120a47c7 If char/short are shorter than int, do not use U as suffix for 11 年 前
  Joerg Sonnenberger e240b4198c Always set the C suffix macro, even if it is empty. 11 年 前
  Joerg Sonnenberger fa80ad7a22 Provide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__. 11 年 前
  Joerg Sonnenberger 7ed5600892 Add __INTMAX_C_SUFFIX__ and __UINTMAX_C_SUFFIX__. 11 年 前
  Joerg Sonnenberger 3c093175f3 Don't create non-temporary twines. 11 年 前
  Joerg Sonnenberger 2c6c32712b Make sure int64_t and uint64_t are consistent. 11 年 前
  Joerg Sonnenberger 70138bc888 Provide builtin macros as template for PRIab and SCNab, matching the 11 年 前
  Pavel Chupin 8c866944dd [x32] Add __ILP32__ macro for ILP32 platforms 11 年 前
  Ehsan Akhgari 669295c928 Avoid definining more GCC specific predefined macros in clang-cl 11 年 前
  Benjamin Kramer 68aa908ac5 Turn some Twine locals into const char * variables. 11 年 前
  Alp Toker d4689bbca1 Fix layering of file remapping and header search initialization 11 年 前
  Ehsan Akhgari 71f885d820 Do not define __STRICT_ANSI__ in clang-cl 11 年 前
  JF Bastien 41c9813dab Implement predefined stdint macros 11 年 前
  Richard Smith fa842c7380 Add -std=c++1z flag for C++17 features. 11 年 前
  Hans Wennborg 054c6195b1 Do not predefine __EXCEPTIONS in clang-cl (PR19977) 11 年 前
  Craig Topper d24fb6c947 [C++11] Use 'nullptr'. Frontend edition. 11 年 前
  Reid Kleckner 964132fcbe Revert "Move -fms-extensions predefined macros into InitPreprocessor" 11 年 前
  Reid Kleckner 0e680249cd Move -fms-extensions predefined macros into InitPreprocessor 11 年 前
  Reid Kleckner 8b06c53101 -fms-extensions: Don't define __PRETTY_FUNCTION__ to __FUNCTION__ 11 年 前
  Richard Smith 9158025c87 Implement the MS extension __identifier properly: take a token and strip it of 11 年 前
  Robert Lytton f58bc2e3c5 Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacros 11 年 前
  Alexey Bataev f343a49480 [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support) 11 年 前
  David Majnemer 747909cad2 Revert "Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__" 11 年 前
  Richard Smith ef725a70d3 Update __cplusplus to match the value in the C++14 DIS preview (D3937). 11 年 前
  Josh Magee 3ab3daec81 [stackprotector] Add command line option -fstack-protector-strong 11 年 前
  David Majnemer c809e1493f Preprocessor: Add __ALIGNOF_MAX_ALIGN_T__ 11 年 前
  Alp Toker ab3d595970 Rename language option MicrosoftMode to MSVCCompat 11 年 前