[PATCH] D139926: [clangd] Add semantic token for angle brackets
    Christian Kandeler via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jan 27 01:59:07 PST 2023
    
    
  
ckandeler added a comment.
In D139926#4084868 <https://reviews.llvm.org/D139926#4084868>, @nridge wrote:
> 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
Adding AutoTypeLoc broke tons of tests, so I left it out for now.
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