Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant includes from lib/DebugInfo. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| | | | | llvm-svn: 320620 | ||||
* | Fix non-Windows build after PDB native builtin type change | Reid Kleckner | 2017-07-12 | 1 | -1/+1 |
| | | | | | | Some C++14 features slipped in along with an extra member qualification. llvm-svn: 307835 | ||||
* | [PDB] Enable NativeSession to create symbols for built-in types on demand | Adrian McCarthy | 2017-07-12 | 1 | -0/+48 |
Summary: There is a reserved range of type indexes for built-in types (like integers). This will create a symbol for a built-in type if the caller askes for one by type index. This is also plumbing for being able to recall symbols by type index in general, but user-defined types will come in subsequent patches. Reviewers: rnk, zturner Subscribers: mgorny, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D35163 llvm-svn: 307834 |