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
/
SemaCXX
/
dllimport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Determine the attribute subject for diagnostics based on declarative informat...
Aaron Ballman
2017-11-26
1
-8
/
+8
*
Drop 'dllimport' when redeclaring inline function template without the attrib...
Hans Wennborg
2017-02-01
1
-31
/
+75
*
Sema: support __declspec(dll*) on ObjC interfaces
Saleem Abdulrasool
2016-07-15
1
-6
/
+12
*
[ms][dll] #26935 Defining a dllimport function should cause it to be exported
Denis Zobnin
2016-05-25
1
-39
/
+172
*
MS ABI: Don't allow dllexport/import on lambdas
Hans Wennborg
2015-09-15
1
-0
/
+11
*
Don't allow dllexport/import on static local variables
Hans Wennborg
2015-09-04
1
-7
/
+1
*
Allow TLS vars in dllimport/export functions; only inline dllimport functions...
Hans Wennborg
2015-08-28
1
-0
/
+12
*
[Sema] Emit a better diagnostic when variable redeclarations disagree
David Majnemer
2015-07-14
1
-6
/
+6
*
Enable propagation of dll attributes to previously instantiated base class te...
Hans Wennborg
2015-06-09
1
-5
/
+9
*
Narrow the -Wunsupported-dll-base-class-template warning.
Hans Wennborg
2015-06-09
1
-7
/
+3
*
__declspec is not a core Clang language extension. Instead, require -fms-exte...
Aaron Ballman
2015-05-26
1
-4
/
+4
*
Don't allow dllimport/export on classes with internal linkage (PR21399)
Hans Wennborg
2014-11-03
1
-0
/
+4
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-45
/
+267
*
Follow-up to r216619: use isCXXCLassMember() instead of trying to
Hans Wennborg
2014-10-29
1
-1
/
+11
*
The dllimport.cpp test was gating some checks on #ifndef MSABI,
Hans Wennborg
2014-10-28
1
-8
/
+12
*
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
-5
/
+5
*
Don't assert on different DLL attributes in template and explicit instantiati...
Hans Wennborg
2014-08-24
1
-1
/
+1
*
Ignore -Wunsupported-dll-base-class-template by default
Hans Wennborg
2014-08-22
1
-4
/
+4
*
Don't drop dllimport from qualified friend redeclarations (PR20512)
Hans Wennborg
2014-08-04
1
-0
/
+7
*
Avoid non-attributive uses of 'unsupported' in diagnostics
Alp Toker
2014-07-14
1
-4
/
+4
*
MS ABI: Propagate class-level DLL attributes to class template specialization...
Hans Wennborg
2014-06-25
1
-0
/
+83
*
MS ABI: Ignore dll attributes on partial template specializations
Hans Wennborg
2014-06-24
1
-0
/
+9
*
Don't inherit dll attributes to deleted methods (PR19988)
Hans Wennborg
2014-06-10
1
-0
/
+8
*
Downgrade "definition of dllimport static field" error to warning for class t...
Hans Wennborg
2014-06-04
1
-12
/
+19
*
Diagnose dll attribute on member of class that already has a dll attribute
Hans Wennborg
2014-05-31
1
-2
/
+24
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-9
/
+18
*
Sema: Functions with dll attributes cannot be deleted
Nico Rieck
2014-05-29
1
-0
/
+19
*
Sema: Check dll attributes on static data members
Nico Rieck
2014-05-29
1
-0
/
+182
*
Sema: Add dll attribute tests for member functions
Nico Rieck
2014-05-25
1
-0
/
+391
*
Sema: Add dll attribute tests for variable templates
Nico Rieck
2014-05-25
1
-0
/
+80
*
Sema: Add more tests for dll attributes on inline functions
Nico Rieck
2014-05-23
1
-1
/
+49
*
Fix typo
Nico Rieck
2014-05-23
1
-1
/
+1
*
Allow dllimport/dllexport on inline functions and adjust the linkage.
Hans Wennborg
2014-05-15
1
-7
/
+7
*
Some more anonymous namespace diagnostics to switch to ()
David Blaikie
2014-04-02
1
-3
/
+3
*
Sema: Require external linkage for dll attributes
Nico Rieck
2014-03-31
1
-0
/
+23
*
Sema: Check dll attributes on redeclarations
Nico Rieck
2014-03-31
1
-12
/
+58
*
Fix tests in r204576
Nico Rieck
2014-03-23
1
-4
/
+4
*
Treat dllimport globals without explicit storage class as extern
Nico Rieck
2014-03-23
1
-0
/
+27
*
Sema: Definition of dllimport globals is not allowed
Nico Rieck
2014-02-26
1
-5
/
+9
*
Reorganize and improve semantic tests for dllexport/import
Nico Rieck
2014-02-22
1
-0
/
+127