grandinj added inline comments.

================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h:313
 
-  Loc makeNull() {
-    return loc::ConcreteInt(BasicVals.getZeroWithPtrWidth());
+  // Pass type to accomodate for different pointer bit-witdths of different
+  // address spaces.
----------------
spelling and grammar and doxygen formatting:

/// \param type accommodate different pointer bit-widths of different address 
spaces.


Repository:
  rL LLVM

https://reviews.llvm.org/D31029



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

Reply via email to