Commit 313ad531 authored by Omer Katz's avatar Omer Katz Committed by Commit Bot

cppgc: Fix NOLINT exception

Bug: chromium:1056170
Change-Id: I6a0fdd867caa7fc49ff586d878bc57b621260afc
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2167863
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Commit-Queue: Anton Bikineev <bikineev@chromium.org>
Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67396}
parent a159bd70
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <memory> #include <memory>
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <stdint.h> #include <stdint.h>
#include "cppgc/internal/finalizer-trait.h" #include "cppgc/internal/finalizer-trait.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#define INCLUDE_CPPGC_INTERNAL_LOGGING_H_ #define INCLUDE_CPPGC_INTERNAL_LOGGING_H_
#include "cppgc/source-location.h" #include "cppgc/source-location.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "cppgc/internal/logging.h" #include "cppgc/internal/logging.h"
#include "cppgc/trace-trait.h" #include "cppgc/trace-trait.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <type_traits> #include <type_traits>
#include "cppgc/source-location.h" #include "cppgc/source-location.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "cppgc/heap.h" #include "cppgc/heap.h"
#include "cppgc/member.h" #include "cppgc/member.h"
#include "cppgc/trace-trait.h" #include "cppgc/trace-trait.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include "cppgc/internal/pointer-policies.h" #include "cppgc/internal/pointer-policies.h"
#include "cppgc/type-traits.h" #include "cppgc/type-traits.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "cppgc/source-location.h" #include "cppgc/source-location.h"
#include "cppgc/type-traits.h" #include "cppgc/type-traits.h"
#include "cppgc/visitor.h" #include "cppgc/visitor.h"
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
namespace internal { namespace internal {
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#ifndef INCLUDE_CPPGC_PLATFORM_H_ #ifndef INCLUDE_CPPGC_PLATFORM_H_
#define INCLUDE_CPPGC_PLATFORM_H_ #define INCLUDE_CPPGC_PLATFORM_H_
#include "v8-platform.h" // NOLINT(build/include) #include "v8-platform.h" // NOLINT(build/include_directory)
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
namespace cppgc { namespace cppgc {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <string> #include <string>
#include "v8config.h" // NOLINT(build/include) #include "v8config.h" // NOLINT(build/include_directory)
#if defined(__has_builtin) #if defined(__has_builtin)
#define CPPGC_SUPPORTS_SOURCE_LOCATION \ #define CPPGC_SUPPORTS_SOURCE_LOCATION \
......
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