summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/feature_tests.c
Commit message (Expand)AuthorAgeFilesLines
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-141-1/+9
* Make __has_builtin work with __builtin_LINE and friends.Eric Fiselier2019-05-291-0/+9
* [Clang] Add __builtin_launderEric Fiselier2018-12-141-0/+1
* Consolidate and improve the handling of built-in feature-like macrosAndy Gibbs2016-04-051-2/+44
* Preprocessor: Recover instead of mutating a token in ExpandBuiltinMacroDavid Majnemer2014-12-151-1/+8
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+1
* Prevent premature macro expansion in __has_builtin, __has_feature,Andy Gibbs2012-11-171-0/+20
* Provide, and document, a set of __c11_atomic_* intrinsics to implement C11'sRichard Smith2012-04-111-0/+1
* Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (andRichard Smith2012-02-251-1/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar2009-11-291-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Sink the BuiltinInfo object from ASTContext into theChris Lattner2009-06-141-1/+2
* implement and document a new __has_feature and __has_builtin magic Chris Lattner2009-06-131-0/+30
OpenPOWER on IntegriCloud