Fix PRINCIPIA_CHECK_ILL_FORMED in the clang build #457
lint.yaml
on: push
check-remove-before-flight
17s
check-cpp
1m 52s
check-iwyu
2m 40s
Annotations
2 errors and 2 warnings
check-cpp
Process completed with exit code 1.
|
check-iwyu
Process completed with exit code 1.
|
whitespace/comma:
testing_utilities/check_well_formedness.hpp#L11
Missing space after ,
|
Include what you using:
testing_utilities/check_well_formedness.hpp#L1
include_what_you_using_all_the_things.ps1 modifies this file as follows:
diff --git a/testing_utilities/check_well_formedness.hpp b/testing_utilities/check_well_formedness.hpp
index 6c5688e..60ec1f6 100644
--- a/testing_utilities/check_well_formedness.hpp
+++ b/testing_utilities/check_well_formedness.hpp
@@ -1,8 +1,6 @@
#pragma once
#include <type_traits>
-#include "base/macros.hpp"
-
#define PRINCIPIA_EXPAND(...) __VA_ARGS__
#define PRINCIPIA_CONCATENATE(s1, s2) s1##s2
|