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)
commit2b8ff7e461ccedbc6ebeaee9164ca417ad295472
treec3ed33e3e73cd818a943d72e63e290376fc0964d
parent12c0c8b67fdcb11352bac93dde9c76ce47f32744
Fix a function that only calls itself.  The const_cast needs to remove the
const so that the other overloaded function will be called.

llvm-svn: 224478
clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h