Home
last modified time | relevance | path

Searched defs:Issues (Results 1 – 1 of 1) sorted by relevance

/external/llvm/docs/
DCodingStandards.rst344 Treat Compiler Warnings Like Errors
379 Write Portable Code
391 Do not use RTTI or Exceptions
409 Do not use Static Constructors
444 Use of ``class`` and ``struct`` Keywords
467 A Public Header File **is** a Module
491 ``#include`` as Little as Possible
514 Keep "Internal" Headers Private
533 Use Early Exits and ``continue`` to Simplify Code
628 Don't use ``else`` after a ``return``
[all …]