[PATCH] D34506: Factor out a functionality from `isBeforeInTranslationUnit`
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 27 08:02:15 PDT 2017
xazax.hun added a comment.
I created a new public API that is using a piece of code that was factored out from `isBeforeInTranslationUnit`. Using this new function it is possible to implement proper comparison of source locations within the Static Analyzer. What do you think?
https://reviews.llvm.org/D34506
More information about the cfe-commits
mailing list