mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-18 07:54:36 +00:00
Misc cleanups in abg-fwd.h
* include/abg-fwd.h: Move location, location_manager and translation_unit in the ir section. Remove stuff that was commented out anyway. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
6d5f7c1223
commit
10ed52ca7c
@ -64,17 +64,17 @@ namespace abigail
|
||||
using namespace std::rel_ops;
|
||||
|
||||
// Forward declarations for corpus.
|
||||
class location;
|
||||
class location_manager;
|
||||
class translation_unit;
|
||||
|
||||
class corpus;
|
||||
|
||||
// Forward declarations for ir.
|
||||
class location;
|
||||
class location_manager;
|
||||
class translation_unit;
|
||||
class class_decl;
|
||||
class class_tdecl;
|
||||
class decl_base;
|
||||
class enum_type_decl;
|
||||
//class enumerator;
|
||||
class function_decl;
|
||||
class function_tdecl;
|
||||
class function_type;
|
||||
@ -105,19 +105,6 @@ namespace abigail
|
||||
struct type_shared_ptr_equal;
|
||||
struct traversable_base;
|
||||
|
||||
/*
|
||||
Nested types in class_decl:
|
||||
|
||||
class member;
|
||||
class member_type;
|
||||
class base_spec;
|
||||
class data_member;
|
||||
class method_decl;
|
||||
class member_function;
|
||||
class member_function_template;
|
||||
class member_class_template;
|
||||
*/
|
||||
|
||||
void
|
||||
add_decl_to_scope(shared_ptr<decl_base>, scope_decl*);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user