diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-13 12:36:51 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-13 12:38:18 +0100 |
commit | baffd97efb1fd6da004fedf620577f8a97445793 (patch) | |
tree | 5131ff5b8f40d3d76ae9ed993093f1668b7a7c31 /tests/manual/cplusplus/conf.c++ | |
parent | 28ab85b13794f2443cfd714bbf1daa5e91bc6b2a (diff) | |
download | qt-creator-baffd97efb1fd6da004fedf620577f8a97445793.tar.gz |
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
Diffstat (limited to 'tests/manual/cplusplus/conf.c++')
-rw-r--r-- | tests/manual/cplusplus/conf.c++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++ index 3cec3f4693..69bafe0459 100644 --- a/tests/manual/cplusplus/conf.c++ +++ b/tests/manual/cplusplus/conf.c++ @@ -6,7 +6,7 @@ #define restrict #define __restrict #define __restrict__ -#define __weak +// #define __weak #define __builtin_va_arg(a,b) ((b)0) #define __stdcall #define __fastcall |