diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-25 00:08:28 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-01-25 00:08:28 +0000 |
commit | f3814ad4268d6b4c206fb6f7d4b3460de485add2 (patch) | |
tree | 6ba6838a660432d097c50659c0482e34cb55452d /clang/lib/Serialization/ModuleManager.cpp | |
parent | e29dadb6403c8b0d3658f9bbbe2f5fbde5431fdb (diff) | |
download | llvm-f3814ad4268d6b4c206fb6f7d4b3460de485add2.zip llvm-f3814ad4268d6b4c206fb6f7d4b3460de485add2.tar.gz llvm-f3814ad4268d6b4c206fb6f7d4b3460de485add2.tar.bz2 |
Clean up: since we have FunctionDecl::IsInline, make it store the right value
for template instantiations, and use it to simplify the implementation of
FunctionDecl::isInlined().
This incidentally changes the result of isInlined on a declared-but-not-defined
non-inline member function from true to false. This is sort of a bug fix, but
currently isInlined is only called on function definitions, so it has no visible
effects.
llvm-svn: 173397
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions