[PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Fri May 13 01:28:32 PDT 2016
klimek added a comment.
We had problems with binary size in multiple places.
Overall, I think if we care about binary size we should try to make binary size smaller at a higher level (perhaps by hiding visibility of symbols by default; not sure how much that would affect the exe's though).
Until we have a better solution for binary size, I'd add a FIXME and accept possible false positives / false negatives until we get more bug reports.
http://reviews.llvm.org/D17981
More information about the cfe-commits
mailing list