summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2014-05-24 20:18:32 +0000
committerHans Wennborg <hans@hanshq.net>2014-05-24 20:18:32 +0000
commit905f80609823d7d496dfdaf49d95e619d8623a85 (patch)
tree3719306a572ae1b9da7c5072c9a55ef0e955d5fe
parent443264c51f70054670520eec85a84c796c20ad70 (diff)
downloadbcm5719-llvm-905f80609823d7d496dfdaf49d95e619d8623a85.tar.gz
bcm5719-llvm-905f80609823d7d496dfdaf49d95e619d8623a85.zip
Fix some misplaced spaces around 'override'
llvm-svn: 209588
-rw-r--r--clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h2
-rw-r--r--clang/lib/CodeGen/MicrosoftCXXABI.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
index d49b64c2b9c..f352f806eb9 100644
--- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
+++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
@@ -185,7 +185,7 @@ public:
/// Visitor that tries to report interesting diagnostics from conditions.
class ConditionBRVisitor : public BugReporterVisitorImpl<ConditionBRVisitor> {
public:
- void Profile(llvm::FoldingSetNodeID &ID) const override{
+ void Profile(llvm::FoldingSetNodeID &ID) const override {
static int x = 0;
ID.AddPointer(&x);
}
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
index 4887a65ce8c..dee565a873c 100644
--- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp
+++ b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
@@ -50,7 +50,7 @@ public:
// arbitrary.
StringRef GetDeletedVirtualCallName() override { return "_purecall"; }
- bool isInlineInitializedStaticDataMemberLinkOnce() override{ return true; }
+ bool isInlineInitializedStaticDataMemberLinkOnce() override { return true; }
llvm::Value *adjustToCompleteObject(CodeGenFunction &CGF,
llvm::Value *ptr,
OpenPOWER on IntegriCloud