summaryrefslogtreecommitdiffstats
path: root/lld/COFF/TypeMerger.h
Commit message (Collapse)AuthorAgeFilesLines
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-17/+17
| | | | | | | | | | | This patch does the same thing as r365595 to other subdirectories, which completes the naming style change for the entire lld directory. With this, the naming style conversion is complete for lld. Differential Revision: https://reviews.llvm.org/D64473 llvm-svn: 365730
* [LLD][COFF] Move type merging structures out of PDB.cpp. NFCAlexandre Ganea2019-04-021-0/+65
Introduce a new TypeMerger class, out of some type-merge-specific structures from PDB.cpp No changes intended / this is only moving code around. This patch is step 3. in "Proposed commit strategy" in D59226 Differential Revision: https://reviews.llvm.org/D60070 llvm-svn: 357525
OpenPOWER on IntegriCloud