[PATCH] D51183: [clang-query] Continue if compilation command not found for some files

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 18:14:13 PST 2018


dblaikie added inline comments.


================
Comment at: clang-tools-extra/trunk/clang-query/tool/ClangQuery.cpp:108
     return 1;
+  } else if (Status == 2) {
+    ASTStatus |= 1;
----------------
skip 'else after return' ( https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return )


Repository:
  rL LLVM

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

https://reviews.llvm.org/D51183





More information about the llvm-commits mailing list