Commit 99dbd7aa authored by Ivan Murashko's avatar Ivan Murashko Committed by Facebook GitHub Bot

`lint-ignore` processing for `clang-tidy` (fbcode addons)

Summary: Disable CLANGTIDY checks for several places at the code.

Differential Revision: D24046011

fbshipit-source-id: 91f52198242ceaa87e923a43a3dbe6610efe4e49
parent ad46f381
......@@ -224,7 +224,7 @@ TEST(Try, tryEmplaceWithThrowingConstructor) {
struct NonInheritingException {};
struct ThrowingConstructor {
[[noreturn]] ThrowingConstructor() noexcept(false) {
// @lint-ignore HOWTOEVEN
// @lint-ignore HOWTOEVEN 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