[clang-tools-extra] [clangd] Don't show inlay hints for __builtin_dump_struct (PR #71366)
    Nathan Ridge via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sun Nov 12 23:40:24 PST 2023
    
    
  
https://github.com/HighCommander4 commented:
Is it not possible to tell based on the `CallExpr` only (rather than checking an ancestor of it during traversal of the tree) that "this `CallExpr` is not explicitly written in the source"?
https://github.com/llvm/llvm-project/pull/71366
    
    
More information about the cfe-commits
mailing list