libgccjit++.h: use indentation to show inheritance
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Dec 2014 19:05:01 +0000 (19:05 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218489 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a809566..afe1e66 100644 (file)
@@ -1,5 +1,10 @@
 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
        recording::context::compile vs playback::context::compile.  Show
        the creation and unlinking of the tempdir.  Show toplev::finalize.
index 67ed5d5..7f6718b 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