Hi,
I am trying to clean up the existing keyword tests in the test/Lexer directory by using the
pre-defined __is_identifier() macro:
- Merge the contents of cxx0x_keyword.cpp and clang-keywords.cpp into a new file keywords_test.cpp
- Remove gnu_keywords.c because the contents of this file is already merged into keywords_test.c
Can someone take a look whether this change looks reasonable?
- Gao
It might be nice to also have an IS_TYPE, and check there that tentative parsing knows that the keyword is a type. Something like: