1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // We warn when xxxLAST constants aren't last.
11 kBadOneLast
= kBadOneGreen
14 // We don't handle this case when called from C due to sign mismatch issues.
15 // No matter; we're not looking for this issue outside of C++.
20 FAIL_ONE_BLUE
= 0xfffffffc,
21 FAIL_ONE_LAST
= FAIL_ONE_GREEN
24 // We don't warn when xxxLAST constants are last.
30 kGoodOneLast
= kGoodOneBlue
33 // We don't warn when xxx_LAST constants are last.
38 GOOD_TWO_BLUE
= 0xfffffffc,
39 GOOD_TWO_LAST
= GOOD_TWO_BLUE