[PATCH] D25363: Store a SourceRange for multi-token builtin types

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 9 05:59:54 PDT 2016


Prazek added a comment.

In https://reviews.llvm.org/D25363#565472, @malcolm.parsons wrote:

> I've tested this with clang-query using `match typeLoc()` and a lot of permutations of int, short, long, unsigned and const.


I am pretty sure it works, but someone could change the implementation and break your check without knowing it - not everyone compile and tests clang-extra, so we should have independent test.


https://reviews.llvm.org/D25363





More information about the cfe-commits mailing list