reflective-rapidjson/generator
Martchus 54d4a15d4f Set Clang's resource dir and platform triple correctly
* The option `-resource-dir` must be specified to
  point to Clang's resource directory containing built-in
  header files. Then the massive warnings are gone.
* Setting the platform triple seems to be the right way
  for cross-compilation. Note that the stdlib.h still needs
  to be worked around.
2018-02-03 15:44:10 +01:00
..
testfiles Allow exporting generated functions and don't inline by default 2017-11-11 22:53:40 +01:00
tests Set Clang's resource dir and platform triple correctly 2018-02-03 15:44:10 +01:00
CMakeLists.txt Set Clang's resource dir and platform triple correctly 2018-02-03 15:44:10 +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 Clean the CLI flags passed to clang by default 2018-02-03 15:37:30 +01:00
codefactory.h Use hash map to find specified code generator 2018-02-02 18:21:04 +01:00
codegenerator.cpp Prevent code generator for records which are only included 2017-12-24 02:02:40 +01:00
codegenerator.h Prevent code generator for records which are only included 2017-12-24 02:02:40 +01:00
consumer.cpp Fix unused variable 2018-01-20 20:43:29 +01:00
consumer.h Don't call generator when declarations already deleted 2017-10-27 17:45:23 +02:00
frontendaction.cpp Do not adjust the config in AST consumer 2018-02-03 15:36:53 +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 Use hash map to find specified code generator 2018-02-02 18:21:04 +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