diff options
author | Nico Weber <nicolasweber@gmx.de> | 2008-08-09 23:08:17 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2008-08-09 23:08:17 +0000 |
commit | 53c362e34e24cbd392ad7e7cc49877325d8f92be (patch) | |
tree | 49392d94f5d3fe1c898c745d124a7b6b7f1e7b41 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 5ce8cc7554b0c095378605ce34487dd3b99ae9d9 (diff) | |
download | bcm5719-llvm-53c362e34e24cbd392ad7e7cc49877325d8f92be.tar.gz bcm5719-llvm-53c362e34e24cbd392ad7e7cc49877325d8f92be.zip |
80 cols
llvm-svn: 54599
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
-rw-r--r-- | clang/lib/CodeGen/ModuleBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/ModuleBuilder.cpp b/clang/lib/CodeGen/ModuleBuilder.cpp index 6ce4e6894d9..8ec885e7f1f 100644 --- a/clang/lib/CodeGen/ModuleBuilder.cpp +++ b/clang/lib/CodeGen/ModuleBuilder.cpp @@ -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) { |