ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Tooling/Transformer/SourceCode.cpp:90-92
+      Loc = Expansion.getExpansionLocStart();
+      if (Loc.isFileID())
+        return true;
----------------
can you comment on the logic here? Why isn't this just "return true", since 
it's in a macro but not a part of a macro arg, I'd think it must be part of a 
macro definition.


================
Comment at: clang/lib/Tooling/Transformer/SourceCode.cpp:111-113
+    if (EditRange.isTokenRange()) {
+      E = Lexer::getLocForEndOfToken(E, 0, SM, LangOpts);
+    }
----------------
LLVM style doesn't use braces for single-line ifs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139676/new/

https://reviews.llvm.org/D139676

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to