[PATCH] D55133: [CTU] Add statistics

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 7 04:03:43 PST 2018


martong marked 2 inline comments as done.
martong added inline comments.


================
Comment at: lib/CrossTU/CrossTranslationUnit.cpp:171
       loadExternalAST(LookupFnName, CrossTUDir, IndexName);
-  if (!ASTUnitOrError)
+  if (!ASTUnitOrError) {
     return ASTUnitOrError.takeError();
----------------
a_sidorin wrote:
> We can omit braces here.
Ok, thanks, I changed that.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55133





More information about the cfe-commits mailing list