| commit | ebada077d93b0fe4134b347a90efec665b629b25 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Jun 17 23:14:26 2010 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Jun 17 23:14:26 2010 +0000 |
| tree | fc8a35501d61d350fe217f80b702858eb4d6eb28 | |
| parent | 6b98f7129f535bba826bb7dfa3a7fd6297330448 [diff] |
Given Decl::isUsed() a flag indicating when to consider the "used" attribute as part of the calculation. Sema::MarkDeclReferenced(), and a few other places, want only to consider the "used" bit to determine, e.g, whether to perform template instantiation. Fixes a linkage issue with Boost.Serialization. llvm-svn: 106252