From 02e25119b15a6f619f17db99f5d05124a5807ff3 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 14 Aug 2013 16:14:24 -0700 Subject: Fix up TODO: c++0x, update cpplint. Needed to update cpplint to handle const auto. Fixed a few cpplint errors that were being missed before. Replaced most of the TODO c++0x with ranged based loops. Loops which do not have a descriptive container name have a concrete type instead of auto. Change-Id: Id7cc0f27030f56057c544e94277300b3f298c9c5 --- compiler/utils/assembler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/assembler.h') diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h index 9d79002625..c9be4edbf8 100644 --- a/compiler/utils/assembler.h +++ b/compiler/utils/assembler.h @@ -137,6 +137,7 @@ class SlowPath { // Next in linked list of slow paths SlowPath *next_; + private: friend class AssemblerBuffer; DISALLOW_COPY_AND_ASSIGN(SlowPath); }; -- cgit v1.2.3