[PATCH] D17981: [clang-tidy] Fix clang-tidy to support parsing of assembly statements.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 11 08:46:17 PST 2016


rnk added a comment.

In http://reviews.llvm.org/D17981#372823, @alexfh wrote:

> If this issue is specific to MS inline asm, then the additional dependencies should only be added, when we care about MS inline asm (windows builds only?).


Clang is always a cross compiler, we never know what we are targeting until we see the command line.


http://reviews.llvm.org/D17981





More information about the cfe-commits mailing list