llvm-project/clang/test
Douglas Gregor c0afc67608 We don't actually need to check the implicit object argument's
conversion a second time for a conversion candidate (with the real
acting context), because the only problems we would find are access or
ambiguity issues that won't be diagnosed until we pick this
candidate. Add a test case to prove it to myself.

llvm-svn: 111526
2010-08-19 17:02:01 +00:00
..
ASTMerge Hack in some really terrible C++ record PCH support that I need right now. 2010-06-03 19:28:45 +00:00
Analysis Add warning for functions/blocks that have attribute 'noreturn' but return a non-void result. (<rdar://problem/7562925>) 2010-08-19 00:52:13 +00:00
CXX Work around a crash when checking access to injected class names 2010-08-13 07:02:08 +00:00
CodeCompletion When performing code completion for a case statement in a switch whose 2010-07-28 21:50:18 +00:00
CodeGen support for predicates with bool/pixel arguments 2010-08-19 11:57:49 +00:00
CodeGenCXX Contextual arity is a feature of mangling expressions; kill off 2010-08-18 19:18:59 +00:00
CodeGenObjC Patch to issue warning when colllection expresion's type 2010-08-12 22:25:42 +00:00
CodeGenObjCXX Just disable the hidden-visibility optimization for now by hiding it behind 2010-08-12 23:36:15 +00:00
Coverage Eliminate the "minimal" and printing parser actions, which only ever 2010-07-26 04:08:02 +00:00
Driver Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to 2010-08-13 04:44:20 +00:00
FixIt Introduce -f{no-}spell-checking options to enable/disable 2010-07-09 17:35:33 +00:00
Frontend Revert r110440, the fix for PR4897. Chris claims to have a better way. 2010-08-08 07:49:23 +00:00
Headers Add AVX intrinsics header 2010-08-04 22:03:36 +00:00
Index CrashRecovery: Disable the reparse test for now while I investigate, it goes 2010-08-19 16:40:14 +00:00
Lexer tests: Make FileCheck version check that preamble isn't longer than we expected. 2010-07-22 02:22:24 +00:00
Misc tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
PCH Instead of modifying the ObjC AST to not modify existing declarations, teach chained PCH to overwrite declarations from earlier PCH files in dependent ones. Tell Sema to note when it changes AST nodes so that they have to be reserialized. Finally, the ObjCProtocolDecls created in forward decls, like the ObjCInterfaceDecls in @class forward decls, are not lexically part of the decl context; only the definition is. 2010-08-13 00:28:03 +00:00
Parser Fix a crash when parsing malformed out-of-line member function 2010-08-16 17:58:53 +00:00
Preprocessor Implement #pragma push_macro, patch by Francois Pichet! 2010-08-17 15:55:45 +00:00
Rewriter Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false 2010-08-19 04:39:37 +00:00
SemaCXX We don't actually need to check the implicit object argument's 2010-08-19 17:02:01 +00:00
SemaObjC Diagnose if type of iboutletcollection attribute is a builtin type. 2010-08-17 23:19:16 +00:00
SemaObjCXX Patch to issue warning when colllection expresion's type 2010-08-12 22:25:42 +00:00
SemaTemplate When deducing the element type of an array, ignore qualifiers if 2010-08-19 00:20:19 +00:00
CMakeLists.txt CMake: Clang test targets depend on the {FileCheck,not,count} tools. 2010-07-29 22:57:17 +00:00
Makefile daniel doesn't hate me, he hates macpython 2.5, which 2010-07-18 18:42:35 +00:00
TestRunner.sh Switch TestRunner.sh to just use 'lit'. 2009-09-20 22:00:23 +00:00
cxx-sections.data Update C++ section data and directory structure to reflect N2914 2009-06-30 16:45:27 +00:00
lit.cfg tests: Use %clangxx when using driver for C++, in case C++ support is disabled. 2010-06-29 16:52:24 +00:00
lit.site.cfg.in Rework site config for cmake to be generated at configure time, and only pass 2009-11-07 23:53:32 +00:00
make_test_dirs.pl Add the structure for a C++ test suite that mimics the structure of the C++ standard 2009-06-13 06:06:53 +00:00