bolshakov-a added inline comments.
Comment at: clang/lib/AST/MicrosoftMangle.cpp:1670
+ case TemplateArgument::UncommonValue:
+if (ValueDecl *D = getAsArrayToPointerDecayedDecl(
+TA.getUncommonValueType(), TA.getAsUncommonValue())) {
erichkeane w
bolshakov-a updated this revision to Diff 506426.
bolshakov-a added a comment.
Rename `UncommonValue` to `StructuralValue` and add "TODO" about it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
Files:
clang-tools-extra/clangd/DumpAST.cpp
bolshakov-a updated this revision to Diff 506428.
bolshakov-a added a comment.
Add USR generation and a couple of minor fixes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
Files:
clang-tools-extra/clangd/DumpAST.cpp
clang-tools-extra/cl
bolshakov-a updated this revision to Diff 506429.
bolshakov-a added a comment.
Finalize renaming.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
Files:
clang-tools-extra/clangd/DumpAST.cpp
clang-tools-extra/clangd/FindTarget.cpp
clang/d
bolshakov-a updated this revision to Diff 506430.
bolshakov-a added a comment.
Finalize renaming one more time.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140996/new/
https://reviews.llvm.org/D140996
Files:
clang-tools-extra/clangd/DumpAST.cpp
clang-tools-extra/clangd/FindTarget