Home | History | Annotate | Download | only in docs

Lines Matching full:prefer

132 In general, prefer C++ style (``//``) comments.  They take less space, require
278 listed. We prefer these ``#include``\s to be listed in this order:
322 In all cases, prefer spaces to tabs in source files. People have different
719 of this sort of loop, we strongly prefer to use a predicate function (which may
720 be `static`_) that uses `early exits`_ to compute the predicate. We prefer the
909 In LLVM, we prefer to explicitly prefix all identifiers from the standard
1008 through the loop. Instead of writing the loop like this, we strongly prefer
1025 Why do we prefer the second form (when correct)? Writing the loop in the first
1042 prefer it.
1123 reasoning on why we prefer them.
1128 We prefer to put a space before an open parenthesis only in control flow
1171 Prefer Preincrement