llvm-svn: 54599
This commit is contained in:
Nico Weber 2008-08-09 23:08:17 +00:00
parent 5ce8cc7554
commit 53c362e34e
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ namespace {
}
/// HandleTagDeclDefinition - This callback is invoked each time a TagDecl
/// (e.g. struct, union, enum, class) is completed. This allows the client to
/// (e.g. struct, union, enum, class) is completed. This allows the client to
/// hack on the type, which can occur at any point in the file (because these
/// can be defined in declspecs).
virtual void HandleTagDeclDefinition(TagDecl *D) {