llvmbot wrote:
@llvm/pr-subscribers-clang-analysis
Changes
We want to eliminate the `RecordStorageLocation` from `RecordValue` and,
ultimately, eliminate `RecordValue` entirely (see the discussion linked in the
`RecordValue` class comment). This is one step in that direction.
To eliminate `Re
llvmbot wrote:
@llvm/pr-subscribers-clang
Changes
We want to eliminate the `RecordStorageLocation` from `RecordValue` and,
ultimately, eliminate `RecordValue` entirely (see the discussion linked in the
`RecordValue` class comment). This is one step in that direction.
To eliminate `RecordValue
kadircet added a comment.
FYI, i don't think you uploaded the new version of the patch
Comment at: clang-tools-extra/clangd/ClangdServer.cpp:752
auto Action = [File = File.str(), Sel, TweakID = TweakID.str(),
- CB = std::move(CB),
+ CB = std::
601 - 603 of 603 matches
Mail list logo