[PATCH] clang-format: ignore C++ keywords in Java

Harry Terkelsen het at google.com
Tue Nov 18 15:43:06 PST 2014


Perhaps a more correct way to do this is to transform tok::union, tok::struct, and tok::delete into tok::identifier in the tokenizer if the language is Java

http://reviews.llvm.org/D6315






More information about the cfe-commits mailing list