commit | f0171732efb4647772ad2a45c0f31978b0e34f71 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sun Nov 29 18:27:55 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sun Nov 29 18:27:55 2009 +0000 |
tree | 611e146e2aee94930daa6a541422f67de89e6246 | |
parent | 4988a9a278c50fddf46d38331e4a136a91487b7d [diff] [blame] |
Port BugReporter and BugType to StringRef. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90086 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/CheckObjCInstMethSignature.cpp b/lib/Analysis/CheckObjCInstMethSignature.cpp index 8c0d396..10ba896 100644 --- a/lib/Analysis/CheckObjCInstMethSignature.cpp +++ b/lib/Analysis/CheckObjCInstMethSignature.cpp
@@ -65,7 +65,7 @@ "behavior for clients of these classes."; BR.EmitBasicReport("Incompatible instance method return type", - os.str().c_str(), MethDerived->getLocStart()); + os.str(), MethDerived->getLocStart()); } }