Go to file
Devang Patel e65982c8c8 Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user experience.
21 int main() {
22  A a;

For example, here user would expect to stop at line 22, even if A's constructor leads to a call through CXXDefaultArgExpr.

This fixes ostream-defined.exp regression from gdb testsuite.

llvm-svn: 127164
2011-03-07 18:29:53 +00:00
clang Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user experience. 2011-03-07 18:29:53 +00:00
compiler-rt <rdar://problem/9091300> update Apple packaging of compiler-rt 2011-03-05 02:15:16 +00:00
debuginfo-tests test case for r125249. 2011-02-10 00:41:14 +00:00
libcxx http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time. 2011-03-03 01:59:23 +00:00
lldb Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() 2011-03-05 01:20:11 +00:00
llvm Use the correct LHS type when determining the legalization of a shift's RHS type. 2011-03-07 18:29:47 +00:00