commit | 785950e59424dca7ce0081bebf13c0acd2c4fff6 | [log] [tgz] |
---|---|---|
author | Jordan Rose <jordan_rose@apple.com> | Fri Nov 02 01:53:40 2012 +0000 |
committer | Jordan Rose <jordan_rose@apple.com> | Fri Nov 02 01:53:40 2012 +0000 |
tree | d5ff3c99f5aa8246c181c0b03d78169eec32645b | |
parent | 80a8eb76a0043271adcfee5cb1e643ce3927fcbf [diff] [blame] |
[analyzer] Rename 'EmitReport' to 'emitReport'. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167275 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp index dc902b9..485959a 100644 --- a/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp +++ b/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
@@ -179,7 +179,7 @@ BugReport *report = new BugReport(*new InitSelfBug(), errorStr, N); - C.EmitReport(report); + C.emitReport(report); } void ObjCSelfInitChecker::checkPostObjCMessage(const ObjCMethodCall &Msg,