Hm...no idea how that got in there. Thanks! On Feb 9, 2013, at 7:24 , Dmitri Gribenko <[email protected]> wrote:
> Author: gribozavr > Date: Sat Feb 9 09:24:28 2013 > New Revision: 174811 > > URL: http://llvm.org/viewvc/llvm-project?rev=174811&view=rev > Log: > Remove unreachable statement > > Modified: > cfe/trunk/include/clang/Basic/CharInfo.h > > Modified: cfe/trunk/include/clang/Basic/CharInfo.h > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/CharInfo.h?rev=174811&r1=174810&r2=174811&view=diff > ============================================================================== > --- cfe/trunk/include/clang/Basic/CharInfo.h (original) > +++ cfe/trunk/include/clang/Basic/CharInfo.h Sat Feb 9 09:24:28 2013 > @@ -124,7 +124,6 @@ LLVM_READONLY static inline bool isAlpha > LLVM_READONLY static inline bool isHexDigit(unsigned char c) { > using namespace charinfo; > return (InfoTable[c] & (CHAR_DIGIT|CHAR_XLETTER)) != 0; > - return true; > } > > /// Return true if this character is an ASCII punctuation character. > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
