clang-faces icon indicating copy to clipboard operation
clang-faces copied to clipboard

Syntax Highlighting based on LibClang Tokens for Emacs

Results 2 clang-faces issues
Sort by recently updated
recently updated
newest added

``` -> % make Scanning dependencies of target sniper [ 25%] Building CXX object CMakeFiles/sniper.dir/sniper.cpp.o /Users/netsu/Downloads/clang-faces-master/sniper.cpp:78:16: error: cast from pointer to smaller type 'int' loses information auto space = reinterpret_cast(...

Some people who use rtags would like to use it to fontify their buffers. I gave a really quick stab at it, but then I found clang-faces. To be honest,...