Skip to content
Snippets Groups Projects
  1. Apr 26, 2012
  2. Apr 13, 2012
  3. Mar 21, 2012
  4. Mar 14, 2012
  5. Mar 11, 2012
  6. Mar 02, 2012
  7. Feb 20, 2012
  8. Feb 13, 2012
  9. Feb 09, 2012
  10. Jan 26, 2012
  11. Dec 22, 2011
  12. Dec 18, 2011
  13. Nov 19, 2011
  14. Nov 01, 2011
  15. Oct 30, 2011
  16. Oct 07, 2011
  17. Oct 04, 2011
  18. Sep 27, 2011
  19. Aug 24, 2011
  20. Aug 18, 2011
  21. Aug 17, 2011
  22. Jun 02, 2011
  23. Jun 01, 2011
  24. May 31, 2011
  25. May 23, 2011
  26. May 16, 2011
  27. May 14, 2011
  28. May 10, 2011
  29. Apr 30, 2011
  30. Apr 27, 2011
    • Manuel Klimek's avatar
      This is the next step in building the standalone tools infrastructure: · 9a05fa97
      Manuel Klimek authored
      This patch simplifies writing of standalone Clang tools. As an
      example, we add clang-check, a tool that runs a syntax only frontend
      action over a .cc file. When you integrate this into your favorite
      editor, you get much faster feedback on your compilation errors, thus
      reducing your feedback cycle especially when writing new code.
      
      The tool depends on integration of an outstanding patch to CMake to
      work which allows you to always have a current compile command
      database in your cmake output directory when you set
      CMAKE_EXPORT_COMPILE_COMMANDS.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130306 91177308-0d34-0410-b5e6-96231b3b80d8
      9a05fa97
  31. Mar 29, 2011
  32. Feb 23, 2011
  33. Feb 20, 2011
Loading