On Wed, Jul 16, 2014 at 4:35 PM, Aaron Ballman <[email protected]> wrote:
> On Wed, Jul 16, 2014 at 7:25 PM, David Blaikie <[email protected]> wrote:
>> Author: dblaikie
>> Date: Wed Jul 16 18:25:37 2014
>> New Revision: 213210
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=213210&view=rev
>> Log:
>> Stuff
>
> I have a strong preference for "Things" here. ;-)

;) (reverted in r213210)

I usually find "things" to be secondary to "stuff".

- Dave

>
> ~Aaron
>
>>
>> Modified:
>>     cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp
>>
>> Modified: cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp
>> URL: 
>> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp?rev=213210&r1=213209&r2=213210&view=diff
>> ==============================================================================
>> --- cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp (original)
>> +++ cfe/trunk/test/CodeGenCXX/debug-info-class-limited.cpp Wed Jul 16 
>> 18:25:37 2014
>> @@ -1,4 +1,5 @@
>> -// RUN: %clang -emit-llvm -fno-standalone-debug -g -S %s -o - | FileCheck %s
>> +// RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - %s | FileCheck 
>> %s
>> +// RUN: %clang_cc1 -emit-llvm -fno-standalone-debug -g -o - -load 
>> %llvmshlibdir/PrintFunctionNames%pluginext %s 2>&1 | FileCheck %s
>>
>>  namespace PR16214_1 {
>>  // CHECK-DAG: [ DW_TAG_structure_type ] [foo] [line [[@LINE+1]], {{.*}} 
>> [def]
>>
>>
>> _______________________________________________
>> cfe-commits mailing list
>> [email protected]
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to