Add support for C language standards (#159)
This commit is contained in:
parent
e751294b96
commit
7b25525232
5 changed files with 147 additions and 11 deletions
|
|
@ -27,6 +27,11 @@ TEST_CASE("parse_files")
|
|||
{
|
||||
return "null";
|
||||
}
|
||||
|
||||
bool do_use_c() const noexcept override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
} config;
|
||||
|
||||
class null_parser : public parser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue