aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Features.def
AgeCommit message (Expand)Author
2019-09-22[clang] [Basic] Enable __has_feature(leak_sanitizer)Michal Gorny
2019-08-14Add __has_builtin support for builtin function-like type traits.Richard Smith
2019-07-15ARM MTE stack sanitizer.Evgeniy Stepanov
2019-05-13Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai
2019-03-20Add a __has_extension check for '#pragma clang attribute' as an external-decl...Erik Pilkington
2019-03-14Objective-C++11: Support static_assert() in @interface/@implementation ivar l...Nico Weber
2019-03-11Remove esan.Nico Weber
2019-01-30Don't define __has_feature(objc_fixed_enum) in non-objc modeErik Pilkington
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08__has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington
2019-01-07Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington
2018-11-12Support Swift in platform availability attributeMichael Wu
2018-10-30NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington
2018-09-28Support enums with a fixed underlying type in all language modes.Erik Pilkington
2018-09-22[Lexer] Add udefined_behavior_sanitizer featureLeonard Chan
2018-09-17[Lexer] Add xray_instrument featurePetr Hosek
2018-09-07[MSan] add KMSAN support to Clang driverAlexander Potapenko
2018-05-31Add a new driver mode to dump compiler feature and extension options.Aaron Ballman