Properly handle libclang diagnostics

This commit is contained in:
Jonathan Müller 2017-03-16 12:15:46 +01:00
commit db0e649bf6
7 changed files with 79 additions and 13 deletions

View file

@ -202,7 +202,7 @@ struct foo
{
static void a();
static int b() noexcept {}
static int b() noexcept { return 0; }
static constexpr char c() = delete;
};