"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e2530ec0c0366f85e48d2253f5505f17af6a4c50"
Add support for the __has_c_attribute builtin preprocessor macro.
This behaves similar to the __has_cpp_attribute builtin macro in that it allows users to detect whether an attribute is supported with the [[]] spelling syntax, which can be enabled in C with -fdouble-square-bracket-attributes. llvm-svn: 320088
Loading
Please register or sign in to comment