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
...
*
FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren
2016-06-02
1
-1
/
+0
*
[Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka
2016-04-18
1
-0
/
+2
*
[SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes
2016-04-13
1
-4
/
+43
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-5
/
+6
*
Simplify EnterTokenStream API to make it more robust for memory management
David Blaikie
2016-02-09
1
-2
/
+2
*
Class Property: parse @dynamic (class).
Manman Ren
2016-01-29
1
-0
/
+26
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-4
/
+8
*
Class Property: parse property attribute (class).
Manman Ren
2016-01-26
1
-0
/
+3
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-40
/
+21
*
OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef
David Blaikie
2016-01-15
1
-13
/
+13
*
[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
Craig Topper
2015-12-24
1
-1
/
+1
*
[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeCompleteObjCProtocolRefere...
Craig Topper
2015-12-24
1
-8
/
+4
*
[Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() is
Akira Hatanaka
2015-12-16
1
-1
/
+1
*
Objective-C properties: merge attributes when redeclaring 'readonly' as 'read...
Douglas Gregor
2015-12-10
1
-5
/
+1
*
Minor formatting fixes. NFC
Craig Topper
2015-11-14
1
-2
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-0
/
+1
*
Switch to using an explicit scope object to ensure we don't forget to pop ObjC
Richard Smith
2015-11-03
1
-24
/
+39
*
Convert ActOnForwardProtocolDeclaration to take an ArrayRef and use a range-b...
Craig Topper
2015-10-22
1
-4
/
+2
*
Change FindProtocolDeclaration to take an ArrayRef and use a range-based for ...
Craig Topper
2015-10-22
1
-4
/
+2
*
[modules] When we see a definition of a function for which we already have a
Richard Smith
2015-08-21
1
-0
/
+1
*
[libclang] Implement proper code-completion in an ObjC type parameter position.
Douglas Gregor
2015-07-07
1
-2
/
+7
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-7
/
+35
*
Warn when an intended Objective-C specialization was actually a useless proto...
Douglas Gregor
2015-07-07
1
-3
/
+8
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-91
/
+198
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-0
/
+54
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-17
/
+129
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-14
/
+254
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-3
/
+3
*
Handle 'instancetype' in ParseDeclarationSpecifiers.
Douglas Gregor
2015-06-19
1
-34
/
+5
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
1
-8
/
+6
*
Introduced pragmas for audited nullability regions.
Douglas Gregor
2015-06-19
1
-38
/
+17
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-0
/
+11
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-3
/
+174
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-8
/
+7
*
[Sema] Check availability of ObjC super class and protocols of a container
Argyrios Kyrtzidis
2015-04-19
1
-5
/
+6
*
Modified the Objective-C lexer and parser (only
Sean Callanan
2014-12-09
1
-2
/
+8
*
Enable ActOnIdExpression to use delayed typo correction for non-C++ code
Kaelyn Takata
2014-11-21
1
-1
/
+3
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-1
/
+4
*
Remove the last couple uses of the ExprArg(just Expr*) typedef in Parser.
Craig Topper
2014-10-30
1
-1
/
+1
*
Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.
Benjamin Kramer
2014-09-03
1
-95
/
+48
*
Objective-C. When we use @selector(save:), etc. there may be more
Fariborz Jahanian
2014-06-24
1
-3
/
+10
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-24
/
+24
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-67
/
+69
*
Objective-C. Improve diagnostic error for '@import'
Fariborz Jahanian
2014-03-26
1
-3
/
+3
*
Cleanup dead assignments reported by scan-build
Arnaud A. de Grandmaison
2014-03-23
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-2
/
+2
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-44
/
+28
*
Switch over more of the parser to err_expected
Alp Toker
2013-12-30
1
-7
/
+5
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-34
/
+41
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
[prev]
[next]