[PATCH] D124688: [clangd] parse all make_unique-like functions in preamble
    Tobias Ribizel via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Apr 30 03:56:23 PDT 2022
    
    
  
upsj added a comment.
Thanks for checking! Putting it behind a flag was my intention from the start anyways, since ideally I would like to traverse the AST through something like emplace_back ->construct/realloc_insert -> allocator::construct until I reach a non-forwarding function.
Do you have some pointers on what needs to be done to add a new flag? I am still kind of new to LLVM development :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124688/new/
https://reviews.llvm.org/D124688
    
    
More information about the cfe-commits
mailing list