LDC contributor's guide

From D Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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