summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-8/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-3/+3
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-4/+3
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+1
* Try to fix uninitialized read in unit test.Zachary Turner2017-06-191-0/+1
* [CodeView] Fix random access of type names.Zachary Turner2017-06-161-0/+51
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-141-7/+11
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-44/+39
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-39/+44
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-44/+39
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-0/+1
* [CodeView] Silence some -Wsign-compare warningsJustin Bogner2017-05-131-10/+10
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-0/+353
OpenPOWER on IntegriCloud