office-gobmx/idlc
Stephan Bergmann f8ecdb7619 Simplify AstExpression::compare
...to only work with LONG values, as it is only used to compare enumerator
values.  (But keep its general defensive-programming air that's so prevalent
across the idlc code base; not sure whether it could rightfully be tightened, or
whether this might be needed in parser's error recovery.)

Change-Id: I15f1700834f9397f3c2e0ffdb00e2abeecb734f9
2016-10-06 16:36:26 +02:00
..
inc Simplify AstExpression::compare 2016-10-06 16:36:26 +02:00
source Simplify AstExpression::compare 2016-10-06 16:36:26 +02:00
test
CustomTarget_parser_test.mk
Executable_idlc.mk
Makefile
Module_idlc.mk
README

Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp

This compiler generates binary RDB fragments that can be assembled
into a RDB (UNO type library) with the "regmerge" tool, as is done
primarily in the offapi and udkapi directories.