summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/feature_tests.c
AgeCommit message (Expand)Author
2023-05-19[Clang][clang-cl] Implement `__builtin_FUNCSIG`Jakub Mazurkiewicz
2023-03-17Add __builtin_FILE_NAME()Ilya Karapsin
2022-05-19[clang] Fix __has_builtinYaxun (Sam) Liu
2019-08-14Add __has_builtin support for builtin function-like type traits.Richard Smith
2019-05-29Make __has_builtin work with __builtin_LINE and friends.Eric Fiselier
2018-12-14[Clang] Add __builtin_launderEric Fiselier
2016-04-05Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs
2014-12-15Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacroDavid Majnemer
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel
2012-11-17Prevent premature macro expansion in __has_builtin, __has_feature,Andy Gibbs
2012-04-11Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith
2012-02-25Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-06-14Sink the BuiltinInfo object from ASTContext into theChris Lattner
2009-06-13implement and document a new __has_feature and __has_builtin magic Chris Lattner