Go to file
Alp Toker 64197b9eb9 docs: clarify the role of compiler-builtin type trait primitives
Update the documentation to clarify the intent of clang's built-in type trait
facilities, their relation to user-facing C++ type traits and means to check
for availability.

Also explain that __has_feature() is not currently up to date and should not
generally be used in user code (there's a proposal to provide more consistent
checks via __has_builtin(), see cfe-dev).

llvm-svn: 199562
2014-01-18 21:49:02 +00:00
clang docs: clarify the role of compiler-builtin type trait primitives 2014-01-18 21:49:02 +00:00
clang-tools-extra Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
compiler-rt [asan] use correct type when computing shadow address in allocator (caused SEGV when asan run-time is built with gcc 4.8.2 on 32-bit arch) 2014-01-18 09:38:31 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Fix erroneous test; was failing on darwin-ppc32. Fixes PR18469. 2014-01-18 03:41:54 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld [Mips] Specify the type of a symbol table entries in the test assembler 2014-01-18 21:13:05 +00:00
lldb Remove decorators for now-fixed pr18191 2014-01-18 17:03:41 +00:00
llvm ARM: Let the assembler reject v5 instructions in v4 mode. 2014-01-18 19:03:19 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly llvm/IR/Writer.h has been removed in llvm commit r198836 and seems useless in polly 2014-01-16 07:10:09 +00:00