forked from OSchip/llvm-project
Test commit: changed the forward declaration of FieldDeclarator from class to struct to be coherent with its definition (DeclSpec.h)
llvm-svn: 52671
This commit is contained in:
parent
3f2ceac565
commit
4bcc95de9b
|
@ -25,7 +25,7 @@ namespace clang {
|
|||
class ObjCDeclSpec;
|
||||
class Declarator;
|
||||
class AttributeList;
|
||||
class FieldDeclarator;
|
||||
struct FieldDeclarator;
|
||||
// Parse.
|
||||
class Scope;
|
||||
class Action;
|
||||
|
|
Loading…
Reference in New Issue