summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/UDTLayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.Simon Pilgrim2019-09-151-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-301-7/+11
* Fix a null pointer dereference in llvm-pdbutil pretty.Zachary Turner2017-06-121-2/+3
* [llvm-pdbdump] Allow sorting / filtering by immediate paddingZachary Turner2017-04-251-2/+13
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-197/+149
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-131-42/+178
* Fix initialization order of class members.Zachary Turner2017-04-121-2/+2
* [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.Zachary Turner2017-04-121-4/+9
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-0/+194
OpenPOWER on IntegriCloud