Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: src/IceGlobalInits.h

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add a clang-format blacklist. Fix formatting "errors". Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceGlobalContext.h ('k') | src/IceGlobalInits.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceGlobalInits.h
diff --git a/src/IceGlobalInits.h b/src/IceGlobalInits.h
index 0d560a12304876753b34ad922a9432a75469f9a5..3478a983699239e365ab5d6d4570bd9b4bd3f50f 100644
--- a/src/IceGlobalInits.h
+++ b/src/IceGlobalInits.h
@@ -107,9 +107,7 @@ public:
}
void dumpType(Ostream &Stream) const final;
void dump(GlobalContext *Ctx, Ostream &Stream) const final;
- bool getSuppressMangling() const final {
- return isExternal() && IsProto;
- }
+ bool getSuppressMangling() const final { return isExternal() && IsProto; }
private:
const Ice::FuncSigType Signature;
@@ -127,6 +125,7 @@ private:
class VariableDeclaration : public GlobalDeclaration {
VariableDeclaration(const VariableDeclaration &) = delete;
VariableDeclaration &operator=(const VariableDeclaration &) = delete;
+
public:
/// Base class for a global variable initializer.
class Initializer {
« no previous file with comments | « src/IceGlobalContext.h ('k') | src/IceGlobalInits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698