diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-15 12:38:20 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-04-15 12:38:20 +0000 |
commit | 29cda59a9d79b725229948b27c90c5ba9a554e0c (patch) | |
tree | 802d17ef65255750cb1c3b24ee0e4fa57ced875f /clang/lib/Sema/SemaDecl.cpp | |
parent | b23ea72e48de3790c6a429c377adfd2c174bbfca (diff) | |
download | bcm5719-llvm-29cda59a9d79b725229948b27c90c5ba9a554e0c.tar.gz bcm5719-llvm-29cda59a9d79b725229948b27c90c5ba9a554e0c.zip |
Fix the storage class of method instantiations.
We keep the "as written" storage class, but that is a fuzzy concept for
instantiations. With this patch instantiations of methods of class templates
now get a storage class that is based on the semantics of isStatic(). With this
can simplify isStatic() itself.
llvm-svn: 179521
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
0 files changed, 0 insertions, 0 deletions