[% UNLESS source AND data %]

clang-conclave

A tool that uses clang to parse and process C source code.
The result is a list of triples with syntatic information about identifiers found in the code.

Go to the upload page to process a file or load one of the available examples in the examples page. [% RETURN %] [% ELSE %]

Source Code "[% filename %]"

[% source | html %]

clang-conclave result

[% FOREACH i IN data %] [% END %]
TypeUIDIDCtxFileLines
[% i.0 %] [% i.1 %] [% i.2 %] [% i.3 %] [% i.4 %] [% i.5 %][% UNLESS i.5 == i.6 %]-[% i.6 %][% END %]
[% END %]