[PATCH] CodeGen: Implement the hint value for dyn_cast as described in the Itanium C++ ABI.

Dmitri Gribenko gribozavr at gmail.com
Sat Feb 2 08:07:49 PST 2013



================
Comment at: test/CodeGenCXX/dynamic-cast-hint.cpp:1-2
@@ +1,3 @@
+class A { virtual ~A() {} };
+// RUN: %clang_cc1 -triple x86_64-apple-darwin12 -emit-llvm -o - %s | FileCheck %s
+
----------------
These two lines are in funny order.


http://llvm-reviews.chandlerc.com/D364



More information about the cfe-commits mailing list