Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice!
clang-tools-extra/pseudo/lib/DirectiveTree.cpp | ||
---|---|---|
187 | Or Dumper{OS}(T) | |
212–213 | walk/choose seem redundant now, inline? | |
clang-tools-extra/pseudo/unittests/DirectiveTreeTest.cpp | ||
47–55 | nit: directiveChunk() etc would be more natural, matching adjective order in English | |
124 | Nit: I'd always use auto& with std::get as the type is obvious |
Or Dumper{OS}(T)