summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcFrameLowering.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-07-09 21:49:06 +0000
committerFangrui Song <maskray@google.com>2018-07-09 21:49:06 +0000
commitd50f36ed7731de6f7238c2f5f69b5769e311bb41 (patch)
tree6504eea14478ea65964f997d763c74b284c750ec /llvm/lib/Target/Sparc/SparcFrameLowering.cpp
parent4fee1356edad7075195ad11810adf25f2bcb1f27 (diff)
downloadbcm5719-llvm-d50f36ed7731de6f7238c2f5f69b5769e311bb41.tar.gz
bcm5719-llvm-d50f36ed7731de6f7238c2f5f69b5769e311bb41.zip
[Index] Add index::IndexingOptions::IndexImplicitInstantiation
Summary: With IndexImplicitInstantiation=true, the following case records an occurrence of B::bar in A::foo, which will benefit cross reference tools. template <class T> struct B { void bar() {}}; template <class T> struct A { void foo(B<T> *x) { x->bar(); }}; int main() { A<int> a; a.foo(0); } Reviewers: akyrtzi, arphaman, rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D49002 llvm-svn: 336606
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcFrameLowering.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud