LDC contributor's guide
Revision as of 02:48, 7 February 2013 by Klickverbot (talk | contribs) (Created page with "This page is a work-in-progress collection of tips for LDC contributors and development guidelines. == Style guidelines == * Use [http://llvm.org/docs/doxygen/html/ErrorHandl...")
This page is a work-in-progress collection of tips for LDC contributors and development guidelines.
Style guidelines
- Use llvm_unreachable("message") instead of assert(0 && "message") (from llvm/Support/ErrorHandling.h). Not only might it lead to slightly better codegen, it also reduces