hanm / clang

Mirror of the official Clang GIT repository
Other
2 stars 0 forks source link

Update ASAP tests to use C++11 attribute syntax #3

Closed hanm closed 11 years ago

hanm commented 11 years ago

Some of our tests under test/Analysis are using GCC style attributes. We should, at least, add C++11 style syntax too.

atzannes commented 11 years ago

All tests should now have both versions (using GNU and using C++ attribute syntax). From now on, I propose we only use C++11 syntax.