[PATCH] CodeGen: refactor DwarfException

Saleem Abdulrasool compnerd at compnerd.org
Tue Jun 10 09:47:40 PDT 2014


Hi rnk, echristo,

DwarfException served as a base class for exception handling directive emission.
However, this is also used by other exception models (e.g. Win64EH).  Rename
this class to EHStreamer and split it out of DwarfException.h.  NFC.

Use the opportunity to fix up some of the documentation comments to match
current LLVM style.

http://reviews.llvm.org/D4085

Files:
  include/llvm/CodeGen/AsmPrinter.h
  lib/CodeGen/AsmPrinter/ARMException.cpp
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/CMakeLists.txt
  lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  lib/CodeGen/AsmPrinter/DwarfException.cpp
  lib/CodeGen/AsmPrinter/DwarfException.h
  lib/CodeGen/AsmPrinter/EHStreamer.cpp
  lib/CodeGen/AsmPrinter/EHStreamer.h
  lib/CodeGen/AsmPrinter/Win64Exception.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4085.10284.patch
Type: text/x-patch
Size: 23540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140610/3ada6cc4/attachment.bin>


More information about the llvm-commits mailing list