llvm-project/clang/test
George Burgess IV 4546181e12 [Sema] Allow C conversions in C overload logic
C allows for some implicit conversions that C++ does not, e.g. void* ->
char*. This patch teaches clang that these conversions are okay when
dealing with overloads in C.

Differential Revision: http://reviews.llvm.org/D13604

llvm-svn: 249995
2015-10-11 20:13:20 +00:00
..
ARCMT Don't inherit availability information when implementing a protocol requirement. 2015-09-30 21:27:42 +00:00
ASTMerge Update tests touched by r249656 2015-10-08 06:31:22 +00:00
Analysis Update tests touched by r249656 2015-10-08 06:31:22 +00:00
CXX [Concepts] Fixing Concepts TS directory structure; NFC 2015-10-10 02:17:39 +00:00
CodeCompletion [Tests] Modified Lit Tests to be C++11 compatibile 2015-08-27 18:49:15 +00:00
CodeGen Handle sse turning on mmx, but no -mmx not turning off SSE. 2015-10-08 20:10:18 +00:00
CodeGenCUDA [CUDA] __global__ functions should always be visible externally. 2015-09-23 17:44:53 +00:00
CodeGenCXX [WinEH] Push cleanupendpad scopes around exceptional cleanups 2015-10-08 21:14:56 +00:00
CodeGenObjC [CodeGen] [CodeGen] Attach function attributes to functions created in 2015-10-08 20:26:34 +00:00
CodeGenObjCXX Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CodeGenOpenCL [OpenCL] Fix casting a true boolean to an integer vector. 2015-10-05 11:27:41 +00:00
Coverage Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CoverageMapping InstrProf: Fix a misuse of the FunctionDecl API when generating coverage 2015-07-28 00:41:51 +00:00
Driver [Myriad]: put libstdc++ and libc in the right order 2015-10-09 20:26:20 +00:00
FixIt Update tests touched by r249656 2015-10-08 06:31:22 +00:00
Format Disable style-on-command-line test on Windows 2015-06-09 17:47:59 +00:00
Frontend Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Headers Make ms-intrin.cpp test require the x86 target. 2015-09-23 00:24:34 +00:00
Index Make clang_Cursor_getMangling not mangle if the declaration isn't mangled 2015-10-08 00:01:20 +00:00
Integration
Layout Fix the layout of bitfields in ms_struct unions: their 2015-08-19 22:42:36 +00:00
Lexer When pretty-printing a C++11 literal operator, don't insert whitespace between 2015-10-08 00:17:59 +00:00
Misc Keep the IfStmt node even if the condition is invalid 2015-10-11 17:27:29 +00:00
Modules Update tests touched by r249656 2015-10-08 06:31:22 +00:00
OpenMP [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause. 2015-10-08 09:10:53 +00:00
PCH Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Parser [Sema] Tweak incomplete enum types on MSVC ABI targets 2015-10-08 07:45:35 +00:00
Preprocessor Simplify DefaultCPU in ARMTargetInfo 2015-10-08 16:43:26 +00:00
Profile Tweak a couple of -fprofile tests in clang/test to accept backslash in path. 2015-07-10 13:11:08 +00:00
Rewriter Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Sema [Sema] Allow C conversions in C overload logic 2015-10-11 20:13:20 +00:00
SemaCUDA [CUDA] Allow parsing of host and device code simultaneously. 2015-09-22 17:23:22 +00:00
SemaCXX When mapping no_sanitize_* attributes to no_sanitize attributes, handle GNU-style formatting that involves prefix and suffix underscores. Cleans up other usages of similar functionality. 2015-10-08 19:24:08 +00:00
SemaObjC Fix inference of _Nullable for weak Objective-C properties. 2015-10-09 20:36:17 +00:00
SemaObjCXX Fix inference of _Nullable for weak Objective-C properties. 2015-10-09 20:36:17 +00:00
SemaOpenCL [OpenCL 2.0] Enable program scope variables, Section 6.5.1. 2015-09-30 14:08:20 +00:00
SemaTemplate [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enum 2015-10-08 10:04:46 +00:00
TableGen
Tooling Change the expectation for test/Tooling/ms-asm-no-target.cpp since 2015-07-08 01:39:38 +00:00
Unit
VFS Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
.clang-format
CMakeLists.txt [CMake] r247548 introduced llvm-readobj. 2015-09-14 12:42:52 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Silence warning about not being able to find clang-interpreter 2015-10-07 11:14:25 +00:00
lit.site.cfg.in
make_test_dirs.pl