summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/dllexport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer type] update test cases for explicit pointee types on global ...David Blaikie2015-09-111-1/+1
* Delay emitting members of dllexport classes until the class is fully parsed (...Hans Wennborg2015-08-151-1/+49
* [MS ABI] Stick constructor closures in an IR COMDAT groupDavid Majnemer2015-06-301-6/+6
* [MS Compatibility] Handle cleanups we create for a ctor closureDavid Majnemer2015-06-111-0/+16
* Enable DLL attribute propagation on explicit instantiation definitions (PR23770)Hans Wennborg2015-06-091-0/+5
* MinGW: don't allow adding DLL attribute if template already has explicit inst...Hans Wennborg2015-06-091-0/+2
* Enable propagation of dll attributes to previously instantiated base class te...Hans Wennborg2015-06-091-2/+17
* Get the dll storage class right for structors of classes exported/imported vi...Hans Wennborg2015-05-281-1/+2
* clang-cl: Handle dll attributes in explicit class template specialization def...Hans Wennborg2015-05-271-0/+5
* __declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman2015-05-261-4/+4
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-4/+4
* Don't dllimport/export class members with internal linkage (PR23308)Hans Wennborg2015-04-221-0/+9
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
* MS ABI: Build C++ default argument exprs for exported template classesReid Kleckner2015-03-171-0/+9
* MS ABI: Delay default constructor closure checking until the outermost class ...Reid Kleckner2015-03-171-5/+21
* MS ABI: Generate default constructor closuresDavid Majnemer2015-03-131-0/+22
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Don't dllexport inline methods when targeting MinGW.Hans Wennborg2015-02-191-16/+25
* MS ABI: Let guard variables be present in COMDATsDavid Majnemer2015-01-211-2/+2
* Warn about dllexported explicit class template instantiation declarations (PR...Hans Wennborg2015-01-151-0/+11
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-24/+24
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-101-0/+15
* Update for .ll syntax change.Rafael Espindola2015-01-061-1/+1
* Disable warnings in this test.Rafael Espindola2015-01-051-4/+4
* Don't dllimport inline functions when targeting MinGW (PR21366)Hans Wennborg2014-11-031-9/+11
* MS ABI: Properly call global delete when invoking virtual destructorsDavid Majnemer2014-10-311-1/+1
* CodeGen: Don't form weak dllexport aliasesDavid Majnemer2014-10-241-2/+9
* Allow dllexport alias to base destructors.Rafael Espindola2014-10-071-5/+6
* MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer2014-10-051-2/+2
* Don't assert on different DLL attributes in template and explicit instantiati...Hans Wennborg2014-08-241-0/+6
* Add another test for DLL attribute inheritance to partial specializationsHans Wennborg2014-08-231-0/+8
* Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous co...Hans Wennborg2014-08-231-1/+1
* MS ABI: Inherit DLL attributes to partial class template specializationsHans Wennborg2014-08-231-0/+8
* MS ABI: Don't always instantiate all members of dllexported class templates (...Hans Wennborg2014-08-211-4/+3
* test/CodeGenCXX/dllexport.cpp: don't instantiate templates in USEMEMFUNC macroHans Wennborg2014-08-211-11/+11
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-3/+3
* Fix typosAlp Toker2014-07-141-1/+1
* Fix clang tests to be compliant with LLVM IR aliasesDavid Majnemer2014-07-101-1/+1
* CodeGen: Cleanup MS ABI RTTI LLVM IRDavid Majnemer2014-07-071-1/+1
* MS ABI: Reference MSVC RTTI from the VFTableDavid Majnemer2014-07-011-1/+5
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-251-0/+98
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-241-0/+14
* Inherit dll attributes to static localsHans Wennborg2014-06-181-0/+16
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-061-0/+14
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-021-0/+1
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-0/+90
* IRGen: Add more tests for dll attributesNico Rieck2014-05-251-19/+440
* Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...Hans Wennborg2014-05-231-2/+6
* test/CodeGenCXX/dllexport.cpp: -O2 and -disable-llvm-optzns aren't neddedHans Wennborg2014-05-191-1/+1
* test/CodeGenCXX/dllexport.cpp: we already correctly emit b() even whenHans Wennborg2014-05-161-2/+1
OpenPOWER on IntegriCloud