| commit | 4aa51ae6c9a56fbc6273a50d232c7a0fed63e29a | [log] [tgz] |
|---|---|---|
| author | Frederic Riss <friss@apple.com> | Thu Nov 06 17:46:55 2014 +0000 |
| committer | Frederic Riss <friss@apple.com> | Thu Nov 06 17:46:55 2014 +0000 |
| tree | 1cce19304d20998fc9bd254ead57611ea236b373 | |
| parent | 2c769209a103dde2a6eed9b2326f826590bbb299 [diff] |
Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDescriptor. Imported declarations can be DIGlobalVariables which aren't a DIScope. Today clang (unknowingly I believe) shoehorns these into a DIScope and it all works just because we never access the fields. llvm-svn: 221466