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();
---
This revision was automatically updated to reflect the committed changes.
Closed by commit rL348584: [CTU] Add statistics (authored by martong, committed
by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D55133?vs=176655&id=177173#toc
Repository:
a_sidorin accepted this revision.
a_sidorin added a comment.
LGTM with a nit.
Comment at: lib/CrossTU/CrossTranslationUnit.cpp:171
loadExternalAST(LookupFnName, CrossTUDir, IndexName);
- if (!ASTUnitOrError)
+ if (!ASTUnitOrError) {
return ASTUnitOrError.takeError
martong added a comment.
>> Sorry, but I don't understand the meaning of some options. Could you please
>> explain what are NumNoUnit and NumNotInOtherTU and what is the difference
>> between them?
> Your point is absolutely true. They are the same, I think at some point some
> time ago they
martong updated this revision to Diff 176655.
martong marked an inline comment as done.
martong added a comment.
- Remove braces
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55133/new/
https://reviews.llvm.org/D55133
Files:
lib/CrossTU/CrossTranslationUnit.cp
martong added a comment.
> Sorry, but I don't understand the meaning of some options. Could you please
> explain what are NumNoUnit and NumNotInOtherTU and what is the difference
> between them?
Your point is absolutely true. They are the same, I think at some point some
time ago they were dif
martong updated this revision to Diff 176654.
martong added a comment.
- Remove NumNoUnit
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55133/new/
https://reviews.llvm.org/D55133
Files:
lib/CrossTU/CrossTranslationUnit.cpp
Index: lib/CrossTU/CrossTranslation
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
The code LGTM! I am not good at wordsmithing, but if the descriptions of the
statistics are not clear enough, I agree that they should be rephrased.
Repository:
rC Clang
CHANGES SINC
a_sidorin added a comment.
Hi Gabor,
Sorry, but I don't understand the meaning of some options. Could you please
explain what are NumNoUnit and NumNotInOtherTU and what is the difference
between them?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55133/new/
htt
martong created this revision.
martong added reviewers: xazax.hun, a_sidorin.
Herald added subscribers: cfe-commits, gamesh411, Szelethus, dkrupp, rnkovacs.
Repository:
rC Clang
https://reviews.llvm.org/D55133
Files:
lib/CrossTU/CrossTranslationUnit.cpp
Index: lib/CrossTU/CrossTranslationU
10 matches
Mail list logo