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
/
dllexport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
1
-6
/
+6
*
Sema: support __declspec(dll*) on ObjC interfaces
Saleem Abdulrasool
2016-07-15
1
-6
/
+12
*
Don't allow dllexport/import on static local variables
Hans Wennborg
2015-09-04
1
-0
/
+5
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
1
-4
/
+4
*
MS ABI: Disallow dllimported/exported variables from having TLS
David Majnemer
2014-10-04
1
-0
/
+3
*
Allow adding dll attributes on certain redecls with a warning if the decl has...
Hans Wennborg
2014-08-27
1
-0
/
+12
*
Sema: Add more tests for dll attributes on inline functions
Nico Rieck
2014-05-23
1
-0
/
+3
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-2
/
+2
*
Sema: Require external linkage for dll attributes
Nico Rieck
2014-03-31
1
-0
/
+9
*
Sema: Check dll attributes on redeclarations
Nico Rieck
2014-03-31
1
-0
/
+13
*
Sema: Definition of dllimport globals is not allowed
Nico Rieck
2014-02-26
1
-3
/
+3
*
Reorganize and improve semantic tests for dllexport/import
Nico Rieck
2014-02-22
1
-0
/
+113