Support partials in subdirectories #1782
ci.yml
on: pull_request
Annotations
3 errors and 4 warnings
GCC 13.1: C++20
Process completed with exit code 1.
|
Clang 16.0: C++20
Process completed with exit code 1.
|
MSVC 14.34: C++20
Process completed with exit code 1.
|
GCC 13.1: C++20:
src/lib/AST/ASTVisitor.cpp#L1622
g++-13: suggest parentheses around assignment used as truth value ([-Wparentheses])
|
GCC 13.1: C++20:
src/lib/AST/ASTVisitor.cpp#L1744
g++-13: suggest parentheses around assignment used as truth value ([-Wparentheses])
|
Clang 16.0: C++20:
src/lib/AST/ASTVisitor.cpp#L1622
clang++-16: using the result of an assignment as a condition without parentheses ([-Wparentheses])
|
Clang 16.0: C++20:
src/lib/AST/ASTVisitor.cpp#L1744
clang++-16: using the result of an assignment as a condition without parentheses ([-Wparentheses])
|