2013:use_the_source

Differences

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

Link to this comparison view

Next revision
Previous revision
2013:use_the_source [2012/11/09 13:28] – created jonjagger2013: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:\\ +RogerYes from me (Clang is getting a lot of use for 'meta' tasks) \\ 
-I'm presenting this on 2012-11-26 in London but think it is an interesting topic suitable for the conferenceas well. The presentation at the conference would be updated and extended. +Ewan: don't know anything about Clang must admitbut do keep seeing the nameSo a Probable YES \\ 
-\\ +Roger: I've had a couple of positive reports of his London talk (I couldn't make it)
- +
2013/use_the_source.1352467736.txt.gz · Last modified: 2016/06/11 14:05 (external edit)