]> granicus.if.org Git - clang/commit
Add support for has_feature(cxx_alignof) and has_feature(c_alignof).
authorNico Weber <nicolasweber@gmx.de>
Wed, 3 Dec 2014 01:25:49 +0000 (01:25 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 3 Dec 2014 01:25:49 +0000 (01:25 +0000)
commit8e9d616be9ffc5374c89a3fe3e024766685a1eb1
tree7dc416c75df39c4c4d74c661ca65690bea8fad44
parent2ed848d612648bfba2e4130561b7ea574cd7cd3a
Add support for has_feature(cxx_alignof) and has_feature(c_alignof).

r142020 added support for has_feature(cxx_alignas). This does the same for
alignof.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223186 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.rst
lib/Lex/PPMacroExpansion.cpp
test/Lexer/has_extension.c
test/Lexer/has_feature_c1x.c
test/Lexer/has_feature_cxx0x.cpp