[PATCH] D156063: [Clang] Reject programs declaring namespace std to be inline
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 24 00:09:58 PDT 2023
cor3ntin added a comment.
Can you add a test for `foo::std` ? I suspects it warns, which is incorrect ? Can you add additional tests for `inline std::foo` ? (which should warn)
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156063/new/
https://reviews.llvm.org/D156063
More information about the cfe-commits
mailing list