libgccjit++.h: use indentation to show inheritance
gcc/jit/ChangeLog: * libgccjit++.h: Indent the forward declarations of the classes to show the inheritance hierarchy. From-SVN: r218489
This commit is contained in:
parent
0f37944592
commit
53b730ff90
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user