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
*
[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
*
[Objective-C Sema]. Don't warn about use of
Fariborz Jahanian
2015-02-19
1
-2
/
+6
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Objective-C: Tweak unavailability warning.
Nico Weber
2014-12-27
1
-1
/
+1
*
Address review feedback on r221933.
Nico Weber
2014-12-27
1
-56
/
+62
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-2
/
+2
*
Objective-C. Fixes a regression caused by implementation
Fariborz Jahanian
2014-11-13
1
-2
/
+15
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-11
/
+10
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+4
*
Objective-C. This patch is to resolve the method used in method
Fariborz Jahanian
2014-08-13
1
-0
/
+17
*
Replacing some more complex logic with a helper function call to ObjCMethod::...
Aaron Ballman
2014-08-01
1
-12
/
+6
*
MS ABI: Consider alignment attributes on typedefs for layout
David Majnemer
2014-07-30
1
-2
/
+13
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-9
/
+5
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-51
/
+53
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+1
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-3
/
+4
*
Objective-C. Fixes a bogus warning on unimplemented
Fariborz Jahanian
2014-03-26
1
-5
/
+9
[next]