This will present the different tools LLVM/Clang provides for C++ development.
For a very long time, the C++ developer's toolbox has been rather empty. The LLVM project has started to shift things: beside providing Clang, a C/C++/ObjC compiler, it also comes with several handy tools for developers: code completion, diagnostics (and fix-it), reformating, sanitizers, ... This presentation will give an overview of those tools and how to use them in a working environment.
Speakers: Arnaud A. de Grandmaison