summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARFDebugFrame.h
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
| | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
* [DWARF parser] DWARFDebugFrame: use unique_ptr instead of raw pointerAlexey Samsonov2014-04-281-4/+2
| | | | llvm-svn: 207459
* [C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov2014-03-131-2/+1
| | | | llvm-svn: 203766
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-0/+46
llvm-svn: 174463
OpenPOWER on IntegriCloud