Skip to content

Latest commit

 

History

History
129 lines (125 loc) · 5.03 KB

README.md

File metadata and controls

129 lines (125 loc) · 5.03 KB

Clang diagnostic flags

Clang has both warnings (flags starting with -W) and remarks (flags starting with -R); both are in these lists for completeness. Clang also has -Weverything and -Reverything flags (not shown in these lists), to enable all warnings or all remarks respectively. Clang documentation also provides a reference.