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
/
SemaObjCXX
Age
Commit message (
Expand
)
Author
2013-05-06
Grab-bag of bit-field fixes:
John McCall
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-09
When checking for illegal expressions in a default-argument
John McCall
2013-04-08
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-08
<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...
Douglas Gregor
2013-04-08
<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...
Douglas Gregor
2013-03-28
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...
Richard Smith
2013-03-27
Objective-C: Issue more precise warning when user
Fariborz Jahanian
2013-03-19
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-08
Sema: Preserve attributes on parameters in instantiated function templates.
Jordan Rose
2013-03-07
Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...
Douglas Gregor
2013-03-04
Perform non-overload placeholder conversions on the operands
John McCall
2013-02-22
objective-C arc: Diagnostic can not say to use bridge
Fariborz Jahanian
2013-01-17
One can override an Objective-C ARC ownership qualifier that came from
Douglas Gregor
2013-01-17
In Objective-C ARC, completely ignore ownership qualifiers on the
Douglas Gregor
2013-01-09
put back diagnostics when flexible members are captured
Fariborz Jahanian
2013-01-08
Remove lambda from my last patch.
Fariborz Jahanian
2013-01-08
objectiveC blocks: It is impractical to capture
Fariborz Jahanian
2013-01-03
Fix capitalization of Objective-C in diagnostic.
Ted Kremenek
2012-11-29
Fix crash-on-invalid. <rdar://problem/12765391>.
Eli Friedman
2012-11-19
clang/test: Suppress two tests on LLP64 target, Windows x64.
NAKAMURA Takumi
2012-11-14
Accept and pass arguments to __unknown_anytype in argument
John McCall
2012-11-13
Don't try to save the assigned value in a Objective-C property assignment
Eli Friedman
2012-10-24
Add a simple test involving decltype on Objective-C properties and ivars
Douglas Gregor
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-18
Fix Objective-C implicit property synthesis for C++ classes so we use valid
Eli Friedman
2012-10-02
-Wformat: Don't check format strings in uninstantiated templates.
Jordan Rose
2012-09-24
objective-C: remove use of 'ivar' in favor of
Fariborz Jahanian
2012-09-17
objective-C: peroform property attribute consistency
Fariborz Jahanian
2012-09-14
Test removed.
Fariborz Jahanian
2012-09-14
objective-C arc: remove -Warc-abi in its entirety.
Fariborz Jahanian
2012-09-14
In debugger mode, allow comparisons between pointers and integers
Douglas Gregor
2012-09-12
objective-C++ test for my previous patch.
Fariborz Jahanian
2012-09-10
objective-C: Improving diagnostocs for missing call to
Fariborz Jahanian
2012-09-07
objective-C: introduce __attribute((objc_requires_super)) on method
Fariborz Jahanian
2012-09-05
objective-c++11: c++11 does not change pod-ness when
Fariborz Jahanian
2012-08-30
objective-C ARC: under -Wexplicit-ownership-type diagnose those
Fariborz Jahanian
2012-08-23
When disambiguating an expression-statement from a declaraton-statement, if the
Richard Smith
2012-08-16
objective-C++: issue diagnostic when ivar type is
Fariborz Jahanian
2012-08-10
objective-C++: dalyed parsing of ctors with member
Fariborz Jahanian
2012-08-10
objective-C++: delay parsing of ctor with try block
Fariborz Jahanian
2012-08-10
objective-C++: delayed parsing of member function with
Fariborz Jahanian
2012-08-10
objective-C++: Delayed parsing of most common
Fariborz Jahanian
2012-08-07
Objective-C pointer types don't have C-linkage, even though they are
Douglas Gregor
2012-08-01
Fix an assertion failure instantiating a constexpr function from within a -de...
Eli Friedman
2012-07-30
Improvements to vexing-parse warnings. Make the no-parameters case more
Richard Smith
2012-07-27
objective-c arc: When function calls with known CFCreate naming convention
Fariborz Jahanian
2012-07-27
revert r160839 for now.
Fariborz Jahanian
2012-07-26
objc-arc: When objects with known CF semantics are assigned to
Fariborz Jahanian
2012-07-23
When we have an Objective-C object with non-trivial lifetime in a
Douglas Gregor
[next]