metareflect icon indicating copy to clipboard operation
metareflect copied to clipboard

Metareflect is a lightweight reflection system for C++, based on LLVM and Clangs libtooling.

Results 6 metareflect issues
Sort by recently updated
recently updated
newest added

reflectedclass.cpp:164:15: error: no member named 'equals_lower' in 'llvm::StringRef' if (s.equals_lower("serialized")) { ~ ^ /Volumes/Pahethon-George/llvm-project2/llvm-project/clang-tools-extra/metareflect/tooling/reflectedclass.cpp:167:22: error: no member named 'startswith_lower' in 'llvm::StringRef' } else if (s.startswith_lower("width")) { ~ ^ /Volumes/Pahethon-George/llvm-project2/llvm-project/clang-tools-extra/metareflect/tooling/reflectedclass.cpp:175:22: error:...

I've been messing around with this tool, as part of some personal research into clang and llvm. I think the reflection possibilities are really interesting and I like how it...

First of all, I've never used CMake, Clangs libtooling or LLVM, so this error might be an obvious one. I went through the LLVM_SETUP, following all the steps, even adding...

I cannot quite get it to work: I compiled it with clang8.0.0 (head), it works with some minor CMakeList Adjustments (will send a PR...) ```zsh $BD/bin/metareflect test.hxx ``` Output: ```...

I think you mean `metareflect/tooling` to add to the `CMakeList.txt` under `llvm-project/clang-tools-extra` in the mono-repo version or in `llvm/clang/tools/extra` in the svn version... ? Best Regard and Great Talk at...

Is clang's bug or i set something wrong? Thanks.