source: tests/errors/.expect/signature.txt @ db19e1d

Last change on this file since db19e1d was db19e1d, checked in by Andrew Beach <ajbeach@…>, 8 days ago

Changed the interpritation of () to be no parameters instead of any parameters. This had a lot of little changes because of this and some nearby clean-up. This includes some changes, including changing some generated functions to be fixed-args instead of variable-args, stripping out the place holder void parameter earlier, but it still shows up earlier in some cases that examine the parser directly. Also had to update the function generation tools. Have only tested with one --arch. Hopefully this all works out.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1errors/signature.cfa:2:1 error: Constructors, destructors, and assignment functions require at least one parameter.
2errors/signature.cfa:3:1 error: Constructors, destructors, and assignment functions require at least one parameter.
3errors/signature.cfa:4:1 error: Constructors, destructors, and assignment functions require at least one parameter.
4errors/signature.cfa:5:1 error: Constructors, destructors, and assignment functions require at least one parameter.
5errors/signature.cfa:6:1 error: Constructors, destructors, and assignment functions require at least one parameter.
6errors/signature.cfa:7:1 error: Constructors, destructors, and assignment functions require at least one parameter.
7errors/signature.cfa:10:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
8errors/signature.cfa:11:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
9errors/signature.cfa:12:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
10errors/signature.cfa:13:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
11errors/signature.cfa:14:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
12errors/signature.cfa:15:1 error: First parameter of a constructor, destructor, or assignment function must be a reference.
Note: See TracBrowser for help on using the repository browser.