]> granicus.if.org Git - clang/commit
Based on usage, the NamedDecl is always set when constructing a CallingContext, but...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 6 Mar 2014 19:37:24 +0000 (19:37 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 6 Mar 2014 19:37:24 +0000 (19:37 +0000)
commitbf4e0959ad4929d245107ceb91e1738a10237b0a
treec6b9c5afc9282cf535dd0513c00b63e64d36cf93
parent9251f8441bd8a88033d23961475859fc129d9834
Based on usage, the NamedDecl is always set when constructing a CallingContext, but none of the other optional parameters are. Removing the optional parameters, and making the NamedDecl required.

No functional changes intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ThreadSafety.cpp