[PATCH] D131727: Enable -Wctad-maybe-unsupported in LLVM build

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 23:44:06 PDT 2022


dblaikie added a comment.

Updated with the libcxx changes necessary to get a clean build - but I'm still confused by:

1. why the clang warning fired on these at all (I haven't looked into that in detail, but I can probably figure it out with some closer inspection)
2. why libcxx doesn't seem to apply `LLVM_ENABLE_WERROR` & what that means with regards to libcxx's policy on warning cleanliness, etc..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131727/new/

https://reviews.llvm.org/D131727



More information about the llvm-commits mailing list