================ Comment at: cpp11-migrate/UseNullptr/NullptrActions.cpp:61 @@ +60,3 @@ + if (StartLoc.isMacroID()) + StartLoc = SM.getFileLoc(StartLoc); + if (EndLoc.isMacroID()) ---------------- Why don't we want to unconditionally do that? http://llvm-reviews.chandlerc.com/D415