Skip to content
  • Benjamin Kramer's avatar
    Link include-fixer into libclang if clang-tools-extra is checked out. · 9eba7354
    Benjamin Kramer authored
    include-fixer only slightly bloats the size of libclang, but since
    libclang has no explicit plugin mechanism it's the only way of getting
    this to work. Clang-tidy is already there and so far there weren't many
    complaints ;)
    
    This is designed to be easy to remove again if libclang ever grows
    proper plugin support.
    
    llvm-svn: 287229
    9eba7354
Loading