index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaObjCXX
/
message.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Lit Test] Updated 20 Lit tests to be C++11 compatible.
Charles Li
2015-12-10
1
-3
/
+16
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-1
/
+1
*
Added a new attribute, objc_root_class, which informs the compiler when a roo...
Patrick Beard
2012-04-06
1
-1
/
+1
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+1
*
Ensure that the result type of an Objective-C class message send is
Douglas Gregor
2011-01-11
1
-0
/
+13
*
When we have two identifiers in a row in Objective-C, make sure to
Douglas Gregor
2010-09-28
1
-0
/
+20
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
suppress annoying textual repetition as 'aka'
Gabor Greif
2010-08-28
1
-1
/
+1
*
Fix the recently-added warning about 'typename' and 'template'
Douglas Gregor
2010-06-16
1
-3
/
+3
*
Warn when a 'typename' or a 'template' keyword refers to a
Douglas Gregor
2010-06-14
1
-3
/
+3
*
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-22
1
-1
/
+3
*
Switch the initialization of Objective-C message parameters (as occurs
Douglas Gregor
2010-04-21
1
-0
/
+15
*
Implement parsing for message sends in Objective-C++. Message sends in
Douglas Gregor
2010-04-21
1
-4
/
+52
*
Rework the Parser-Sema interaction for Objective-C message
Douglas Gregor
2010-04-21
1
-2
/
+2
*
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