2013:use_the_source

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
2013:use_the_source [2012/12/01 23:46] rogero2013:use_the_source [2016/06/11 14:05] (current) – external edit 127.0.0.1
Line 8: Line 8:
 Using C or C++ source for any user created tool used to be near impossible due to the complexity of the languages, especially for C++. The open source compiler clang <http://clang.llvm.org/> provides access to its internal data structures exposing all details of the source via a library interface. This library provides a basis for various tools like code-completion hints, static analysis, code transformations, etc. This presentation gives an introduction to create your own tool using C++ source.\\ Using C or C++ source for any user created tool used to be near impossible due to the complexity of the languages, especially for C++. The open source compiler clang <http://clang.llvm.org/> provides access to its internal data structures exposing all details of the source via a library interface. This library provides a basis for various tools like code-completion hints, static analysis, code transformations, etc. This presentation gives an introduction to create your own tool using C++ source.\\
 \\ \\
-Note:\\ +Roger: Yes from me (Clang is getting a lot of use for 'meta' tasks) \\ 
-I'm presenting this on 2012-11-26 in London but I think it is an interesting topic suitable for the conference, as well. The presentation at the conference would be updated and extended. +Ewan: I don't know anything about Clang I must admit, but do keep seeing the name. So a Probable YES \\ 
-\\ +Roger: I've had a couple of positive reports of his London talk (I couldn't make it)
-Roger: Yes from me (Clang is getting a lot of use for 'meta' tasks)+
2013/use_the_source.1354405563.txt.gz · Last modified: 2016/06/11 14:05 (external edit)