commit | f901b719214d0bd4d42d85e9b5bbbc95d1ee3479 | [log] [tgz] |
---|---|---|
author | Edwin Vane <edwin.vane@intel.com> | Mon Feb 25 14:49:29 2013 +0000 |
committer | Edwin Vane <edwin.vane@intel.com> | Mon Feb 25 14:49:29 2013 +0000 |
tree | 662b1c8fc2a683ef80574b64b891f01f92ab435b | |
parent | ed936457393fa19d86bd9223f815b8cead44e20d [diff] |
Adding hasDeclaration overload for TemplateSpecializationType TemplateSpecializationType doesn't quite have getDecl(). Need to go through TemplateName to get a TemplateDecl. Added test cases for the hasDeclaration() overload for TemplateSpecializationType. Also introduced the type matcher templateSpecializationType() used by the new hasDeclaration() test case. Updated LibASTMatchersReference. Reviewers: klimek llvm-svn: 176025