Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 years ago |
Volodymyr Sapsai
|
d0c687aaf8
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
|
7 years ago |
Eugene Zelenko
|
315b188f45
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 years ago |
Erik Pilkington
|
e300395c37
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
|
8 years ago |
Erik Pilkington
|
b5328fc64e
[Sema] Delay partial availability diagnostics, just like deprecated
|
8 years ago |
Erik Pilkington
|
5bf25477dc
[NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl
|
9 years ago |
Manman Ren
|
7391f7f03c
Addressing review comments for r261163.
|
9 years ago |
Manman Ren
|
83a9e40e5f
Add 'nopartial' qualifier for availability attributes.
|
9 years ago |
Nico Weber
|
86877a8679
Add -Wpartial-availability.
|
10 years ago |
Fariborz Jahanian
|
51ccb71920
Objective-C. Diagnose when property access is using declared
|
11 years ago |
Craig Topper
|
6b8c5857eb
[C++11] Use 'nullptr'. Sema edition.
|
11 years ago |
Jordan Rose
|
5a48fb5809
Squelch leak found by LSan by handling missing switch case.
|
11 years ago |
Ted Kremenek
|
00374d1830
Implemented delayed processing of 'unavailable' checking, just like with 'deprecated'.
|
11 years ago |
Fariborz Jahanian
|
fd09088880
objective-C: when diagnosing deprecated/unavailable usage of
|
13 years ago |
Fariborz Jahanian
|
b0a6615cb9
objc: When issue diagnostic about deprecated method, also
|
13 years ago |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 years ago |
John McCall
|
f85e193739
Automatic Reference Counting.
|
14 years ago |
Douglas Gregor
|
2923380223
Teach DelayedDiagnostic to copy its string, rather than hope that the
|
14 years ago |