specification, update all prior declarations if the new one has an explicit exception specification and the prior ones don't. Patch by Vassil Vassilev! Some minor tweaking and test case by me. llvm-svn: 231738
5 lines
72 B
C
5 lines
72 B
C
#include "a.h"
|
|
inline void f() { X x, y(x); }
|
|
#include "b.h"
|
|
X x, y(x);
|