1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
Marc-Andre Laperle 533125c6d4
Support for __is_function Clang/GCC built-in (#654)
I don't remember exactly which code didn't parse for me initially
(probably MSVC), but I've found this in some std::is_function
(type_traits) implementation:
 #ifdef __clang__
__is_function(_Tp)
...

This is a missing built-in in CDT.
2023-12-27 16:49:05 -05:00
..
org.eclipse.cdt.core Support for __is_function Clang/GCC built-in (#654) 2023-12-27 16:49:05 -05:00
org.eclipse.cdt.core.linux Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.aarch64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.ppc64le Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.linux.x86_64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.macosx Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.native Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.tests Support for __is_function Clang/GCC built-in (#654) 2023-12-27 16:49:05 -05:00
org.eclipse.cdt.core.win32 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.core.win32.x86_64 Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
org.eclipse.cdt.ui Provide viewer filter for absent C/C++ translation unit files 2023-10-20 16:38:05 +01:00
org.eclipse.cdt.ui.tests Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00
pom.xml Prepare repo for 11.5.0 (#633) 2023-12-06 18:48:15 -05:00