[all-commits] [llvm/llvm-project] 0e1281: Revert "[Diagnostics] Put "deprecated copy" warnin...
tstellar via All-commits
all-commits at lists.llvm.org
Mon Nov 25 13:20:13 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e12815566b2f8dd2d3bfe2319e55b3ffb9767ae
https://github.com/llvm/llvm-project/commit/0e12815566b2f8dd2d3bfe2319e55b3ffb9767ae
Author: Tom Stellard <tstellar at redhat.com>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaDeclCXX.cpp
R clang/test/SemaCXX/deprecated-copy.cpp
Log Message:
-----------
Revert "[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy"
This reverts commit 9353c5dd0664ea444236e527bf93566e11dc34df.
This commit introduced bot falures for multi-stage bots with -Werror.
Commit: 3c5142597a451a03db21c2ffe8f6520c7eacce59
https://github.com/llvm/llvm-project/commit/3c5142597a451a03db21c2ffe8f6520c7eacce59
Author: Tom Stellard <tstellar at redhat.com>
Date: 2019-11-25 (Mon, 25 Nov 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseStmt.cpp
M clang/test/Index/pragma-diag-reparse.c
M clang/test/Misc/warning-wall.c
M clang/test/Preprocessor/pragma_diagnostic_sections.cpp
R clang/test/SemaCXX/warn-misleading-indentation.cpp
Log Message:
-----------
Revert "[Diagnostic] add a warning which warns about misleading indentation"
This reverts commit 7b86188b50bf6e537fe98b326f258fbd23108b83.
This commit introduced bot falures for multi-stage bots with -Werror.
Compare: https://github.com/llvm/llvm-project/compare/67f0685b4d10...3c5142597a45
More information about the All-commits
mailing list