[all-commits] [llvm/llvm-project] 165017: [Clang] Add support for -Wno-inline-namespace-reop...
Elvina via All-commits
all-commits at lists.llvm.org
Thu Jun 25 08:49:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 16501782c8d849bc1812d527dc8466574700663d
https://github.com/llvm/llvm-project/commit/16501782c8d849bc1812d527dc8466574700663d
Author: Elvina Yakubova <elvina.yakubova at huawei.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/test/Misc/warning-flags.c
A clang/test/SemaCXX/warn-inline-namespace-reopened-noninline-disable.cpp
Log Message:
-----------
[Clang] Add support for -Wno-inline-namespace-reopened-noninline
This patch adds the option for disabling warn_inline_namespace_reopened_noninline
warning described here: https://bugs.llvm.org/show_bug.cgi?id=46106
Patch by Elvina Yakubova
Differential Revision: https://reviews.llvm.org/D81825
More information about the All-commits
mailing list