]> granicus.if.org Git - clang/commit
Fix a function that only calls itself. The const_cast needs to remove the
authorRichard Trieu <rtrieu@google.com>
Thu, 18 Dec 2014 00:06:45 +0000 (00:06 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 18 Dec 2014 00:06:45 +0000 (00:06 +0000)
commitaa07e16b09ff22f947884625d5765ee61d25c681
treef93a163f9799ea5da75968e50298d2a802519a65
parent6900b8698ffb0ceed39682c2261261b6d91b82d4
Fix a function that only calls itself.  The const_cast needs to remove the
const so that the other overloaded function will be called.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224478 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/ThreadSafetyTIL.h