summaryrefslogtreecommitdiff
path: root/test/Parser/namespace-alias-attr.cpp
AgeCommit message (Expand)Author
2015-01-03Parse: __attribute__((keyword)) shouldn't errorDavid Majnemer
2014-12-28Parse: Don't crash when 'typename' shows up in an attributeDavid Majnemer
2014-03-07Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-06-17Diagnose the use of attributes on namespace aliases, from Anis AhmadDouglas Gregor