<div dir="ltr"><div><div><div>Hi,<br></div><div><br>We're moving from using Clang 3.2 to 3.3. We have developed several checkers, built on the Static Analyzer, and many of them use the libASTMatcher library.<br><br></div>

In Clang 3.2, this worked perfectly. The checker had a checkEndOfTranslationUnit callback, which gave us the TranslationUnitDecl to run the matchers on.<br>However, in Clang 3.3, this no longer seems to work - the matchers never yield a single result, regardless of what matcher we try it with.<br>

<br></div>Any idea what could be issue?<br><br></div>Thanks!<br><br>Gabor<br></div>