]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/edit-context.h
Update copyright years.
[thirdparty/gcc.git] / gcc / edit-context.h
index 842da561991dedc2632a8515e392f4a014add618..d25c060ad54d8b671b1f7d719a02209d5a313bde 100644 (file)
@@ -1,5 +1,5 @@
 /* Determining the results of applying fix-it hints.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -56,8 +56,7 @@ class edit_context
   void print_diff (pretty_printer *pp, bool show_filenames);
 
  private:
-  bool apply_insert (const fixit_insert *insert);
-  bool apply_replace (const fixit_replace *replace);
+  bool apply_fixit (const fixit_hint *hint);
   edited_file *get_file (const char *filename);
   edited_file &get_or_insert_file (const char *filename);