[PATCH] D79599: Add a flag that controls if clang-tidy and clang-include-fixer are built into libclang.
    Hans Wennborg via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri May  8 08:00:50 PDT 2020
    
    
  
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Looks very reasonable to be. Maybe worth a release note in case this is surprising to any libclang users? And maybe cc the other folks from D55415 <https://reviews.llvm.org/D55415>?
================
Comment at: clang/tools/libclang/CMakeLists.txt:65
+  else ()
+    message(FATAL_ERROR "LIBCLANG_INCLUDE_CLANG_TOOLS_EXTRA needs clang-tools-extra in LLVM_BUILD_PROJECTS")
+  endif ()
----------------
Isn't it LLVM_ENABLE_PROJECTS?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79599/new/
https://reviews.llvm.org/D79599
    
    
More information about the cfe-commits
mailing list