User Tools

Site Tools


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/02 20:01] emilne2013:use_the_source [2016/06/11 14:05] (current) – external edit 127.0.0.1
Line 7: Line 7:
 **Description**:  **Description**: 
 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:\\ 
-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. 
 \\ \\
 Roger: Yes from me (Clang is getting a lot of use for 'meta' tasks) \\ Roger: Yes from me (Clang is getting a lot of use for 'meta' tasks) \\
-[Ewan: I don't know anything about Clang I must admit, but do keep seeing the name. So a Probable YES\\ +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)
2013/use_the_source.1354478492.txt.gz · Last modified: 2016/06/11 14:05 (external edit)