| commit | e10d5a7659ec3458545e4274dcc57136d6151d05 | [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 | 1c8119b7e84332962f64a79315b1ce2d5da98ca6 | |
| parent | 8f88f06dd2d675171ad40bfccb0f4a9796a5f2fb [diff] [blame] |
[analyzer] Rename 'EmitReport' to 'emitReport'. No functionality change. llvm-svn: 167275
diff --git a/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp index afb862c..455fb64 100644 --- a/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp +++ b/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
@@ -653,7 +653,7 @@ initBugType(); BugReport *report = new BugReport(*BT, Msg, N); report->addRange(E->getSourceRange()); - C.EmitReport(report); + C.emitReport(report); return true; } return false;