Skip to content
Commit 09e98ffa authored by Aaron Ballman's avatar Aaron Ballman
Browse files

When determining the attribute's parsed kind, pay attention to the syntax...

When determining the attribute's parsed kind, pay attention to the syntax used. This fixes bugs where an attribute has differing GNU and Declspec spellings, but they are treated as the same. Eg) __declspec(aligned) when it should be __attribute__((aligned)), and __attribute__((align)) when it should be __declspec(align).

llvm-svn: 199144
parent 3fe6ed5a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment