Skip to content
Snippets Groups Projects
  1. Apr 30, 2011
  2. 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
  3. Mar 29, 2011
  4. Feb 23, 2011
  5. Feb 20, 2011
  6. Feb 19, 2011
  7. Feb 18, 2011
  8. Feb 15, 2011
  9. Feb 14, 2011
  10. Feb 10, 2011
  11. Feb 09, 2011
  12. Jan 26, 2011
  13. Jan 19, 2011
  14. Jan 18, 2011
  15. Dec 23, 2010
  16. Dec 22, 2010
  17. Nov 29, 2010
  18. Nov 24, 2010
  19. Nov 17, 2010
  20. Oct 30, 2010
  21. Sep 14, 2010
  22. Sep 10, 2010
  23. Aug 26, 2010
  24. Aug 25, 2010
  25. Aug 24, 2010
  26. Aug 11, 2010
  27. Aug 02, 2010
  28. Jul 26, 2010
  29. Jul 24, 2010
Loading