]> granicus.if.org Git - clang/commit
Replace isa+cast with dyn_cast and obey the no else after return rule.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 23 Dec 2015 20:38:13 +0000 (20:38 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 23 Dec 2015 20:38:13 +0000 (20:38 +0000)
commit3ae67bd6383efe98156e482f53098133727cbeef
treee5daaacc861a976e0e53e47bf6d16ca327145c11
parentf47751e168163fcd3b756e3d7ad3c7de6e9a5fb1
Replace isa+cast with dyn_cast and obey the no else after return rule.

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