Commit 343a70ae authored by Ivan Murashko's avatar Ivan Murashko Committed by Facebook GitHub Bot

`lint-ignore` processing for `clang-tidy` (xplat)

Summary: Disable CLANGTIDY checks for several places at the code where HOWTOEVEN checks are disabled.

Reviewed By: suo

Differential Revision: D24198276

fbshipit-source-id: c52cd10941252fcacfea30589660c57eb7099011
parent 4f9a125a
......@@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {};
struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN CLANGTIDY
// @lint-ignore HOWTOEVEN CLANGTIDY CLANGTIDY
throw NonInheritingException{};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment