Skip to content
  1. Feb 28, 2014
    • Richard Smith's avatar
      Add whitespace to try to fix bulleted list. · f30ed8f9
      Richard Smith authored
      llvm-svn: 202537
      f30ed8f9
    • Ben Langmuir's avatar
      Fix some links to C++11 feature papers in the Coding Standards · 3b0a866a
      Ben Langmuir authored
      llvm-svn: 202532
      3b0a866a
    • Chandler Carruth's avatar
      [docs] Add a section to the coding standards about languages and such. · e8c97895
      Chandler Carruth authored
      A lot of this is writing down common knowledge and things often
      communicated on mailing lists and in discussions. It could live in the
      Programmer's Manual alternatively, but that felt slightly less
      well-fitting.
      
      It also includes (and was motivated by) the section on the relevant
      language standards for LLVM and the specific features that will be
      enabled with the switch to C++11.
      
      With this, all of the documentation for the C++11 switch is, I think, in
      place. I plan to flip the switch RSN. =]
      
      llvm-svn: 202497
      e8c97895
    • Chandler Carruth's avatar
      [docs] A slight tweak to the intro for the golden rule in the coding · c8ce0659
      Chandler Carruth authored
      standards.
      
      It claims the document intentionally doesn't give fixed standards for
      brace placement or spacing, and then the document goes on to do
      precisely that in several places. Instead, try to highlight that even
      these rules are simply *guidance* which may be trumped by some other
      circumstance or the local conventions of code.
      
      I'm not trying to change the thrust of this part of the document, and if
      folks think this does so, I'm happy to re-wordsmith it. I just don't
      want it to be so self-contradicting.
      
      llvm-svn: 202495
      c8ce0659
  2. Jan 20, 2014
    • Chandler Carruth's avatar
      Revert my commit in r199620 that added sections about namespaces to the · 36dc5191
      Chandler Carruth authored
      coding standards, and instead fix the existing section.
      
      Thanks to Daniel Jasper for pointing out we already had a section
      devoted to this topic. Instead of adding sections, just hack on this
      section some. Also fix the example in the anonymous namespace section
      below it to agree with the new advice.
      
      As a re-cap, this switches the LLVM preferred style to never indent
      namespaces. Having two approaches just led to endless (and utterly
      pointless) debates about what was "small enough". This wasn't helping
      anyone. The no-indent rule is easy to understand and doesn't really make
      anything harder to read. Moreover, with tools like clang-format it is
      considerably nicer to have simple consistent rules.
      
      llvm-svn: 199637
      36dc5191
    • Chandler Carruth's avatar
      Add some wording to the coding standards to say how to indent namespaces · 8660df47
      Chandler Carruth authored
      (and to mention namespace ending comments). This is based on a quick
      discussion on the developer mailing list where there was essentially no
      objections to a simple and consistent rule. This should avoid future
      debates about whether or not a namespace is "big enough" to indent. It
      also matches clang-format's current behavior with LLVM source code which
      hasn't really seen any opposition in code reviews that I spot checked.
      
      llvm-svn: 199620
      8660df47
  3. Dec 05, 2013
    • Alp Toker's avatar
      Correct word hyphenations · f907b891
      Alp Toker authored
      This patch tries to avoid unrelated changes other than fixing a few
      hyphen-related ambiguities and contractions in nearby lines.
      
      llvm-svn: 196471
      f907b891
  4. Sep 01, 2013
  5. Aug 31, 2013
  6. Aug 07, 2013
  7. Feb 04, 2013
  8. Jan 22, 2013
  9. Jan 11, 2013
  10. Dec 02, 2012
  11. Nov 18, 2012
  12. Nov 17, 2012
  13. Oct 27, 2012
  14. Oct 20, 2012
  15. Oct 01, 2012
  16. Sep 30, 2012
  17. Sep 21, 2012
  18. Sep 20, 2012
  19. Sep 18, 2012
  20. Jun 21, 2012
  21. Jun 20, 2012
Loading