I think we could simplify Tokens = &*Macro->tokens_begin() in clang::TokenLexer::Init.
Because the type of Tokens is const class clang::Token *, the return type of Macro->tokens_begin() is also class clang::Token *, so I think the &* sequence can be removed
Thanks for you time
Thanks
Zhouyi
Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>