Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38793 Build 38792: arc lint + arc unit
Event Timeline
Build result: pass - 60290 tests passed, 0 failed and 732 were skipped.
Log files: console-log.txt, CMakeCache.txt
Build result: pass - 60656 tests passed, 0 failed and 726 were skipped.
Log files: console-log.txt, CMakeCache.txt
I think we probably want to do the vice-versa thing (remove the inline keyword) in define-outline.
clang-tools-extra/clangd/refactor/tweaks/DefineInline.cpp | ||
---|---|---|
310 | nit: use isHeaderFile in SourceCode.h. | |
clang-tools-extra/clangd/unittests/TweakTests.cpp | ||
1354 | could you add a test case for partial template specializations? I think we don't need the inline for that. |
- Address comments and rebase
clang-tools-extra/clangd/unittests/TweakTests.cpp | ||
---|---|---|
1354 | there's no such thing as partial specialization for functions, and we don't allow inlining inside templated classes. |
Unit tests: pass. 60834 tests passed, 0 failed and 726 were skipped.
clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or apply this patch.
Build artifacts: console-log.txt, CMakeCache.txt, clang-format.patch, test-results.xml, diff.json
nit: use isHeaderFile in SourceCode.h.