Skip to content
  1. Oct 20, 2016
  2. Oct 18, 2016
  3. Oct 17, 2016
  4. Sep 27, 2016
  5. Sep 02, 2016
    • Chandler Carruth's avatar
      Make the coding standards a bit more clear that we prefer the fancy new · 67473526
      Chandler Carruth authored
      auto-brief format for doxygen comments. Most notable is switching to
      that in the example doxygen comment. I've also tweaked the wording but
      am happy to tweak it further if others have suggestions here.
      
      Mostly doing this to capture something I and others have been writing
      consistently and repeatedly in code reviews.
      
      llvm-svn: 280419
      67473526
  6. Aug 23, 2016
  7. Aug 17, 2016
  8. Aug 21, 2015
    • Yaron Keren's avatar
      Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorithms, · 528d8d60
      Yaron Keren authored
      such as std::equal on the third argument. This reverts previous workarounds.
      
      Predefining _DEBUG_POINTER_IMPL disables Visual C++ 2013 headers from defining
      it to a function performing the null pointer check. In practice, it's not that
      bad since any function actually using the nullptr will seg fault. The other
      iterator sanity checks remain enabled in the headers.
      
      Reviewed by Aaron Ballmanþ and Duncan P. N. Exon Smith.
      
      llvm-svn: 245711
      528d8d60
  9. Aug 19, 2015
  10. Aug 05, 2015
  11. May 15, 2015
  12. Apr 30, 2015
  13. Mar 06, 2015
  14. Mar 05, 2015
  15. Feb 27, 2015
  16. Feb 25, 2015
  17. Feb 16, 2015
  18. Feb 15, 2015
  19. Jan 22, 2015
  20. Oct 14, 2014
  21. Aug 19, 2014
  22. Jul 02, 2014
  23. May 06, 2014
  24. Apr 17, 2014
  25. Apr 08, 2014
    • Sean Silva's avatar
      [docs] Fix up some links to the preferred style. · 1703e705
      Sean Silva authored
      :doc:`...` and :ref:`...` links help Sphinx keep track the dependencies
      between documents and ensure that they are not pointing to nowhere.
      
      Raw HTML links work just fine and are easier for people less familiar
      with reST/Sphinx. They are easy to change over to the :doc:/:ref: style
      after the fact so this is not a problem.
      
      This commit doesn't fix all of them.
      
      llvm-svn: 205792
      1703e705
  26. Mar 07, 2014
  27. Mar 03, 2014
  28. Mar 02, 2014
    • Chandler Carruth's avatar
      [C++11] Suggest placing callable arguments as the last argument to · d9ff35f6
      Chandler Carruth authored
      facilitate the nice formatting of lambdas passed there. Suggested by
      Chris during review of my lambda additions, and something I strongly
      agree with.
      
      llvm-svn: 202622
      d9ff35f6
    • Chandler Carruth's avatar
      [C++11] Update the coding standards to provide some important guidance · e55d9bf5
      Chandler Carruth authored
      about a few constructs in C++11 that are worth starting off in
      a consistent manner within the codebase.
      
      This will be matched with a change to clang-format's LLVM style which
      will switch the options to support C++11 and use these conventions.
      
      llvm-svn: 202620
      e55d9bf5
    • Sean Silva's avatar
      [docs] Fix some Sphinx warnings. · 216f1ee3
      Sean Silva authored
      The docs now build cleanly. Yay!
      
      The following warnings were fixed:
      
      /home/sean/pg/llvm/llvm/docs/HowToReleaseLLVM.rst:364: WARNING: Enumerated list ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/InAlloca.rst:: WARNING: document isn't included in any toctree
      
      /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.
      
      Supported C++11 Language and Library Features
      -------------------------------------------
      /home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.
      
      Supported C++11 Language and Library Features
      -------------------------------------------
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:185: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:565: WARNING: Explicit markup ends without a blank line; unexpected unindent.
      /home/sean/pg/llvm/llvm/docs/GettingStarted.rst:567: WARNING: Block quote ends without a blank line; unexpected unindent.
      
      llvm-svn: 202603
      216f1ee3
  29. Mar 01, 2014
  30. Feb 28, 2014
Loading