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
/
Sema
/
SemaDeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-1
/
+0
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-0
/
+1
*
ObjC kindof: order the methods in global pool relative to availability.
Manman Ren
2016-04-13
1
-12
/
+30
*
[SemaObjC] Properly handle mix between type arguments and protocols.
Bruno Cardoso Lopes
2016-04-13
1
-5
/
+13
*
ObjC kindof: check the context when inserting methods to global pool.
Manman Ren
2016-04-09
1
-1
/
+38
*
[ObjC kindof] Use type bound to filter out the candidate methods.
Manman Ren
2016-04-07
1
-5
/
+43
*
NFC: simplify code in BuildInstanceMessage.
Manman Ren
2016-04-07
1
-16
/
+37
*
[Objective-C] Introduce objc_runtime_visible attribute.
Douglas Gregor
2016-04-01
1
-0
/
+17
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-1
/
+1
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-1
/
+2
*
Class Property: create accessors (class methods) for class property.
Manman Ren
2016-01-27
1
-7
/
+10
*
Class Property: handle class properties.
Manman Ren
2016-01-27
1
-1
/
+1
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-2
/
+2
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-0
/
+2
*
Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's j...
Richard Smith
2015-11-24
1
-2
/
+2
*
[Sema] Minor formatting fixes. NFC
Craig Topper
2015-11-17
1
-3
/
+3
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-7
/
+6
*
Simplify Sema::ProcessPropertyDecl. NFC
Douglas Gregor
2015-11-03
1
-1
/
+1
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-0
/
+14
*
Refine r251469 to give better (and more localizable) diagnostics
John McCall
2015-10-28
1
-3
/
+2
*
Be more conservative about diagnosing "incorrect" uses of __weak:
John McCall
2015-10-27
1
-0
/
+18
*
Convert ActOnForwardProtocolDeclaration to take an ArrayRef and use a range-b...
Craig Topper
2015-10-22
1
-6
/
+5
*
Change FindProtocolDeclaration to take an ArrayRef and use a range-based for ...
Craig Topper
2015-10-22
1
-12
/
+8
*
[Sema/objc] When checking for unimplemented methods treat methods from class ...
Argyrios Kyrtzidis
2015-10-13
1
-4
/
+2
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-12
/
+9
*
Forbid qualifiers on ObjC generic parameters and arguments, but
John McCall
2015-09-23
1
-13
/
+37
*
Move class into an anonymous namespace. NFC.
Benjamin Kramer
2015-07-13
1
-0
/
+2
*
SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]
NAKAMURA Takumi
2015-07-08
1
-2
/
+2
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-3
/
+68
*
Warn when an intended Objective-C specialization was actually a useless proto...
Douglas Gregor
2015-07-07
1
-0
/
+63
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
1
-36
/
+36
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-3
/
+22
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-81
/
+468
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-7
/
+301
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-17
/
+23
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]
NAKAMURA Takumi
2015-06-20
1
-1
/
+1
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-0
/
+3
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-23
/
+142
*
Fix PR22047: ObjC: Method unavailability attribute doesn't work with overload...
Jonathan Roelofs
2015-04-28
1
-6
/
+6
*
[Sema] Check availability of ObjC super class and protocols of a container
Argyrios Kyrtzidis
2015-04-19
1
-4
/
+29
*
[Objective-C Sema] patch to introduce IndependentClass
Fariborz Jahanian
2015-04-16
1
-2
/
+3
*
[Objective-C Sema]This patch fixes the warning when clang issues
Fariborz Jahanian
2015-04-15
1
-28
/
+33
*
Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.
Benjamin Kramer
2015-04-10
1
-3
/
+2
*
[Objective-C Sema] Patch to not issue unavailbility/deprecated
Fariborz Jahanian
2015-04-07
1
-1
/
+7
*
[Modules] Make Sema's map of referenced selectors have a deterministic
Chandler Carruth
2015-03-27
1
-5
/
+4
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-3
/
+2
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-2
/
+3
[next]