This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 552a8db04 [SymbolFilePDB] Get line number for PDBSymbolTypeEnum new 013dff255 [SymbolFilePDB] Add support for CVR pointer type qualifier
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lit/SymbolFile/PDB/Inputs/TypeQualsTest.cpp | 46 ++++++++++++++++++ lit/SymbolFile/PDB/type-quals.test | 39 ++++++++++++++++ source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 64 ++++++++++++++++++-------- 3 files changed, 129 insertions(+), 20 deletions(-) create mode 100644 lit/SymbolFile/PDB/Inputs/TypeQualsTest.cpp create mode 100644 lit/SymbolFile/PDB/type-quals.test