NoQ added inline comments.

================
Comment at: clang/unittests/StaticAnalyzer/CallDescriptionTest.cpp:36
 
-    const bool *LookupResult = CDM.lookup(*Call);
+    Optional<bool> LookupResult = CDM.lookup(*Call);
     // Check that we've found the function in the map
----------------
I updated D62441, you might have to rebase >.<


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

https://reviews.llvm.org/D63915



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

Reply via email to