Skip to content

Fix PRINCIPIA_CHECK_ILL_FORMED in the clang build #457

Fix PRINCIPIA_CHECK_ILL_FORMED in the clang build

Fix PRINCIPIA_CHECK_ILL_FORMED in the clang build #457

Triggered via push April 7, 2024 06:41
Status Failure
Total duration 2m 52s
Artifacts

lint.yaml

on: push
check-remove-before-flight
17s
check-remove-before-flight
check-cpp
1m 52s
check-cpp
check-iwyu
2m 40s
check-iwyu
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
check-cpp
Process completed with exit code 1.
check-iwyu
Process completed with exit code 1.
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