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
/
DelayedDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
Volodymyr Sapsai
2018-03-29
1
-3
/
+10
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-21
1
-3
/
+5
*
[Sema] Don't allow -Wunguarded-availability to be silenced with redecls
Erik Pilkington
2017-07-05
1
-2
/
+4
*
[Sema] Delay partial availability diagnostics, just like deprecated
Erik Pilkington
2016-10-28
1
-21
/
+12
*
[NFC][ObjC Availability] Refactor DiagnoseAvailabilityOfDecl
Erik Pilkington
2016-08-05
1
-9
/
+9
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
1
-4
/
+0
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
1
-0
/
+4
*
Add -Wpartial-availability.
Nico Weber
2015-03-19
1
-0
/
+2
*
Objective-C. Diagnose when property access is using declared
Fariborz Jahanian
2014-06-16
1
-1
/
+3
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-1
/
+1
*
Squelch leak found by LSan by handling missing switch case.
Jordan Rose
2014-04-24
1
-2
/
+3
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
1
-2
/
+11
*
objective-C: when diagnosing deprecated/unavailable usage of
Fariborz Jahanian
2012-09-21
1
-0
/
+2
*
objc: When issue diagnostic about deprecated method, also
Fariborz Jahanian
2012-03-02
1
-2
/
+4
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-0
/
+3
*
Teach DelayedDiagnostic to copy its string, rather than hope that the
Douglas Gregor
2011-03-23
1
-0
/
+51