Thanks for sharing the insights and your experience with me, It will be
very helpful to me to get started with minimal knowledge of clang AST :)
Thank you very much, David
PreeJackie
On Thu, 9 Aug 2018 at 23:50, David Blaikie wrote:
> If you're looking to contribute to Clang & have a particular
Hi :)
I am trying to compile simple project consisting of an executable "app" and
static library "bar".
Note that I'm enabling thinLTO for both "app" and "bar".
// bar.h//
#ifndef BAR
#
I'm not sure I can offer much direct help, but I think it may help if you
explain more precisely what it is you're struggling with?
- Do you (not) understand the overall concept of how (modern) compilers
work?
- Do you have some experience in working with tree-data structures in
general? And specif
If you're looking to contribute to Clang & have a particular interest in
the AST, etc - the way I started was to look at simple/small bugs in
diagnostics - either false positives (a diagnostic (often a warning)
produced when it shouldn't be (wehn it doesn't tell the user something
actionable/buggy)