JF Bastien
|
f72d1f1ac3
Move to C++14
|
6 anni fa |
Chandler Carruth
|
052562edff
Update the coding standards with the new file header.
|
6 anni fa |
Paul Robinson
|
d2261415d6
Document how to comment an actual parameter.
|
6 anni fa |
Chandler Carruth
|
9179aee2c1
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
|
7 anni fa |
Aaron Ballman
|
5aaa8205c7
Update the coding standards and developer policy documentation surrounding whitespace.
|
7 anni fa |
JF Bastien
|
145062e42d
[NFC] update coding standard links to HTTPS
|
7 anni fa |
Mandeep Singh Grang
|
727ef0e543
[docs] Add a note on non-deterministic sorting order of equal elements
|
7 anni fa |
Alexander Kornienko
|
3338e44592
Minor fix in docs.
|
7 anni fa |
David Blaikie
|
5ac13ad110
Coding Standards: Document library layering requirements & header isolation.
|
7 anni fa |
Hans Wennborg
|
138434e367
Update some code.google.com links
|
7 anni fa |
Mandeep Singh Grang
|
41915c0baa
[docs] Add a note on iteration of unordered containers to coding standards
|
8 anni fa |
Alex Bradbury
|
4387849902
[Docs] Update CodingStandards to recommend range-based for loops
|
8 anni fa |
Alex Bradbury
|
b24452bf84
Refine report_fatal_error guidance after post-commit review
|
8 anni fa |
Alex Bradbury
|
d8824ebc53
Give guidance on report_fatal_error in CodingStandards.rst and ProgrammersManual.rst
|
8 anni fa |
Hiroshi Inoue
|
4ea9a7811e
fix typos in a document; NFC
|
8 anni fa |
Reid Kleckner
|
36850aafe2
Fix some remaining documentation references to MSVC 2013
|
8 anni fa |
Reid Kleckner
|
dee834ca3b
Update docs to reflect new minimum MSVC version requirement
|
8 anni fa |
Teresa Johnson
|
5618317a5e
[docs] Increase minimum supported GCC version for building LLVM to 4.8
|
8 anni fa |
Renato Golin
|
e4c66df4b4
[docs] Reduce the number of places 'minimum requirements' is mentioned to one
|
8 anni fa |
Alexander Kornienko
|
e9029b173c
[docs] Fix naming style in the example
|
9 anni fa |
Chandler Carruth
|
2c8b23f86f
Make the coding standards a bit more clear that we prefer the fancy new
|
9 anni fa |
Zachary Turner
|
f99445facd
Update coding standards for include style.
|
9 anni fa |
Andrey Bokhanko
|
e708f8d798
Clarify the statement on using #if 0 ... #endif in CodingStandards.
|
9 anni fa |
Yaron Keren
|
3f1c66ca7d
Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorithms,
|
10 anni fa |
Vedant Kumar
|
4d554fb21d
[docs] Fix minor typo in CodingStandards.rst
|
10 anni fa |
Tanya Lattner
|
377a98477d
Rename all references to old mailing lists to new lists.llvm.org address.
|
10 anni fa |
Matthias Braun
|
1cf942cb4f
Doxygen: Enable autobrief feature and update coding standards.
|
10 anni fa |
Reid Kleckner
|
1ed169d8a1
Add a note about permitting default member initializers
|
10 anni fa |
Benjamin Kramer
|
a52da9a180
CodingStyle: Allow delegating ctors
|
10 anni fa |
Aaron Ballman
|
5451090e4c
Initializer lists are supported in MSVC 2013. Since that's our minimum required version, we can move that to the list of acceptable C++11 features.
|
10 anni fa |