index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
CodingStandards.rst
Age
Commit message (
Expand
)
Author
2013-02-04
Coding standards: don't use ``inline`` when defining a function in a class
Dmitri Gribenko
2013-01-21
Fix spelling
Joel Jones
2013-01-11
docs: Fix long standing linking antipattern.
Sean Silva
2012-12-02
Simplify the coding standards for #include ordering. The ordering is now
Chandler Carruth
2012-11-17
docs: CodingStandards should follow the coding standards.
Sean Silva
2012-11-17
docs: Add link to HowToSetUpLLVMStyleRTTI
Sean Silva
2012-10-26
Suggest llvm_unreachable over assert(0).
Jordan Rose
2012-10-20
Document current Doxygen use practices in Coding Standards. Mostly it is
Dmitri Gribenko
2012-10-01
[Docs] Update File Headers section to cover doxygen style file level docs.
Michael J. Spencer
2012-09-30
Fix && to && in Coding Standards.
Jakub Staszak
2012-09-21
Add missing 'to' and rephrase an explanation of GCC's assumptions.
David Blaikie
2012-09-21
Document "do not use defaults in covered switch-over-enum" coding standard.
David Blaikie
2012-09-20
Fix function names in coding style examples
Andrew Trick
2012-09-20
Fix static function names in CodingStandards examples.
Andrew Trick
2012-09-18
Coding standards: fix typo: '= deleted' -> '= delete'.
Dmitri Gribenko
2012-09-18
Add LLVM_DELETED_FUNCTION to coding standards.
Craig Topper
2012-06-20
Put space after "code-block::".
Meador Inge
2012-06-20
Removed some left over HTML tags and a '}'.
Meador Inge
2012-06-20
Sphinxify the CodingStandard documentation.
Bill Wendling