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
/
lib
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
Dmitri Gribenko
2012-02-14
1
-1
/
+3
*
Make parsing of objc @implementations more robust.
Argyrios Kyrtzidis
2012-02-07
1
-82
/
+105
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-2
/
+0
*
Under -fmodules, accept #public <macroname> and #private <macroname>
Douglas Gregor
2012-01-03
1
-1
/
+5
*
Introduce a non-uglified syntax for module imports in Objective-C:
Douglas Gregor
2012-01-03
1
-0
/
+2
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-11
/
+10
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+6
*
In Parser::SkipUntil do not stop at '@' unconditionally.
Argyrios Kyrtzidis
2011-12-17
1
-2
/
+6
*
After late parsing an objc method, make sure there are no leftover cached tok...
Argyrios Kyrtzidis
2011-12-17
1
-2
/
+19
*
Fix: allow @protocol forward declarations inside @implementation-s.
Erik Verbruggen
2011-12-08
1
-1
/
+2
*
Extend warnings for missing '@end'.
Erik Verbruggen
2011-12-06
1
-16
/
+51
*
Fix leaking of LexedMethod objects created for caching objc method definition...
Argyrios Kyrtzidis
2011-11-29
1
-1
/
+9
*
[libclang] Fix crash on invalid code. Fixes rdar://10451854
Argyrios Kyrtzidis
2011-11-16
1
-1
/
+2
*
Introduce BalancedDelimiterTracker, to better track open/close
Douglas Gregor
2011-10-12
1
-25
/
+40
*
When using an unavailable/deprecated interface Foo inside Foo's interface/imp...
Argyrios Kyrtzidis
2011-10-06
1
-3
/
+1
*
Pass from the parser the locations of selector identifiers when creating
Argyrios Kyrtzidis
2011-10-03
1
-3
/
+4
*
Pass all the locations of the selector identifiers for a message expression f...
Argyrios Kyrtzidis
2011-10-03
1
-6
/
+8
*
Parse attributes written in an ObjC method parameter type as
John McCall
2011-10-01
1
-11
/
+71
*
Clean up parsing the category names in interfaces slightly, using
Douglas Gregor
2011-09-23
1
-10
/
+9
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-1
/
+1
*
ArrayRef-ifying the fields passed to Sema::ActOnFields
David Blaikie
2011-09-22
1
-1
/
+1
*
Implement the Objective-C 'instancetype' type, which is an alias of
Douglas Gregor
2011-09-08
1
-1
/
+9
*
Support code-completion for C++ inline methods and ObjC buffering methods.
Argyrios Kyrtzidis
2011-09-04
1
-39
/
+47
*
objective-c: this patch (re)introduces objective-c's default property
Fariborz Jahanian
2011-08-31
1
-5
/
+6
*
objective-c - This patch buffers method implementations
Fariborz Jahanian
2011-08-31
1
-33
/
+69
*
Minor clean up of objc's decl context stuff.
Fariborz Jahanian
2011-08-29
1
-5
/
+2
*
objective-c: Treat top-level objective-c declarations
Fariborz Jahanian
2011-08-27
1
-13
/
+25
*
Reverse r138567 until a buildbot failure is investigated.
Fariborz Jahanian
2011-08-25
1
-25
/
+13
*
objc -arse: Use DeclGroup for forward class declarations;
Fariborz Jahanian
2011-08-25
1
-13
/
+25
*
objc refactoring - minor clean up.
Fariborz Jahanian
2011-08-22
1
-12
/
+8
*
objc - Simplify switing objc decl context by using
Fariborz Jahanian
2011-08-22
1
-5
/
+2
*
Restore patch I reversed in r138040. Known buildbot
Fariborz Jahanian
2011-08-22
1
-56
/
+62
*
Revers r138040. Need to look at a few buildbot failures.
Fariborz Jahanian
2011-08-19
1
-55
/
+55
*
objective-c: Bring objective-c handling of decl context
Fariborz Jahanian
2011-08-19
1
-55
/
+55
*
The lock operand to an @synchronized statement is also
John McCall
2011-07-27
1
-18
/
+33
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-28
/
+28
*
Introduce Declarator::ObjCCatchContext, this will result in correct error for...
Argyrios Kyrtzidis
2011-07-01
1
-4
/
+1
*
Remove dead variables.
Benjamin Kramer
2011-06-18
1
-1
/
+0
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-2
/
+40
*
Implement Objective-C Related Result Type semantics.
Douglas Gregor
2011-06-11
1
-4
/
+4
*
Restore 'atomic' as an attribute of objc
Fariborz Jahanian
2011-06-11
1
-0
/
+2
*
Remove 'atomic' as a property attribute keyword.
Fariborz Jahanian
2011-06-08
1
-2
/
+0
*
Fixes an instance method meta-data generation bug in
Fariborz Jahanian
2011-04-22
1
-1
/
+1
*
fix the second part of rdar://8366474 - clang fails to parse ObjC selectors w...
Chris Lattner
2011-03-26
1
-2
/
+2
*
Fix the recovery from missing semis on @property declarations to not consume
John McCall
2011-03-26
1
-2
/
+1
*
Insomniac refactoring: change how the parser allocates attributes so that
John McCall
2011-03-24
1
-18
/
+23
*
Call out ObjC parameter types as a different kind of declarator context
John McCall
2011-03-23
1
-1
/
+1
*
Make sure that we always pop a function's scope *before* we call
Douglas Gregor
2011-03-16
1
-6
/
+8
*
Place duplicate argument declaration in in
Fariborz Jahanian
2011-03-12
1
-7
/
+11
*
Clarify the context in which an Objective-C type name is being parsed
Douglas Gregor
2011-03-08
1
-6
/
+9
[next]