summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Features.def
Commit message (Expand)AuthorAgeFilesLines
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-141-1/+1
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+1
* Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai2019-05-131-0/+1
* Add a __has_extension check for '#pragma clang attribute' as an external-decl...Erik Pilkington2019-03-201-0/+1
* Objective-C++11: Support static_assert() in @interface/@implementation ivar l...Nico Weber2019-03-141-0/+3
* Remove esan.Nico Weber2019-03-111-2/+0
* Don't define __has_feature(objc_fixed_enum) in non-objc modeErik Pilkington2019-01-301-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+7
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-0/+1
* Support Swift in platform availability attributeMichael Wu2018-11-121-0/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-11/+11
* Support enums with a fixed underlying type in all language modes.Erik Pilkington2018-09-281-1/+2
* [Lexer] Add udefined_behavior_sanitizer featureLeonard Chan2018-09-221-0/+2
* [Lexer] Add xray_instrument featurePetr Hosek2018-09-171-0/+1
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-1/+3
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+238