| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pdb] Add the ability to resolve TypeServer PDBs. | Zachary Turner | 2017-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Some PDBs or object files can contain references to other PDBs where the real type information lives. When this happens, all type indices in the original PDB are meaningless because their records are not there. With this patch we add the ability to pull type info from those secondary PDBs. Differential Revision: https://reviews.llvm.org/D29973 llvm-svn: 295382 | ||||
| * | NFC: Rename (PDB) RawSession to NativeSession | Adrian McCarthy | 2017-01-25 | 1 | -0/+139 |
| This eliminates one overload on the term Raw. Differential Revision: https://reviews.llvm.org/D29098 llvm-svn: 293104 | |||||

