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
*
[ObjC] Avoid the -Wunguarded-availability warnings for protocol
Alex Lorenz
2017-07-07
1
-1
/
+4
*
[Sema][ObjC] Don't emit availability diags for category @implementations
Erik Pilkington
2017-05-31
1
-4
/
+0
*
[ObjC] Don't disallow vector parameters/return values in methods
Alex Lorenz
2017-05-05
1
-3
/
+1
*
[ObjC] Disallow vector parameters and return values in Objective-C methods
Alex Lorenz
2017-04-27
1
-0
/
+49
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-3
/
+10
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-10
/
+3
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-3
/
+10
*
Support attributes for Objective-C categories
Alex Lorenz
2017-03-23
1
-5
/
+11
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-3
/
+3
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-3
/
+3
*
[index] Fix issue with protocol name locations in conformance list of an ObjC...
Argyrios Kyrtzidis
2016-11-09
1
-1
/
+8
*
[Objective-C] Add objc_subclassing_restricted attribute
Alex Lorenz
2016-10-28
1
-0
/
+20
*
Module: for ObjectiveC, be consistent when checking hidden decls.
Manman Ren
2016-10-11
1
-2
/
+2
*
ObjectiveC Generics: Start using ObjCTypeParamType.
Manman Ren
2016-09-13
1
-1
/
+1
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-3
/
+3
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
1
-0
/
+3
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Prune four superfluous ExternalSemaSource.h includes and one forward declarat...
Yaron Keren
2016-05-13
1
-1
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-0
/
+1
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-1
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-0
/
+1
*
Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren
2016-04-29
1
-0
/
+6
*
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
[next]