Remove NOLINT lines from c++17 headers
The depot_tools cpplint.py has been updated to accept the c++17 headers so we no-longer need to mark with NOLINT. Bug: dawn:1379 Change-Id: I938a4cac5ca881cd1b556f4b8d58741b6a1e6af1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94240 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
c7f7ca3d9e
commit
0a4e2a1373
|
@ -17,8 +17,7 @@
|
|||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <optional> // NOLINT(build/include_order))
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
|
|
@ -20,14 +20,12 @@
|
|||
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT(build/include_order)
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "src/dawn/node/interop/Napi.h"
|
||||
|
|
|
@ -16,13 +16,11 @@
|
|||
#define SRC_DAWN_NODE_UTILS_DEBUG_H_
|
||||
|
||||
#include <iostream>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
#include <sstream>
|
||||
#include <unordered_map>
|
||||
#include <utility>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT(build/include_order)
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "dawn/webgpu_cpp_print.h"
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT: Found C system header after C++ system header.
|
||||
#include <variant>
|
||||
|
||||
#include "benchmark/benchmark.h"
|
||||
#include "src/tint/utils/concat.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <iostream>
|
||||
#include <limits>
|
||||
#include <memory>
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -18,9 +18,8 @@
|
|||
#include <stdint.h>
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <optional>
|
||||
#include <ostream>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <optional> // NOLINT(build/include_order))
|
||||
|
||||
#include "src/tint/utils/compiler_macros.h"
|
||||
#include "src/tint/utils/result.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <cstring>
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT(build/include_order))
|
||||
#include <variant>
|
||||
|
||||
#include "src/tint/source.h"
|
||||
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
#include "src/tint/resolver/resolver.h"
|
||||
|
||||
#include <cmath>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <optional> // NOLINT(build/include_order))
|
||||
#include <optional>
|
||||
|
||||
#include "src/tint/sem/abstract_float.h"
|
||||
#include "src/tint/sem/abstract_int.h"
|
||||
|
|
|
@ -16,9 +16,8 @@
|
|||
#define SRC_TINT_SEM_CONSTANT_H_
|
||||
|
||||
#include <ostream>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <utility>
|
||||
#include <variant> // NOLINT(build/include_order)
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "src/tint/program_builder.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef SRC_TINT_TRANSFORM_NUM_WORKGROUPS_FROM_UNIFORM_H_
|
||||
#define SRC_TINT_TRANSFORM_NUM_WORKGROUPS_FROM_UNIFORM_H_
|
||||
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
|
||||
#include "src/tint/sem/binding_point.h"
|
||||
#include "src/tint/transform/transform.h"
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
#define SRC_TINT_UTILS_RESULT_H_
|
||||
|
||||
#include <ostream>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT(build/include_order)
|
||||
#include <variant>
|
||||
|
||||
namespace tint::utils {
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#define SRC_TINT_WRITER_HLSL_GENERATOR_H_
|
||||
|
||||
#include <memory>
|
||||
#include <optional> // NOLINT(build/include_order)
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <unordered_set>
|
||||
#include <utility>
|
||||
|
|
|
@ -17,8 +17,7 @@
|
|||
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
// TODO(https://crbug.com/dawn/1379) Update cpplint and remove NOLINT
|
||||
#include <variant> // NOLINT(build/include_order)
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
#include "src/tint/utils/hash.h"
|
||||
|
|
|
@ -17,11 +17,10 @@
|
|||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
#include <thread> // NOLINT
|
||||
|
||||
#include "tools/src/cmd/remote-compile/compile.h"
|
||||
#include "tools/src/cmd/remote-compile/socket.h"
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
#ifndef TOOLS_SRC_CMD_REMOTE_COMPILE_RWMUTEX_H_
|
||||
#define TOOLS_SRC_CMD_REMOTE_COMPILE_RWMUTEX_H_
|
||||
|
||||
#include <condition_variable> // NOLINT
|
||||
#include <mutex> // NOLINT
|
||||
#include <condition_variable>
|
||||
#include <mutex>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// RWMutex
|
||||
|
|
Loading…
Reference in New Issue