Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a small nit (feel free to fix when landing).
clang/lib/AST/TextNodeDumper.cpp | ||
---|---|---|
2053 |
Paths
| Differential D157705
[clang][AST] TextNodeDumper learned to output template specialization kind ClosedPublic Authored by strimo378 on Aug 11 2023, 5:05 AM.
Details
Diff Detail
Event Timelinestrimo378 retitled this revision from [clang][AST] TestNodeDumper learned to output template specialization kind to [clang][AST] TextNodeDumper learned to output template specialization kind.Aug 11 2023, 5:06 AM Comment Actions LGTM with a small nit (feel free to fix when landing).
This revision is now accepted and ready to land.Aug 15 2023, 5:31 AM Closed by commit rG3bfafc4f2287: [clang][AST] TextNodeDumper learned to output template specialization kind (authored by strimo378). · Explain WhyAug 15 2023, 8:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 550354 clang/include/clang/AST/TextNodeDumper.h
clang/lib/AST/TextNodeDumper.cpp
clang/test/AST/HLSL/this-reference-template.hlsl
clang/test/AST/ast-dump-decl.cpp
clang/test/AST/ast-dump-openmp-begin-declare-variant_reference.cpp
clang/test/SemaCXX/lambda-conversion-op-cc.cpp
clang/test/SemaOpenCLCXX/address-space-deduction.clcpp
|