[llvm-branch-commits] [cfe-branch] r105057 - /cfe/branches/Apple/whitney-IB/clang-merge-list.txt

Daniel Dunbar daniel at zuster.org
Fri May 28 16:09:57 PDT 2010


Author: ddunbar
Date: Fri May 28 18:09:57 2010
New Revision: 105057

URL: http://llvm.org/viewvc/llvm-project?rev=105057&view=rev
Log:
Add Clang merge list.

Added:
    cfe/branches/Apple/whitney-IB/clang-merge-list.txt

Added: cfe/branches/Apple/whitney-IB/clang-merge-list.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney-IB/clang-merge-list.txt?rev=105057&view=auto
==============================================================================
--- cfe/branches/Apple/whitney-IB/clang-merge-list.txt (added)
+++ cfe/branches/Apple/whitney-IB/clang-merge-list.txt Fri May 28 18:09:57 2010
@@ -0,0 +1,115 @@
+# Darwin/ARM seems to support mac68k align as well.
+104828
+
+# Fixed missing initialization of member. Should we enable unused argument warning?.
+104829
+
+# When we've parsed a nested-name-specifier in a member access expression,
+# "forget" about the object type; only the nested-name-specifier matters for name
+# lookup purposes. Fixes PR7239.
+104834
+
+# <rdar://problem/8027844> Clang does not compile for..in in Objective-C++ source correctly
+104837
+
+# Additional empty class layout tests.
+104838
+104839
+
+# Fix 80-column.
+104847
+
+# Remove clang_isFromMainFile().
+104849
+
+# MemoryBuffer::getSTDIN may return a null pointer if an error occurs.
+104856
+
+# More work on the empty subobject map. This code is not yet used.
+104861
+
+# Silence warning about "enumeral and non-enumeral type in conditional expression".
+104863
+
+# When null-initializing bases with data member pointers, don't assert on
+# virtual bases. Just initialize them to null.
+104868
+
+# When handling raw_ostream errors manually, use clear_error() so that
+# raw_ostream doesn't try to do its own error handling.
+104880
+
+# Add a comment to mention the memory ownership situation.
+104886
+
+# Tweak the fix-it for a copy constructor declared to take its argument
+# by-value. We now only prepend a space if it is needed.
+104889
+
+# Implement a code-completion hook for the receiver of an Objective-C
+# message. This completion gives better results than just using the "expression"
+# completion, which is effectively what happened before.
+104895
+
+# Fix typo.
+104898
+
+# Make -code-completion-patterns only cover multi-line code completions. Plus,
+# tweak a few completion patterns to better reflect the language grammar.
+104905
+
+# Do not produce types as valid code completions when we're in an expression
+# context in C/Objective-C, or when we're in an
+# @interface/@implementation/@protocol in Objective-C(++).
+104908
+
+# Don't put method bodies into code completions unless code patterns are turned on.
+104909
+
+# PR7230.
+104917
+
+# Frontend: Sprinkle in some C++ header paths for ARM/Darwin. Also, don't add
+# x86 paths on non-x86.
+104921
+
+# When we complain about a member being inaccessible due to a constraint along
+# an access path, add another note pointing at the member we actually found.
+104937
+
+# Optimize and complete associated-class-and-namespace collection from a type.
+104938
+
+# Test case for r104938.
+104939
+
+# Don't just skip over the entire tag definition if the parser action didn't
+# give us a decl back.  Makes -cc1 -parse-noop handle a substantially larger
+# amount of the C++ grammar.
+104940
+
+# PR7243.
+104942
+
+# <rdar://problem/8037512> Crash in objc exception rethrow
+104964
+
+# PR6762.
+104991
+
+# <rdar://problem/8020384> [gcc testsuite] [clang-32 regression] miscompile of unicode pascal strings
+104996
+
+# Update "users manual", PR2461 has been fixed.
+104997
+ personality function name when using SjLj exceptions.
+104999
+
+# <rdar://problem/8040273> [driver] clang is invoking -cc1as with wrong option
+104955
+
+# <rdar://problem/8033209> support #pragma options align=power
+104864
+104865
+104998
+105000





More information about the llvm-branch-commits mailing list