[PATCH] Fix doxygen warnings

Ariel Bernal ariel.j.bernal at intel.com
Mon Jul 22 10:01:16 PDT 2013



================
Comment at: cpp11-migrate/Core/FileOverrides.cpp:36
@@ -36,1 +35,3 @@
+void
+SourceOverrides::applyReplacements(clang::tooling::Replacements &Replaces) {
   llvm::IntrusiveRefCntPtr<clang::DiagnosticOptions> DiagOpts(
----------------
Edwin Vane wrote:
> using namespace clang::tooling is in effect. Why not just remove tooling::? Does this fix Doxygen too?
The problem is that the method definition in FileOverrides.h doesn't match the type and doxygen can't find this declaration.


http://llvm-reviews.chandlerc.com/D1194



More information about the cfe-commits mailing list