diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-09-05 00:07:20 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-09-05 00:07:20 +0000 |
| commit | bc48abf43d19b6f8293b2042f4394cc958a5d90a (patch) | |
| tree | 143f543b35b18f3fd8be52f67bfba3eb4b1ae3c8 | |
| parent | b564d1fb436d6a4bb1679420d01cef27ac7f5ec6 (diff) | |
| download | bcm5719-llvm-bc48abf43d19b6f8293b2042f4394cc958a5d90a.tar.gz bcm5719-llvm-bc48abf43d19b6f8293b2042f4394cc958a5d90a.zip | |
Fix comment indentation.
llvm-svn: 217209
| -rw-r--r-- | clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index afd8a565707..b03371ccee9 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -301,7 +301,7 @@ public: /// registerVarDeclsLastStore(). void addVisitor(std::unique_ptr<BugReporterVisitor> visitor); - /// Iterators through the custom diagnostic visitors. + /// Iterators through the custom diagnostic visitors. visitor_iterator visitor_begin() { return Callbacks.begin(); } visitor_iterator visitor_end() { return Callbacks.end(); } |

