forked from qt-creator/qt-creator
Move ast dump tools from tests/manual to tests/tools.
Reviewed-by: Friedemann Kleint
This commit is contained in:
15
tests/tools/cplusplus-dump/conf.c++
Normal file
15
tests/tools/cplusplus-dump/conf.c++
Normal file
@@ -0,0 +1,15 @@
|
||||
#define __extension__
|
||||
#define __context__
|
||||
#define __range__
|
||||
#define __asm(a...)
|
||||
#define __asm__(a...)
|
||||
#define restrict
|
||||
#define __restrict
|
||||
#define __restrict__
|
||||
// #define __weak
|
||||
#define __builtin_va_arg(a,b) ((b)0)
|
||||
#define __stdcall
|
||||
#define __fastcall
|
||||
#define __imag__
|
||||
#define __real__
|
||||
#define __complex__
|
||||
Reference in New Issue
Block a user