reflective-rapidjson/generator
Martchus 7db20f5ad5 List all required LLVM/Clang libraries explicitely
Those libraries are direct dependencies and must be listed
explicitely when linking dynamically because transitive
dependencies of clangTooling are not pulled automatically
by CMake in this case.

This is required to use LLVM 6 which has switched to dynamic
libraries (at least under Arch Linux).
2018-03-14 18:33:15 +01:00
..
testfiles Allow exporting generated functions and don't inline by default 2017-11-11 22:53:40 +01:00
tests Test with size_t (defined in Clang's builtin headers) 2018-02-03 16:14:20 +01:00
CMakeLists.txt List all required LLVM/Clang libraries explicitely 2018-03-14 18:33:15 +01:00
LICENSE Rename moc -> generator 2017-10-25 17:41:19 +02:00
clangversionabstraction.cpp Rename moc -> generator 2017-10-25 17:41:19 +02:00
clangversionabstraction.h Rename moc -> generator 2017-10-25 17:41:19 +02:00
codefactory.cpp Do not turn errors into warnings by default 2018-02-03 15:47:25 +01:00
codefactory.h Do not turn errors into warnings by default 2018-02-03 15:47:25 +01:00
codegenerator.cpp Use mutable instead of const_cast 2018-02-03 16:09:31 +01:00
codegenerator.h Use mutable instead of const_cast 2018-02-03 16:09:31 +01:00
consumer.cpp Do not turn errors into warnings by default 2018-02-03 15:47:25 +01:00
consumer.h Do not turn errors into warnings by default 2018-02-03 15:47:25 +01:00
frontendaction.cpp fixup! Do not turn errors into warnings by default 2018-02-03 16:10:01 +01:00
frontendaction.h Rename moc -> generator 2017-10-25 17:41:19 +02:00
jsonserializationcodegenerator.cpp Skip deserializing const member variables 2017-12-31 00:48:51 +01:00
jsonserializationcodegenerator.h Use hash map to find specified code generator 2018-02-02 18:21:04 +01:00
main.cpp Do not turn errors into warnings by default 2018-02-03 15:47:25 +01:00
visitor.cpp Rename moc -> generator 2017-10-25 17:41:19 +02:00
visitor.h Rename moc -> generator 2017-10-25 17:41:19 +02:00