[PATCH] D55463: Introduce a source minimizer that reduces source to directives that might affect the dependency list for a compilation

Thorsten via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 2 03:33:18 PDT 2019


tschuett added a comment.

Are you planning to do this recursively?
The minimizer does not help much for the following example, while Sema.h contains 10,000 lines of useless code.

  #include "clang/Sema/Sema.h"
  
  int foo() {}


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55463/new/

https://reviews.llvm.org/D55463





More information about the cfe-commits mailing list