The warnings were introduced in https://reviews.llvm.org/D148150
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sorry it looks like I broke some builds. Hopefully this will fix them.
https://lab.llvm.org/buildbot/#/builders/57/builds/26047
/home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/llvm/unittests/ProfileData/InstrProfTest.cpp:252:3: error: 'SmallVector' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported] SmallVector Traces = {LargeTrace, SmallTrace}; ^ /home/buildbots/docker-RHEL84-buildbot/SetupBot/worker_env/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/llvm/include/llvm/ADT/SmallVector.h:1199:22: note: add a deduction guide to suppress this warning class LLVM_GSL_OWNER SmallVector : public SmallVectorImpl<T>,
Comment Actions
lgtm
Can you leave an example of the warnings in the review discussion here for posterity? Thanks!