index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjC
Age
Commit message (
Expand
)
Author
2013-05-03
Revert r177218.
Argyrios Kyrtzidis
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-01
Point diagnostics that complain about a use of a selector in an objc message,...
Argyrios Kyrtzidis
2013-04-30
Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers
Fariborz Jahanian
2013-04-27
Fix an assertion hit in Sema::CheckObjCMethodOverrides.
Argyrios Kyrtzidis
2013-04-25
Objective-C: This is a small modification to my
Fariborz Jahanian
2013-04-24
Objective-C arc: Improve disgnostics when 'weak'
Fariborz Jahanian
2013-04-24
Objective-C: When reporting on missing property accessor implementation in
Fariborz Jahanian
2013-04-24
Add test case for -Wdeprecated-objc-pointer-introspection, and
Ted Kremenek
2013-04-22
Rename this test to make it more general for including more tests.
Ted Kremenek
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Use the extra info in global method pool to speed up looking for ObjC overrid...
Argyrios Kyrtzidis
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-10
Handle "typeof" in Objective-C format string checking. This previously crashed.
Ted Kremenek
2013-04-09
Objective-C: This patch fixes a none-issuance of warning
Fariborz Jahanian
2013-04-08
Add test case calling a deprecated method from a subclass that reimplements t...
Ted Kremenek
2013-04-06
Rework how ObjC method inherit deprecated/availability.
Ted Kremenek
2013-04-04
Objective-C: Issue deprecated warning when using a
Fariborz Jahanian
2013-04-04
Add test case to show that 'availability' and 'deprecated' do *not* inherit w...
Ted Kremenek
2013-04-04
Revert r177948. We decided that we do not want ObjC property redeclarations ...
Ted Kremenek
2013-04-02
Objective-C arc [qui]. Don't issue the bridge cast
Fariborz Jahanian
2013-03-28
Objective-C: Produce precise diagnostic when
Fariborz Jahanian
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-27
Split "incomplete implementation" warnings for ObjC into separate warnings.
Ted Kremenek
2013-03-25
Objective-C: Property declaration overiding one in
Fariborz Jahanian
2013-03-25
<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...
Douglas Gregor
2013-03-21
Objective-C: Tighten the rules when warning
Fariborz Jahanian
2013-03-21
Further weaken block conversion rules to permit blocks with
John McCall
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-16
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-14
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-12
Objective-C: In my last path, also check
Fariborz Jahanian
2013-03-12
Objective-C: Issue warning in couple of obscure cases
Fariborz Jahanian
2013-03-12
Modify comment in user test.
Fariborz Jahanian
2013-03-11
Objective-C: When using super.prop, property should be
Fariborz Jahanian
2013-03-09
Adjust the special non-C++ enum block return type inference
John McCall
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-06
objective-C: don't crash after diagnosing
Fariborz Jahanian
2013-03-01
Perform the receiver-expression transformations regardless of
John McCall
2013-03-01
Attempt to not place ownership qualifiers on the result type
John McCall
2013-02-28
Fix warning text of my last patch.
Fariborz Jahanian
2013-02-28
objective-C: clang, following gcc, warns on
Fariborz Jahanian
2013-02-22
In LookupResult::resolveKind(), when handling multiple found declarations, ig...
Argyrios Kyrtzidis
2013-02-18
Test for my last patch. // rdar://13178483
Fariborz Jahanian
2013-02-15
Fix crash-on-invalid where a ParenListExpr shows up as a message receiver
Argyrios Kyrtzidis
2013-02-15
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-14
objective-C: When implementing custom accessor method for
Fariborz Jahanian
[next]