]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
moved operator.h to util/rust-operators.h
authorAbdul Rafey <abdulrafeyq@gmail.com>
Sun, 29 Jan 2023 11:29:17 +0000 (16:59 +0530)
committerAbdul Rafey <abdulrafeyq@gmail.com>
Mon, 30 Jan 2023 10:36:00 +0000 (16:06 +0530)
Signed-off-by: Abdul Rafey <abdulrafeyq@gmail.com>
gcc/rust/ast/rust-ast.cc
gcc/rust/ast/rust-expr.h
gcc/rust/hir/tree/rust-hir-expr.h
gcc/rust/rust-backend.h
gcc/rust/util/rust-lang-item.h
gcc/rust/util/rust-operators.h [moved from gcc/rust/operator.h with 100% similarity]

index c98df5106ef88ed81f007c18e72beca1c3999cea..813c35b7334d4de49ad9bb33f2690663b7d6a0bf 100644 (file)
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "rust-session-manager.h"
 #include "rust-lex.h"
 #include "rust-parse.h"
-#include "operator.h"
+#include "rust-operators.h"
 
 /* Compilation unit used for various AST-related functions that would make
  * the headers too long if they were defined inline and don't receive any
index 34bc6993ab646a7ec0aff91641e3165d58795ff6..3ed1885d5af819f7e7b79f46bfa67930ce5f33e4 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "rust-ast.h"
 #include "rust-path.h"
-#include "operator.h"
+#include "rust-operators.h"
 
 namespace Rust {
 namespace AST {
index 693704e538a06afce10facbb72d324e347e21bf1..2c32d284e157b28f7f33651eeb9ab16e2c2565fd 100644 (file)
@@ -23,7 +23,7 @@
 #include "rust-ast-full-decls.h"
 #include "rust-hir.h"
 #include "rust-hir-path.h"
-#include "operator.h"
+#include "rust-operators.h"
 
 namespace Rust {
 namespace HIR {
index cda264233b187aed0cd85ebb8f98b97434d25ee0..7a51f5fe2efff9b5f2f9a147ff1520337a623c07 100644 (file)
@@ -26,7 +26,7 @@
 #include "rust-location.h"
 #include "rust-linemap.h"
 #include "rust-diagnostics.h"
-#include "operator.h"
+#include "util/rust-operators.h"
 #include "tree.h"
 
 // Pointers to these types are created by the backend, passed to the
index 1aa5794df4ede50ef82ca8e23cfec31560c4e9c0..52f53fa3f93d6a403fa27d859454a6a4d0dfaff4 100644 (file)
@@ -17,7 +17,7 @@
 // <http://www.gnu.org/licenses/>.
 
 #include "rust-system.h"
-#include "operator.h"
+#include "rust-operators.h"
 
 namespace Rust {
 namespace Analysis {