Skip to content
Snippets Groups Projects
  1. Jan 23, 2014
  2. Jan 19, 2014
  3. Jan 13, 2014
  4. Jan 08, 2014
    • Alp Toker's avatar
      Build fix following r198747 · be565cb9
      Alp Toker authored
      Convert CMake CLANG_BUILD_EXAMPLES to a boolean value for consumption by
      Python, otherwise the raw config string gets passed through which may not be
      0/1.
      
      The if/else matches the technique used to solve the problem in LLVM's own
      CMakeLists.txt.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198750 91177308-0d34-0410-b5e6-96231b3b80d8
      be565cb9
    • Alp Toker's avatar
      Add tests for clang plugins · 3a47e455
      Alp Toker authored
      Somehow the entire plugin infrastructure went wholly untested until now.
      
      The only plugins available for use in testing are the examples, so plugin tests
      will only be run if CLANG_BUILD_EXAMPLES is enabled in the build.
      
      (The examples should really be enabled by default, not just to aid testing but
      also to prevent bitrot in some key user-facing code. I'll propose that
      shortly.)
      
      Requires supporting changes in LLVM r198746.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198747 91177308-0d34-0410-b5e6-96231b3b80d8
      3a47e455
  5. Jan 02, 2014
  6. Dec 30, 2013
  7. Dec 29, 2013
  8. Dec 19, 2013
  9. Dec 17, 2013
  10. Dec 16, 2013
  11. Nov 06, 2013
  12. Oct 01, 2013
  13. Sep 12, 2013
    • Jordan Rose's avatar
      [CMake] Put controversial always-recheck-revision-number behind an option. · 17e95c8a
      Jordan Rose authored
      CMake does not have the ability to perform actions before calculating
      dependencies, so it can't know whether it needs to rebuild clangBasic
      to update for a new revision number. CLANG_ALWAYS_CHECK_VC_REV (off by
      default) will cause clangBasic to always be dirty by deleting the
      generated SVNVersion.inc after use; otherwise, SVNVersion.inc will
      always be updated, but only included in the final binary when clangBasic
      is rebuilt.
      
      It'd be great to find a better way to do this, but hopefully this is
      still an improvement over the complete lack of version information before.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190613 91177308-0d34-0410-b5e6-96231b3b80d8
      17e95c8a
  14. Aug 28, 2013
  15. Aug 27, 2013
  16. Aug 24, 2013
  17. Aug 23, 2013
  18. Aug 22, 2013
  19. Aug 20, 2013
  20. Aug 15, 2013
  21. Jul 27, 2013
  22. Jun 12, 2013
  23. May 29, 2013
  24. Apr 22, 2013
  25. Mar 02, 2013
Loading