]> granicus.if.org Git - clang/commit
Remove an unnecessary overload from ASTLambda.h
authorFaisal Vali <faisalv@yahoo.com>
Sun, 29 Sep 2013 20:15:45 +0000 (20:15 +0000)
committerFaisal Vali <faisalv@yahoo.com>
Sun, 29 Sep 2013 20:15:45 +0000 (20:15 +0000)
commit998c518eb1c3e4fd881a559c170cd408049721aa
tree8cd659f6b9b36199055dc8d182dce41306f3070f
parent99229cd81825a9c1df20ed8971d10608e5793521
Remove an unnecessary overload from ASTLambda.h
As Richard pointed out to me, dyn_cast is very cheap - there is no real benefit from adding cluttery overloads to only avoid that cast.
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191646 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTLambda.h
lib/Sema/SemaDecl.cpp