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

Unified Diff: src/IceTypes.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/IceTimerTree.h ('k') | src/IceTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.h
diff --git a/src/IceTypes.h b/src/IceTypes.h
index 2b4c2cdeeb0f43427185fee953ef8cb6da2f59a3..2cf5e401fd9f3c8597c65a04b5c3b27cd822ad6c 100644
--- a/src/IceTypes.h
+++ b/src/IceTypes.h
@@ -40,12 +40,7 @@ inline Ostream &operator<<(Ostream &Stream, TargetArch Arch) {
return Stream << targetArchString(Arch);
}
-enum OptLevel {
- Opt_m1,
- Opt_0,
- Opt_1,
- Opt_2
-};
+enum OptLevel { Opt_m1, Opt_0, Opt_1, Opt_2 };
size_t typeWidthInBytes(Type Ty);
size_t typeAlignInBytes(Type Ty);
@@ -114,6 +109,7 @@ inline StreamType &operator<<(StreamType &Str, const Type &Ty) {
/// Models a type signature for a function.
class FuncSigType {
FuncSigType &operator=(const FuncSigType &Ty) = delete;
+
public:
typedef std::vector<Type> ArgListType;
« no previous file with comments | « src/IceTimerTree.h ('k') | src/IceTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698