| commit | c7c6431860dac773594f47db50d57c61361144b7 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Thu Jan 07 01:20:12 2010 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Thu Jan 07 01:20:12 2010 +0000 |
| tree | b1e2919f13cafc2a6354d14afe851d2dde48c78f | |
| parent | b58514e613323d3907ba67a3279cacd37c673059 [diff] |
Change ObjCContainerDecl to contain the entire range for the '@end' piece of the declaration. The '@' and the 'end' are separate tokens, and require two SourceLocations to accurately track. This change was motivated because ObjCContainerDecl::getSourceRange() would previously not return the entire range of the declaration (the 'end' would be left off). llvm-svn: 92891