summaryrefslogtreecommitdiffstats
path: root/source4/pidl/expr.yp
Commit message (Collapse)AuthorAgeFilesLines
* r21222: Merge a couple of pidl fixes:Jelmer Vernooij2007-10-101-6/+28
| | | | | | | | | * Pidl will now warn when trying to use pointers as integers in expressions. * "subcontext()" is now marked as deprecated. The alternatives, transmit_as() / represent_as() should be available soon. * More tests. * Remove some unused code in smbtorture. (This used to be commit 37c0da541e3962164d5af3e3c9560803a733f3b7)
* r20625: Fix couple of warnings.Jelmer Vernooij2007-10-101-1/+5
| | | | (This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
* r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij2007-10-101-5/+13
| | | | (This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
* r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij2007-10-101-0/+116
(This used to be commit 7e7fdb01d3fba449f33b7b67ba0e3a0089dd3902)