forked from qt-creator/qt-creator
C++: Also parse static_assert as top-level declaration
Add some checks for C++11 flag as well. Change-Id: Ic5ee81d72bc88a22e71b324ef01014791b833604 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -6,3 +6,4 @@ struct S {
|
||||
}
|
||||
};
|
||||
|
||||
static_assert(sizeof(char) == 1, "One more");
|
||||
|
||||
Reference in New Issue
Block a user