]> granicus.if.org Git - clang/commit
Make a C-style cast a const-cast, to suppress a GCC warning. I should fix the underly...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:18:59 +0000 (18:18 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 16 Oct 2011 18:18:59 +0000 (18:18 +0000)
commit68ff8d627e19f37601e28f5218212ca715bac842
tree5240e8acf10f912b1cad7b8d3eb0680cdb22ac1e
parente40923835dc7f83721403d038b682d74d9dd3a3d
Make a C-style cast a const-cast, to suppress a GCC warning. I should fix the underlying issue eventually, but this interface will probably change anyway.

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