[SymbolFilePDB] Add support for CVR pointer type qualifier
authorAaron Smith <aaron.smith@microsoft.com>
Wed, 7 Mar 2018 00:39:25 +0000 (00:39 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Wed, 7 Mar 2018 00:39:25 +0000 (00:39 +0000)
commita0db2eb096cb60f6a1aa0b1b724be567609b7f5c
tree0b372648f239a0621259f4718866756887cd28a8
parent7abdf2d24f0a4c24e1692119286145009ccc344e
[SymbolFilePDB] Add support for CVR pointer type qualifier

Summary:
- Complete element type of PDBSymbolTypeArray.

- Add a test to check types of multi-dimensional array and pointers with CVR.

Reviewers: zturner, rnk, lldb-commits

Reviewed By: zturner

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D44167

llvm-svn: 326859
lldb/lit/SymbolFile/PDB/Inputs/TypeQualsTest.cpp [new file with mode: 0644]
lldb/lit/SymbolFile/PDB/type-quals.test [new file with mode: 0644]
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp