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

================
Comment at: clang/lib/AST/ASTImporter.cpp:3859
                               ToTypeSourceInfo, D->getStorageClass(),
                               /*DefaultArg*/ nullptr))
     return ToParm;
----------------
shafik wrote:
> This should be `DefaultArg` now?
I am not sure if it is always correct, specially in the 
`hasUninstantiatedDefaultArg` case. (The constructor calls `setDefaultArg` 
only, probably this was the reason to set the default arg afterwards in 
different ways that is not doable with the constructor.)


================
Comment at: clang/test/Analysis/Inputs/ctu-other.cpp:144
+
+int testDefParmIncompleteImport(int I) {
+  return fDefParm(I);
----------------
martong wrote:
> `testImportOfIncompleteDefaultParm` ?
The reason for this name was that the import is incomplete, not the the default 
parameter. (Exactly, before the fix, the import results in a `ParmVarDecl` that 
is for temporary time interval incomplete when the default expression is 
missing.) In this way `testIncompleteImportOfDefaultParm` can be better, or 
`testImportWithIncompleteDefaultParm`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65577



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

Reply via email to