8000 Tags · kdheepak/cling · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kdheepak/cling

Tags

__internal-root-2a3066141e10a0280f90a0ef13a3a5452b5ce43a

Toggle __internal-root-2a3066141e10a0280f90a0ef13a3a5452b5ce43a's commit message
Match declarations of at_quick_exit and __cxa_atexit symbols for libc…

…++ 
8000
and C++17

On Linux, the same adjustments are needed as for libstdc++ and libc++,
so turn the condition into just #ifdef __linux__. However, since the
__cxa_atexit function is declared as extern "C" in libc++, we cannot
add "noexcept" to it, as is done for libstdc++.

v0.5

Toggle v0.5's commit message
Tag cling release v0.5

v0.4

Toggle v0.4's commit message
Tagging release v0.4

v0.3

Toggle v0.3's commit message
Tag release v0.3

v0.2

Toggle v0.2's commit message
Tag a new version 0.2

v0.1

Toggle v0.1's commit message
Tagging version 0.1.

0