index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
docs
/
CodingStandards.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodingStyle: Allow delegating ctors
Benjamin Kramer
2015-03-06
1
-0
/
+2
*
Initializer lists are supported in MSVC 2013. Since that's our minimum requir...
Aaron Ballman
2015-03-04
1
-3
/
+2
*
Delete LLVM_DELETED_FUNCTION from coding standards
Reid Kleckner
2015-02-27
1
-28
/
+0
*
fix a typo
Chris Lattner
2015-02-25
1
-1
/
+1
*
Document that defaulted & deleted methods and explicit conversions are allowe...
Benjamin Kramer
2015-02-16
1
-0
/
+7
*
Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guar...
Benjamin Kramer
2015-02-15
1
-0
/
+2
*
Update the docs to require at least MSVC 2013.
Benjamin Kramer
2015-02-15
1
-1
/
+1
*
Explicitly describe '///' versus '//' comment delimiters.
Paul Robinson
2015-01-22
1
-2
/
+4
*
Introduce Go coding standards for LLVM.
Peter Collingbourne
2014-10-14
1
-0
/
+19
*
CodingStandards: Document std::equal misbehaviour
Duncan P. N. Exon Smith
2014-08-19
1
-0
/
+2
*
Remove the recommendation against using std::function
Reid Kleckner
2014-07-02
1
-4
/
+1
*
Update programmers manual to cover llvm::function_ref, and add a note to the
Richard Smith
2014-05-06
1
-0
/
+2
*
Revert accidentally-committed files.
Richard Smith
2014-05-06
1
-2
/
+0
*
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
Richard Smith
2014-05-06
1
-0
/
+2
*
C++11: Compatibility with (C++03 => MSVC)
Duncan P. N. Exon Smith
2014-04-17
1
-3
/
+3
*
C++11: Document some limitations imposed by MSVC
Duncan P. N. Exon Smith
2014-04-17
1
-0
/
+6
*
[docs] Fix up some links to the preferred style.
Sean Silva
2014-04-08
1
-5
/
+2
*
C++11: Remove const from in auto guidelines
Duncan P. N. Exon Smith
2014-03-07
1
-7
/
+5
*
C++11: Copy pointers with const auto *
Duncan P. N. Exon Smith
2014-03-07
1
-1
/
+5
*
Avoid std::function until PR19030 is fixed
Reid Kleckner
2014-03-03
1
-0
/
+4
*
Document that std::initializer_list is not always available.
Peter Collingbourne
2014-03-03
1
-0
/
+3
*
C++11: Beware unnecessary copies with auto
Duncan P. N. Exon Smith
2014-03-03
1
-0
/
+21
*
Clarify struct usage guidelines
Duncan P. N. Exon Smith
2014-03-03
1
-5
/
+31
*
[C++11] Suggest placing callable arguments as the last argument to
Chandler Carruth
2014-03-02
1
-0
/
+4
*
[C++11] Update the coding standards to provide some important guidance
Chandler Carruth
2014-03-02
1
-4
/
+126
*
[docs] Fix some Sphinx warnings.
Sean Silva
2014-03-02
1
-1
/
+1
*
[docs] Update the docs to remove my hedging about C++98 vs. C++11. =]
Chandler Carruth
2014-03-01
1
-17
/
+16
*
[docs] Clarify that there isn't much to be done other than watch build
Chandler Carruth
2014-02-28
1
-0
/
+5
*
Add more whitespace to fix more bullets.
Richard Smith
2014-02-28
1
-0
/
+2
*
Add whitespace to try to fix bulleted list.
Richard Smith
2014-02-28
1
-0
/
+1
*
Fix some links to C++11 feature papers in the Coding Standards
Ben Langmuir
2014-02-28
1
-16
/
+16
*
[docs] Add a section to the coding standards about languages and such.
Chandler Carruth
2014-02-28
1
-0
/
+115
*
[docs] A slight tweak to the intro for the golden rule in the coding
Chandler Carruth
2014-02-28
1
-3
/
+3
*
Revert my commit in r199620 that added sections about namespaces to the
Chandler Carruth
2014-01-20
1
-97
/
+18
*
Add some wording to the coding standards to say how to indent namespaces
Chandler Carruth
2014-01-20
1
-1
/
+45
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
Revert r189704, which removed the guidance about not duplicating doc comments.
Chris Lattner
2013-09-01
1
-0
/
+7
*
Remove the suggestion to not duplicate comments in header and
Chris Lattner
2013-08-30
1
-7
/
+0
*
Add the common begin/end naming convention to the coding standard.
Rafael Espindola
2013-08-07
1
-1
/
+3
*
Coding standards: don't use ``inline`` when defining a function in a class
Dmitri Gribenko
2013-02-04
1
-0
/
+28
*
Fix spelling
Joel Jones
2013-01-21
1
-1
/
+1
*
docs: Fix long standing linking antipattern.
Sean Silva
2013-01-11
1
-2
/
+0
*
Simplify the coding standards for #include ordering. The ordering is now
Chandler Carruth
2012-12-02
1
-9
/
+2
*
docs: CodingStandards should follow the coding standards.
Sean Silva
2012-11-17
1
-20
/
+20
*
docs: Add link to HowToSetUpLLVMStyleRTTI
Sean Silva
2012-11-17
1
-1
/
+2
*
Suggest llvm_unreachable over assert(0).
Jordan Rose
2012-10-26
1
-10
/
+15
*
Document current Doxygen use practices in Coding Standards. Mostly it is
Dmitri Gribenko
2012-10-20
1
-9
/
+134
*
[Docs] Update File Headers section to cover doxygen style file level docs.
Michael J. Spencer
2012-10-01
1
-8
/
+11
*
Fix && to && in Coding Standards.
Jakub Staszak
2012-09-30
1
-1
/
+1
*
Add missing 'to' and rephrase an explanation of GCC's assumptions.
David Blaikie
2012-09-21
1
-4
/
+4
[next]