Home
last modified time | relevance | path

Searched refs:align_typedef (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dattr-cxx0x.cpp33 typedef char align_typedef alignas(8); // expected-error {{'alignas' attribute only applies to vari… typedef
34 template<typename T> using align_alias_template = align_typedef alignas(8); // expected-error {{'al…
/llvm-project/clang/test/Sema/
H A Dalignas.c15 typedef _Alignas(8) char align_typedef; // expected-error {{'_Alignas' attribute only applies to variables and fields}}
14 typedef _Alignas(8) char align_typedef; // expected-error {{'_Alignas' attribute only applies to variables and fields}} global() typedef