[PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8

John McCall via cfe-commits cfe-commits at lists.llvm.org
Wed May 25 16:36:47 PDT 2016


rjmccall added a comment.

One minor improvement to the API and LGTM.


================
Comment at: include/clang/AST/Type.h:1084
@@ +1083,3 @@
+  /// Remove all qualifiers including _Atomic.
+  QualType getAtomicUnqualifiedType(const ASTContext &ctx) const;
+
----------------
This doesn't need an ASTContext.


http://reviews.llvm.org/D20407





More information about the cfe-commits mailing list