office-gobmx/idlc
Catalin Iacob 7de8936d08 WaE: Clang empty forloop body
Clang says:
stripped_scanner.ll:198:46: error: for loop has empty body [-Werror,-Wempty-body]
stripped_scanner.ll:198:46: note: put the semicolon on a separate line to silence this warning [-Wempty-body]
2012-04-23 14:16:33 +02:00
..
inc/idlc
prj
source WaE: Clang empty forloop body 2012-04-23 14:16:33 +02:00
test
CustomTarget_scanner.mk
Executable_idlc.mk YaccTarget and headers cleaning 2012-04-16 13:56:29 +02:00
Executable_idlcpp.mk
Makefile
Module_idlc.mk
README

Contains the UNO IDL compiler, idlc, and preprocessor, idlcpp

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.