baloghadamsoftware added inline comments.

================
Comment at: include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h:282
 
+  static inline bool isCompoundType(QualType T) {
+    return T->isArrayType() || T->isRecordType() ||
----------------
Could you please move this function into a separate patch? If I am right, 
D27202 depends only on this function which could be accepted earlier than this 
whole patch.


https://reviews.llvm.org/D26837



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

Reply via email to