Skip to content
  1. Feb 28, 2014
  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