[cfe-dev] Building CFG piece by piece
Anna Zaks
ganna at apple.com
Thu Aug 22 11:35:32 PDT 2013
Vadim,
Please, provide more information on what you are trying to do.
AnalysisManager is a part of clang static analyzer. What do you mean by Indexer component of AnalysisManager?
If you are not using the static analyzer functionality, you don't need AnalysisManager. AnalysisDeclContext has a getter for CFG, this is how AnalysisManager gets it. The static analyzer is not the only user of CFG.
Anna.
On Aug 22, 2013, at 7:07 AM, Vadium <vabrva at gmail.com> wrote:
> Hello,
>
> Can somebody give me a hint on AnalysisManager component Indexer?
>
> I used checker to build CFG for my needs but now I am trying to build CFG as
> a part of the tool. And here it was told that building it through
> AnalysisManager is a good idea, so I found this
> <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-December/012535.html> and
> quite confused as doxygen tell about clang::idx::Indexer while in clang's
> code(AnalysisConsumer.cpp) it uses CheckerManager when initializing
> AnalysisManager.
>
> Thank you in advance,
> Vadim Brodskiy
>
>
>
> -----
> Since speech has been invented, people still can't understand each other.
> --
> View this message in context: http://clang-developers.42468.n3.nabble.com/Building-CFG-piece-by-piece-tp4034028.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list