瀏覽代碼

clang-tidy: strict modernize-use-noexcept

Fabian Peter Hammerle 6 年之前
父節點
當前提交
93b5257e98
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-tidy

+ 1 - 1
.clang-tidy

@@ -33,10 +33,10 @@ Checks: >-
   performance-*,
   readability-*,
 
+# TODO fix remaining warnings in this list
 WarningsAsErrors: >-
   *,
   -clang-diagnostic-return-type,
   -cppcoreguidelines-pro-bounds-pointer-arithmetic,
   -cppcoreguidelines-pro-type-member-init,
-  -modernize-use-noexcept,
   -performance-move-const-arg,