[PATCH] D12411: [PATCH] Expose AST language options to checkers
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 27 14:17:02 PDT 2015
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
Looks good .Thanks for fixing this!
BTW, there are other checks that use LangOpts in the check() method. IIRC, misc-use-override, google-readabiity-casting and maybe something else. We need to fix those as well.
http://reviews.llvm.org/D12411
More information about the cfe-commits
mailing list