github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

The build failed before running any tests. Click on a failure below to see the 
details.

<details>
<summary>tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o</summary>

```
FAILED: tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Basic
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o -MF 
tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o.d -o 
tools/clang/lib/Basic/CMakeFiles/obj.clangBasic.dir/FileManager.cpp.o -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:227:17:
 error: 'is' is deprecated: Use isa instead [-Werror,-Wdeprecated-declarations]
227 |     if (Value.V.is<FileEntry *>()) {
|                 ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:146:15:
 note: 'is' has been explicitly marked deprecated here
146 |   inline bool is() const {
|               ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:227:17:
 error: 'is<clang::FileEntry *>' is deprecated: Use isa instead 
[-Werror,-Wdeprecated-declarations]
227 |     if (Value.V.is<FileEntry *>()) {
|                 ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:145:5:
 note: 'is<clang::FileEntry *>' has been explicitly marked deprecated here
145 |   [[deprecated("Use isa instead")]]
|     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:228:53:
 error: 'get' is deprecated: Use cast instead 
[-Werror,-Wdeprecated-declarations]
228 |       auto found = FileEntriesToReread.find(Value.V.get<FileEntry*>());
|                                                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:155:12:
 note: 'get' has been explicitly marked deprecated here
155 |   inline T get() const {
|            ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:228:53:
 error: 'get<clang::FileEntry *>' is deprecated: Use cast instead 
[-Werror,-Wdeprecated-declarations]
228 |       auto found = FileEntriesToReread.find(Value.V.get<FileEntry*>());
|                                                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:154:5:
 note: 'get<clang::FileEntry *>' has been explicitly marked deprecated here
154 |   [[deprecated("Use cast instead")]]
|     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:378:21:
 error: 'is' is deprecated: Use isa instead [-Werror,-Wdeprecated-declarations]
378 |         if (Value.V.is<FileEntry *>()
|                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:146:15:
 note: 'is' has been explicitly marked deprecated here
146 |   inline bool is() const {
|               ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:378:21:
 error: 'is<clang::FileEntry *>' is deprecated: Use isa instead 
[-Werror,-Wdeprecated-declarations]
378 |         if (Value.V.is<FileEntry *>()
|                     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:145:5:
 note: 'is<clang::FileEntry *>' has been explicitly marked deprecated here
145 |   [[deprecated("Use isa instead")]]
|     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:379:24:
 error: 'get' is deprecated: Use cast instead 
[-Werror,-Wdeprecated-declarations]
379 |             && Value.V.get<FileEntry*>() == StaleFileEntry) {
|                        ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:155:12:
 note: 'get' has been explicitly marked deprecated here
155 |   inline T get() const {
|            ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Basic/FileManager.cpp:379:24:
 error: 'get<clang::FileEntry *>' is deprecated: Use cast instead 
[-Werror,-Wdeprecated-declarations]
379 |             && Value.V.get<FileEntry*>() == StaleFileEntry) {
|                        ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include/llvm/ADT/PointerUnion.h:154:5:
 note: 'get<clang::FileEntry *>' has been explicitly marked deprecated here
154 |   [[deprecated("Use cast instead")]]
|     ^
8 errors generated.
```
</details>
<details>
<summary>tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/OrcIncrementalExecutor.cpp.o</summary>

```
FAILED: 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/OrcIncrementalExecutor.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/OrcIncrementalExecutor.cpp.o
 -MF 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/OrcIncrementalExecutor.cpp.o.d
 -o 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/OrcIncrementalExecutor.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/OrcIncrementalExecutor.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/OrcIncrementalExecutor.cpp:14:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:46:5:
 error: unknown type name 'IdentifierInfo'
46 |     IdentifierInfo* II;
|     ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:48:24:
 error: unknown type name 'IdentifierInfo'
48 |     MacroDirectiveInfo(IdentifierInfo* II,
|                        ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:69:15:
 error: use of undeclared identifier 'FileEntryRef'
69 |   std::vector<FileEntryRef> IncludedFiles;
|               ^~~~~~~~~~~~
5 errors generated.
```
</details>
<details>
<summary>tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o</summary>

```
FAILED: 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o
 -MF 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o.d
 -o 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/DeviceOffload.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/DeviceOffload.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/DeviceOffload.cpp:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o</summary>

```
FAILED: 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o
 -MF 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o.d
 -o 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/IncrementalParser.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:306:29:
 error: moving a temporary object prevents copy elision 
[-Werror,-Wpessimizing-move]
306 |     LastPTU.IncludedFiles = std::move(PreProcessorTracker->takeFiles());
|                             ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:306:29:
 note: remove std::move call here
306 |     LastPTU.IncludedFiles = std::move(PreProcessorTracker->takeFiles());
|                             ^~~~~~~~~~                                ~
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:307:35:
 error: moving a temporary object prevents copy elision 
[-Werror,-Wpessimizing-move]
307 |     LastPTU.MacroDirectiveInfos = 
std::move(PreProcessorTracker->takeMacros());
|                                   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/IncrementalParser.cpp:307:35:
 note: remove std::move call here
307 |     LastPTU.MacroDirectiveInfos = 
std::move(PreProcessorTracker->takeMacros());
|                                   ^~~~~~~~~~                                 ~
2 errors generated.
```
</details>
<details>
<summary>tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o</summary>

```
FAILED: 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o
sccache /opt/llvm/bin/clang++ -DCLANG_EXPORTS -D_DEBUG -D_GLIBCXX_ASSERTIONS 
-D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/lib/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o -MF 
tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o.d 
-o tools/clang/lib/Interpreter/CMakeFiles/obj.clangInterpreter.dir/Value.cpp.o 
-c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/Value.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Interpreter/Value.cpp:18:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o</summary>

```
FAILED: tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/clang-repl
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-repl
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt 
-fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-fno-exceptions -funwind-tables -fno-rtti -MD -MT 
tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o -MF 
tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o.d -o 
tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-repl/ClangRepl.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/tools/clang-repl/ClangRepl.cpp:20:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalCompilerBuilderTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalCompilerBuilderTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions 
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalCompilerBuilderTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalCompilerBuilderTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalCompilerBuilderTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/IncrementalCompilerBuilderTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/IncrementalCompilerBuilderTest.cpp:11:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/ExceptionTests/CMakeFiles/ClangReplInterpreterExceptionTests.dir/InterpreterExceptionTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/ExceptionTests/CMakeFiles/ClangReplInterpreterExceptionTests.dir/InterpreterExceptionTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter/ExceptionTests
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/ExceptionTests
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments 
-Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/ExceptionTests/CMakeFiles/ClangReplInterpreterExceptionTests.dir/InterpreterExceptionTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/ExceptionTests/CMakeFiles/ClangReplInterpreterExceptionTests.dir/InterpreterExceptionTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/ExceptionTests/CMakeFiles/ClangReplInterpreterExceptionTests.dir/InterpreterExceptionTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp:13:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions 
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/InterpreterTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/InterpreterTest.cpp:20:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterExtensionsTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterExtensionsTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions 
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterExtensionsTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterExtensionsTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/InterpreterExtensionsTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/InterpreterExtensionsTest.cpp:15:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/CodeCompletionTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/CodeCompletionTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions 
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/CodeCompletionTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/CodeCompletionTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/CodeCompletionTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/CodeCompletionTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/CodeCompletionTest.cpp:13:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>
<details>
<summary>tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalProcessingTest.cpp.o</summary>

```
FAILED: 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalProcessingTest.cpp.o
sccache /opt/llvm/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG 
-D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE 
-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE 
-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/unittests/Interpreter
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/include
 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googletest/include
 
-I/home/gha/actions-runner/_work/llvm-project/llvm-project/third-party/unittest/googlemock/include
 -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror 
-Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra 
-Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers 
-pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough 
-Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor 
-Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion 
-Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported 
-fdiagnostics-color -ffunction-sections -fdata-sections -fno-common 
-Woverloaded-virtual -Wno-nested-anon-types -O3 -DNDEBUG -std=c++17 -UNDEBUG 
-Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments -fno-exceptions 
-funwind-tables -fno-rtti -Wno-suggest-override -MD -MT 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalProcessingTest.cpp.o
 -MF 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalProcessingTest.cpp.o.d
 -o 
tools/clang/unittests/Interpreter/CMakeFiles/ClangReplInterpreterTests.dir/IncrementalProcessingTest.cpp.o
 -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/IncrementalProcessingTest.cpp
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/unittests/Interpreter/IncrementalProcessingTest.cpp:17:
In file included from 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/Interpreter.h:19:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:47:11:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
47 |     const MacroDirective* MD;
|           ^~~~~~~~~~~~~~
|           MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:49:30:
 error: unknown type name 'MacroDirective'; did you mean 'MacroDirectiveInfo'?
49 |                        const MacroDirective* MD)
|                              ^~~~~~~~~~~~~~
|                              MacroDirectiveInfo
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/include/clang/Interpreter/PartialTranslationUnit.h:43:10:
 note: 'MacroDirectiveInfo' declared here
43 |   struct MacroDirectiveInfo {
|          ^
2 errors generated.
```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/182750
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to