Displaying 1 result from an estimated 1 matches for "fooaligned".
Did you mean:
faligned
2015 Aug 10
2
Clang attributes issue
...y for my previous email: there was some issue with my email system.
Hope you don't have any problems with reading my message now.
Aaron,
Not long ago I met a problem related to clang attributes implementation. I
tried to add a new CXX11 attribute with separated namespace like here:
def FooAligned : InheritableAttr {
let Spellings = [CXX11<"_Foo_attrs", "aligned">];
….
But I was not able to do it because name “aligned” was used in another
well-known attribute. After some research I found that the problem was in
file “AttrParserStringSwitches.inc” generated...