Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix typo in name's doc comment and add TypeLoc to the list of expected types in name's typeError.
Comment Actions
Adding Yitzhak as a reviewer. I notice that at least the name of a cxxBaseSpecifier is not supported and I don't know if that (or lack of typeloc support) is desired in the Transformer design.
Comment Actions
Nice, thanks!
No, not by design, but good question. I'd be happy to take a patch adding cxxBaseSpecifier support as well.
clang/lib/Tooling/Transformer/RangeSelector.cpp | ||
---|---|---|
234 | Please use Loc instead of T->. I find it a bit confusing to see them both used. |
Please use Loc instead of T->. I find it a bit confusing to see them both used.