getIdentifierInfo() includes all keywords, whereas non-null assertion
operators should only be recognized after non-keywords or pseudo keywords.
Ideally this should list all tokens that clang-format recognizes as a keyword,
but that are pseudo or no keywords in JS. For the time being, just recognize
the specific bits users ran into (namespace in this case).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM