summaryrefslogtreecommitdiff
path: root/source4/pidl/expr.yp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21222: Merge a couple of pidl fixes:Jelmer Vernooij1-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)
2007-10-10r20625: Fix couple of warnings.Jelmer Vernooij1-1/+5
(This used to be commit 203076129b967ccc6258e807280dc1b75583a064)
2007-10-10r20567: Print proper errors with filename and line numbers in ParseExpr()Jelmer Vernooij1-5/+13
(This used to be commit f5dc1b47ecf18068a47f8f68016463ef4a55dc03)
2007-10-10r20561: Add parser for subexpressions used in IDL attributes.Jelmer Vernooij1-0/+116
(This used to be commit 7e7fdb01d3fba449f33b7b67ba0e3a0089dd3902)