[PATCH] D132135: [clangd] Support hover on __func__ etc (PredefinedExpr)
    Sam McCall via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 18 07:11:31 PDT 2022
    
    
  
sammccall updated this revision to Diff 453652.
sammccall added a comment.
fix type to be const in both c & c++, not sure where I got that idea from...
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132135/new/
https://reviews.llvm.org/D132135
Files:
  clang-tools-extra/clangd/Hover.cpp
  clang-tools-extra/clangd/Selection.cpp
  clang-tools-extra/clangd/unittests/HoverTests.cpp
  clang-tools-extra/clangd/unittests/SelectionTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132135.453652.patch
Type: text/x-patch
Size: 4493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220818/6bdd9939/attachment.bin>
    
    
More information about the cfe-commits
mailing list