libgccjit++.h: use indentation to show inheritance
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 8 Dec 2014 19:05:01 +0000 (19:05 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Mon, 8 Dec 2014 19:05:01 +0000 (19:05 +0000)
gcc/jit/ChangeLog:
* libgccjit++.h: Indent the forward declarations of the classes to
show the inheritance hierarchy.

From-SVN: r218489

gcc/jit/ChangeLog
gcc/jit/libgccjit++.h

index a809566beb27e8f6f9136fff2023866337da4fbf..afe1e66b493740122597166625b8889f7535f80d 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-08  David Malcolm  <dmalcolm@redhat.com>
+
+       * libgccjit++.h: Indent the forward declarations of the classes to
+       show the inheritance hierarchy.
+
 2014-12-08  David Malcolm  <dmalcolm@redhat.com>
 
        * notes.txt: Show the beginning and ending of
index 67ed5d5ee1ee721929c49728b5e985241cade032..7f6718bf7797d5d44319ab2ef274849130558d48 100644 (file)
@@ -32,16 +32,19 @@ along with GCC; see the file COPYING3.  If not see
 
 namespace gccjit
 {
+  /* Indentation indicates inheritance.  */
   class context;
-  class location;
-  class field;
-  class type;
-  class struct_;
-  class param;
-  class function;
-  class block;
-  class rvalue;
-  class lvalue;
+  class error;
+  class object;
+    class location;
+    class field;
+    class type;
+      class struct_;
+    class function;
+    class block;
+    class rvalue;
+     class lvalue;
+       class param;
 
   /* Errors within the API become C++ exceptions of this class.  */
   class error