diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-08-30 17:08:17 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-08-30 17:08:17 +0000 |
| commit | 55343038f447fa1e203c3e38f82ce97289505f3f (patch) | |
| tree | 7385b960468ed3f0818d1d4f1a11d65185fb5725 | |
| parent | ed99b8a2a825285724ce8e2faa7914646ebb142d (diff) | |
| download | bcm5719-llvm-55343038f447fa1e203c3e38f82ce97289505f3f.tar.gz bcm5719-llvm-55343038f447fa1e203c3e38f82ce97289505f3f.zip | |
Fix 80 col violations.
llvm-svn: 41611
| -rw-r--r-- | clang/Sema/ASTStreamer.cpp | 4 | ||||
| -rw-r--r-- | clang/Sema/SemaChecking.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/clang/Sema/ASTStreamer.cpp b/clang/Sema/ASTStreamer.cpp index 1057d932818..c0f4cae7354 100644 --- a/clang/Sema/ASTStreamer.cpp +++ b/clang/Sema/ASTStreamer.cpp @@ -91,8 +91,8 @@ ASTStreamerTy *clang::ASTStreamer_Init(Preprocessor &pp, ASTContext &ctxt, return new ASTStreamer(pp, ctxt, MainFileID); } -/// ASTStreamer_ReadTopLevelDecl - Parse and return one top-level declaration. This -/// returns null at end of file. +/// ASTStreamer_ReadTopLevelDecl - Parse and return one top-level declaration. +/// This returns null at end of file. Decl *clang::ASTStreamer_ReadTopLevelDecl(ASTStreamerTy *Streamer) { return static_cast<ASTStreamer*>(Streamer)->ReadTopLevelDecl(); } diff --git a/clang/Sema/SemaChecking.cpp b/clang/Sema/SemaChecking.cpp index 5569f486535..863882ec986 100644 --- a/clang/Sema/SemaChecking.cpp +++ b/clang/Sema/SemaChecking.cpp @@ -41,7 +41,7 @@ Sema::CheckFunctionCall(Expr *Fn, if (FnInfo->getBuiltinID() == Builtin::BI__builtin___CFStringMakeConstantString) { assert(NumArgsInCall == 1 && - "Wrong number of arguments to builtin CFStringMakeConstantString"); + "Wrong number of arguments to builtin CFStringMakeConstantString"); return CheckBuiltinCFStringArgument(Args[0]); } |

