[PATCH] Remove PragmaIntroducerKind?
Renato Golin
renato.golin at linaro.org
Wed Dec 11 07:34:13 PST 2013
On 11 December 2013 15:11, Alp Toker <alp at nuanti.com> wrote:
> If the feature is only usable / testable through a callback, it looks like a
> case where a unit test might actually be useful.
I think the problem here is that there isn't a single line in Clang (I
could find) that uses that information, so it's impossible to create a
test that doesn't involve external code.
If we had a dumper that used this code in some standard way, we could
use that as both to test and as a documentation on how to use it (for
the external users).
But I have no idea of what those uses are... :/
cheers,
--renato
More information about the cfe-commits
mailing list