[cfe-commits] r98129 - /cfe/trunk/test/SemaCXX/PR6474.cpp

Rafael Espíndola rafael.espindola at gmail.com
Tue Mar 9 20:09:58 PST 2010


> Right, but introducing the necessary changes in Sema also required changes in CodeGen — which your test doesn't exercise at all.
>
>> What is the canonical way of adding such tests?
>
> Make a test in CodeGenCXX with a run line like
>  RUN: %clang_cc1 -triple <something> -emit-llvm -o - %s | FileCheck %s
> and then check for the existence (or non-existence, although that's trickier) of lines in the output you consider interesting.

The necessary changes in codegen are there to avoid an assertion
failure. OK if I just move the test to CodeGenCXX and remove the
-fsyntax-only?

> John.

Cheers,
Rafael




More information about the cfe-commits mailing list