r4nt
r4nt
If you have patches for libclang fixes, please send them to cfe-commits (and to: me ([email protected])). Otherwise libclang bugs currently have a low chance of getting fixed. Cheers!
Currently nobody (as far as I'm aware of) has time to triage libclang bugs. Thus, they will rarely be picked up. The best way is to provide a patch and...
Thanks for explaining. I was hoping to get full semantic errors. It would make my life significantly easier if I could get them from gocode (running the compiler usually is...
Regarding "a handful of users": I know more than a handful of users who would find this extremely useful ;)
Any progress on this?
Some of these will be super noisy to clean up, given that some large code bases use -funsigned-char (cough cough), and depending on that these warnings will trigger one way...
It is generally impossible to write readable warning free C++ for an arbitrary definition of warning. Usually compilers do not warn on system headers that are included via -isystem. That...
I've got the same problem; given Logi is not handing out API keys any more this would be great to get to work.
Repro: $ for i in $(seq 20000) ; do echo "int f$i() {}"; done > t.cc $ emacs -nw t.cc Go anywhere and start typing a (takes a while before...
Some data from @dgutov > Well, at least for this example I get this ELP output: > json-encode 49 40.373922852 0.8239576092 > json-encode-list 12 30.454752527 2.5378960439 > json-encode-alist 9 30.45463016...