[PATCH] D74216: [clang-rename] Fix the missing template constructors.
    Kirill Bobyrev via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Feb 11 00:35:57 PST 2020
    
    
  
kbobyrev accepted this revision.
kbobyrev added a comment.
This revision is now accepted and ready to land.
Should be good to go, please run `git-clang-format` on the changes just to make sure.
Thanks for fixing this!
================
Comment at: clang-tools-extra/clangd/unittests/RenameTests.cpp:141
+      // Rename template class constructor.
+       R"cpp(
+        class [[F^oo]] {
----------------
nit: I think this is still not formatted as the comment has a different offset.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74216/new/
https://reviews.llvm.org/D74216
    
    
More information about the cfe-commits
mailing list