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
/
test
/
Sema
/
overloadable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-6
/
+5
*
[Sema] Allow unmarked overloadable functions.
George Burgess IV
2017-06-27
1
-9
/
+91
*
[test] Make absolute line numbers relative; NFC
George Burgess IV
2017-06-21
1
-10
/
+10
*
[Sema] Make typeof(OverloadedFunctionName) not a pointer.
George Burgess IV
2017-05-09
1
-0
/
+15
*
[Sema] Relax overloading restrictions in C.
George Burgess IV
2016-09-02
1
-1
/
+30
*
[Sema] Create a separate group for incompatible function pointer warning
Bruno Cardoso Lopes
2016-07-18
1
-1
/
+1
*
[Sema] Allow implicit conversions of &overloaded_fn in C.
George Burgess IV
2016-03-23
1
-1
/
+24
*
[Sema] Allow C conversions in C overload logic
George Burgess IV
2015-10-11
1
-0
/
+14
*
Replacing a custom diagnostic with a more standard one. No functional change ...
Aaron Ballman
2013-11-26
1
-1
/
+1
*
Added the attribute name to the err_attribute_wrong_number_arguments diagnost...
Aaron Ballman
2013-07-23
1
-2
/
+2
*
Correcting the NSObject and Overloadable attribute diagnostics so that the co...
Aaron Ballman
2013-07-23
1
-0
/
+1
*
Reinstate r185229, reverted in r185256, with a tweak: further ignore the
Richard Smith
2013-06-30
1
-0
/
+15
*
Revert r185229 as it breaks compilation of <windows.h>
Timur Iskhodzhanov
2013-06-29
1
-15
/
+0
*
PR7927, PR16247: Reimplement handling of matching extern "C" declarations
Richard Smith
2013-06-28
1
-0
/
+15
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-1
/
+1
*
Make sure that we diagnose attribute((overloadable)) functions without
Douglas Gregor
2010-08-06
1
-1
/
+10
*
Check compatibility of vector types using their canonicalizations.
John McCall
2010-03-12
1
-1
/
+10
*
Change the printing of OR_Deleted overload results to print all the candidates,
John McCall
2010-01-08
1
-3
/
+3
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Downgrade complaints about calling unavailable functions to a warning
Douglas Gregor
2009-02-18
1
-2
/
+2
*
Allow "overloadable" functions in C to be declared as variadic without
Douglas Gregor
2009-02-18
1
-0
/
+3
*
Don't allow calls to functions marked "unavailable". There's more work
Douglas Gregor
2009-02-18
1
-0
/
+10
*
Proof that attribute __overloadable__ works as well as overloadable
Douglas Gregor
2009-02-17
1
-1
/
+1
*
Tighten checking of the "overloadable" attribute. If any function by a
Douglas Gregor
2009-02-13
1
-2
/
+5
*
Add missing test for the "overloadable" attribute
Douglas Gregor
2009-02-12
1
-0
/
+37