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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-167
/
+167
*
[Sema][ObjC] Warn when a method declared in a protocol takes a
Akira Hatanaka
2018-07-28
1
-7
/
+41
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-55
/
+35
*
[Sema] Emit -Wincomplete-implementation for partial methods.
Erik Pilkington
2018-07-07
1
-10
/
+2
*
Add protocol redefinition to the current scope/context
Bruno Cardoso Lopes
2018-06-30
1
-0
/
+5
*
Sema: diagnose invalid catch parameter in ObjC
Saleem Abdulrasool
2018-05-20
1
-3
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
[ObjC] Supress the 'implementing unavailable method' warning when
Alex Lorenz
2018-05-03
1
-2
/
+10
*
[Availability] Improve availability to consider functions run at load time
Steven Wu
2018-04-16
1
-0
/
+11
*
[Sema][ObjC] Ensure that the return type of an ObjC method is a complete
Akira Hatanaka
2018-04-12
1
-0
/
+7
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-2
/
+2
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-7
/
+6
*
[Sema][ObjC] Process category attributes before checking protocol uses
Alex Lorenz
2018-02-23
1
-4
/
+7
*
[Sema][ObjC] Use SmallSetVector to fix a failing test on the reverse
Akira Hatanaka
2018-02-06
1
-6
/
+2
*
PR35815: Separate out the ns-consumed diagnostic into an error and
Alex Lorenz
2018-01-03
1
-9
/
+12
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-1
/
+1
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-1
/
+1
*
[Sema] Add support for flexible array members in Obj-C.
Volodymyr Sapsai
2017-10-23
1
-0
/
+112
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-1
/
+1
*
[Sema][ObjC] Complete merging ObjC methods before checking their
Akira Hatanaka
2017-10-12
1
-0
/
+4
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-10
1
-12
/
+16
*
Revert "[Modules TS] Module ownership semantics for redeclarations."
Eric Liu
2017-10-10
1
-16
/
+12
*
[Modules TS] Module ownership semantics for redeclarations.
Richard Smith
2017-10-09
1
-12
/
+16
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-0
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+8
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-8
/
+0
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-0
/
+8
*
[Sema][ObjC] Warn about mismatches in attributes between overriding and
Akira Hatanaka
2017-09-20
1
-28
/
+30
*
Change dyn_casts with unused variables to isa statements to avoid unused vari...
Eric Christopher
2017-07-14
1
-1
/
+1
*
Extend -Wdeprecated-implementations to warn about unavailable methods
Alex Lorenz
2017-07-13
1
-1
/
+11
*
NFC, Cleanup the code for -Wdeprecated-implementations
Alex Lorenz
2017-07-13
1
-22
/
+28
*
[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
[next]