aboutsummaryrefslogtreecommitdiff
path: root/test/Lexer/keywords_test.cpp
AgeCommit message (Expand)Author
2019-02-15[MSVC] Recognize `static_assert` keyword in C and C++98Reid Kleckner
2017-08-13[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+...Richard Smith
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool
2015-06-05[Concepts] lex keywords: concept and requiresHubert Tong
2014-05-07Clean up some existing keyword tests in the test/Lexer directory by using theYunzhong Gao