index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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