[PATCH] D11168: Avoid passing objects with __declspec(align) members by value (PR24113) - clang part
Reid Kleckner
rnk at google.com
Tue Jul 14 09:23:17 PDT 2015
rnk added inline comments.
================
Comment at: lib/ASTMatchers/ASTMatchersInternal.cpp:23
@@ -22,3 +22,3 @@
-bool NotUnaryOperator(const ast_type_traits::DynTypedNode DynNode,
ASTMatchFinder *Finder, BoundNodesTreeBuilder *Builder,
----------------
The lack of & here and below was probably a bug. :)
http://reviews.llvm.org/D11168
More information about the cfe-commits
mailing list