[PATCH] D139926: [clangd] Add semantic token for angle brackets

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 27 01:13:23 PST 2023


nridge added a comment.

I figured I might as well look through the AST API for classes with getLAngleLoc/getRAngleLoc methods.

It looks like we've got almost all of them (including the ones mentioned in recent comments) except:

- OverloadExpr
- DependentTemplateSpecializationTypeLoc
- AutoTypeLoc


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139926/new/

https://reviews.llvm.org/D139926



More information about the cfe-commits mailing list