News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

clang and libclang showcase!

Started by ollydbg, January 13, 2011, 04:14:32 AM

Previous topic - Next topic

ollydbg

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
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

JGM

whoa really cool, no need to compile the code to know where are the syntax errors, warnings and everything else :D