Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: ollydbg on January 13, 2011, 04:14:32 am

Title: clang and libclang showcase!
Post by: ollydbg on January 13, 2011, 04:14:32 am
I just found the video of showing the libclang and autocompletion.

see:
http://llvm.org/devmtg/2010-11/

and especially this section:
Quote
   libclang: Thinking Beyond the Compiler
        Doug Gregor, Apple Inc.

Also, some related stuff about code completion for vim:
https://github.com/Silex/clang_complete

there are some discussion to directly link to libclang instead of using clang.exe command line.

 :D :D :D
Title: Re: clang and libclang showcase!
Post by: JGM on January 13, 2011, 11:24:23 pm
whoa really cool, no need to compile the code to know where are the syntax errors, warnings and everything else :D