Properly handle libclang diagnostics
This commit is contained in:
parent
183aeaafde
commit
db0e649bf6
7 changed files with 79 additions and 13 deletions
|
|
@ -202,7 +202,7 @@ struct foo
|
|||
{
|
||||
static void a();
|
||||
|
||||
static int b() noexcept {}
|
||||
static int b() noexcept { return 0; }
|
||||
|
||||
static constexpr char c() = delete;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue