Printing policy was not propogated to functiondecls when creating a
completion string which resulted in canonical template parameters like
foo<type-parameter-0-0>. This patch propogates printing policy to those as
well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Unit tests: fail. 61795 tests passed, 1 failed and 781 were skipped.
failed: Clangd Unit Tests._/ClangdTests/SignatureHelpTest.PartialSpec
clang-tidy: unknown.
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Comment Actions
Unit tests: pass. 61796 tests passed, 0 failed and 781 were skipped.
clang-tidy: unknown.
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.
Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Comment Actions
thx for the feedback, I created an issue for this: https://github.com/google/llvm-premerge-checks/issues/98