kosarev added inline comments.

================
Comment at: test/CodeGen/tbaa-reference.cpp:1
 // RUN: %clang_cc1 -triple x86_64-linux -O1 -disable-llvm-passes %s -emit-llvm 
-o - | FileCheck %s
 //
----------------
Changes for this test look somewhat complicated, so here's a short summary:
* We now test loading of reference parameter in B::B() and the constructor 
itself got an out-of-line definition, so we don't need the foo() function 
anymore. B::bar() is removed for the same reason.
* Added method B::get() to check that we load member references properly.


Repository:
  rL LLVM

https://reviews.llvm.org/D39177



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to