]> granicus.if.org Git - clang/commit
Simplify code to equivalent code. No need to test for null after cast<>, use
authorNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:06:57 +0000 (10:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:06:57 +0000 (10:06 +0000)
commitee0bc3b53795109e79daba77b279c3903c6150af
tree40c4db2d904754684b91267187fee30519443e06
parent199e370cf167c11f31e45302b3f860d95d00f760
Simplify code to equivalent code. No need to test for null after cast<>, use
takeAs<> instead of cast<>(.take()). Fix 80-column violation in whitespace after
comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp