Issue |
125537
|
Summary |
warnings building `llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp`
|
Labels |
tablegen,
code-quality
|
Assignees |
|
Reporter |
firewave
|
```
/home/user/CLionProjects/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:1706:6: warning: ‘bool llvm::operator==(const SDTypeConstraint&, const SDTypeConstraint&)’ has not been declared within ‘llvm’
1706 | bool llvm::operator==(const SDTypeConstraint &LHS,
| ^~~~
In file included from /home/user/CLionProjects/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:14:
/home/user/CLionProjects/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:390:15: note: only here as a ‘friend’
390 | friend bool operator==(const SDTypeConstraint &LHS,
| ^~~~~~~~
/home/user/CLionProjects/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:1732:6: warning: ‘bool llvm::operator<(const SDTypeConstraint&, const SDTypeConstraint&)’ has not been declared within ‘llvm’
1732 | bool llvm::operator<(const SDTypeConstraint &LHS, const SDTypeConstraint &RHS) {
| ^~~~
/home/user/CLionProjects/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:392:15: note: only here as a ‘friend’
392 | friend bool operator<(const SDTypeConstraint &LHS,
| ^~~~~~~~
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs