[PATCH] D48681: [CFG] [analyzer] Add construction contexts for function arguments.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 2 14:16:35 PDT 2018


NoQ added inline comments.


================
Comment at: include/clang/Analysis/ConstructionContext.h:90
     assert(Other);
     return (Trigger == Other->Trigger);
   }
----------------
Uhm. Will fix.


Repository:
  rC Clang

https://reviews.llvm.org/D48681





More information about the cfe-commits mailing list