index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaObjCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only parse C++0x attribute specifiers in declarators when in C++0x
Douglas Gregor
2010-02-19
1
-0
/
+12
*
Implement C++ name lookup for instance variables of Objective-C classes
Douglas Gregor
2010-02-19
1
-1
/
+18
*
Make Sema::ActOnClassMessage robust when name lookup for the receiver
Douglas Gregor
2010-02-19
1
-0
/
+12
*
Patch to allow reinterpret_cast on objective-c pointers.
Fariborz Jahanian
2010-02-03
1
-0
/
+23
*
Also allow cast of block pointer type to
Fariborz Jahanian
2010-01-21
1
-0
/
+19
*
In objective-c++ land, a block pointer is another object pointer.
Fariborz Jahanian
2010-01-20
1
-0
/
+23
*
Allow conversion of pointer to an objective-c pointer to
Fariborz Jahanian
2010-01-18
1
-0
/
+21
*
Switch initialization of parameters in a call over to
Douglas Gregor
2009-12-22
1
-2
/
+2
*
Allow comparison of 'void *' with function pointer
Fariborz Jahanian
2009-12-21
1
-0
/
+9
*
Initialization improvements: addition of string initialization and a few
Eli Friedman
2009-12-19
1
-2
/
+2
*
Allow pointer convesion of an objective-c pointer to
Fariborz Jahanian
2009-12-16
1
-0
/
+26
*
Diagnose property of reference type as unsupported
Fariborz Jahanian
2009-12-16
1
-6
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
14
-14
/
+14
*
Make tests use the new clang -cc1 flag.
Fariborz Jahanian
2009-12-14
14
-14
/
+14
*
Patch to allow C-style cast from 'void *' to block pointer type.
Fariborz Jahanian
2009-12-11
1
-0
/
+6
*
Consider conversion of objective-c pointer to 'bool' a
Fariborz Jahanian
2009-12-11
1
-0
/
+12
*
Give the "cannot pass object of non-POD type 'class C' through variadic const...
Chris Lattner
2009-12-11
1
-1
/
+1
*
Patch to fix a crash trying to access a category name in
Fariborz Jahanian
2009-12-11
1
-0
/
+10
*
No need to add -x objecitve-c++
Fariborz Jahanian
2009-12-10
1
-1
/
+1
*
Add support for finding composite type of twp objective-c pointers
Fariborz Jahanian
2009-12-10
1
-0
/
+67
*
More detailed analysis of typecast to an objective-c pointer
Fariborz Jahanian
2009-12-08
1
-2
/
+22
*
Patch to allow matching 0 with an objective-c pointer type
Fariborz Jahanian
2009-12-08
1
-0
/
+18
*
Patch to allow cstyle cast of objective-c pointers in objective-c++
Fariborz Jahanian
2009-12-08
1
-0
/
+20
*
Switch XFAIL format to match LLVM.
Daniel Dunbar
2009-11-03
2
-2
/
+2
*
this test crashes, disable it harder.
Chris Lattner
2009-07-28
1
-1
/
+3
*
Prep for new warning.
Mike Stump
2009-07-22
1
-0
/
+1
*
Remove excessive use of Carbon.h / Cocoa.h in clang tests.
Daniel Dunbar
2009-07-11
1
-4
/
+0
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-0
/
+1
*
Add an XFAIL test to demonstrate references in Obj-C++, this currently crashes.
Daniel Dunbar
2009-06-05
1
-0
/
+27
*
Use "()" instead of "(void)" when pretty-printing a parameter-less function t...
Argyrios Kyrtzidis
2009-06-03
1
-2
/
+2
*
Improve handling of (X86) target features.
Daniel Dunbar
2009-05-06
1
-1
/
+1
*
Check for method type conflict between declaration in
Fariborz Jahanian
2009-05-01
1
-1
/
+1
*
Pull clang-cc code for generating PTH files based on the input type.
Daniel Dunbar
2009-04-01
1
-3
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
9
-10
/
+11
*
When inside an Objective-C++ method, name lookup should look into the
Douglas Gregor
2009-02-16
1
-0
/
+20
*
id<Foo> is a POD type.
Anders Carlsson
2009-02-09
1
-0
/
+11
*
Add a test case for some Objective-C behavior that will not be supported in O...
Douglas Gregor
2009-02-07
1
-0
/
+11
*
Improvements and fixes for name lookup with using directives, from Piotr Rak!
Douglas Gregor
2009-02-05
1
-0
/
+50
*
Initial implementation of argument dependent lookup (a.k.a. ADL,
Douglas Gregor
2009-02-04
1
-4
/
+4
*
Use a single function for doing vararg argument promotion. Also, make sure to...
Anders Carlsson
2009-01-16
1
-0
/
+3
*
Warn when someone tries to pass a variable with a non-POD type to a varargs f...
Anders Carlsson
2009-01-13
1
-0
/
+18
*
Re-enable PTH testing for Cocoa.h and Carbon.h (and include testing for Objec...
Ted Kremenek
2009-01-09
1
-2
/
+2
*
Allow Objective-C entities to be declared within a transparent context
Douglas Gregor
2009-01-06
1
-0
/
+4
*
Add some block-pointer conversions in C++
Douglas Gregor
2008-12-23
1
-0
/
+26
*
Support conversion from a null pointer constant o any Objective-C object poin...
Douglas Gregor
2008-12-22
1
-0
/
+3
*
Add a missing @end. Why didn't this get diagnosed?
Douglas Gregor
2008-12-19
1
-0
/
+1
*
Support more implicit conversions for Objective-C types. Addresses <rdar://pr...
Douglas Gregor
2008-12-19
1
-1
/
+16
*
Allow downcasts of pointers to Objective-C interfaces, with a
Douglas Gregor
2008-12-19
1
-0
/
+5
*
Add some more implicit conversions for Objective-C++
Douglas Gregor
2008-12-18
1
-0
/
+12
*
Ultrasimplistic sketch for the parsing of C++ template-ids. This won't
Douglas Gregor
2008-12-18
1
-1
/
+1
[next]