Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan & template template

> Codan simply displays the errors detected by the parser . The parser
> relies on index for the code located in header files. The index is
> built by the indexer .

OK. So Codan is just the front-end of the duo indexer/parser.

By the way, do the indexer & parsers manage to do their job with std::conditional (C++11) ?


Back to the top