hanchenye-llvm-project/clang/test
Seth Cantrell 4cfc817a9a improve highlighting of invalid string encodings
limit highlight to exactly the bad encoding, and highlight every
bad encoding in a string.

llvm-svn: 166900
2012-10-28 18:24:46 +00:00
..
ARCMT Change VerifyDiagnosticConsumer so that it *must* contain at least one "expected-*" directive. As a result, for test-cases that are not expected to generate any diagnostics, an additional directive "expected-no-diagnostics" has been implemented which can then be included in such test-cases. This new directive may not be used in conjunction with any other "expected-*" directive. 2012-10-19 12:49:32 +00:00
ASTMerge Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Analysis TrackConstraintBRVisitor and ConditionBRVisitor can emit similar 2012-10-25 22:07:10 +00:00
CXX When capturing 'this' in a lambda, make sure to update the set of 2012-10-25 18:39:16 +00:00
CodeCompletion
CodeGen Fix typo. 2012-10-26 23:25:42 +00:00
CodeGenCUDA
CodeGenCXX When an externally-supplied record layout has a size that clearly 2012-10-26 22:31:14 +00:00
CodeGenObjC Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>. 2012-10-26 22:38:05 +00:00
CodeGenObjCXX objective-C IRGen: for @implementation nested in 2012-10-26 20:22:11 +00:00
CodeGenOpenCL
Coverage Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532." 2012-10-24 03:59:09 +00:00
Driver Reverted back the changes made in 166868 and in 166869 2012-10-27 10:44:42 +00:00
FixIt DR1473: Do not require a space between operator"" and the ud-suffix in a 2012-10-20 08:41:10 +00:00
Frontend A number of test cases assume that an "int" parameter or return value 2012-10-24 12:22:56 +00:00
Headers Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Index [options] Fix mishandling of aliased options that was introduced in r166444. 2012-10-26 19:36:33 +00:00
Lexer Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
Misc improve highlighting of invalid string encodings 2012-10-28 18:24:46 +00:00
Modules Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions). 2012-10-25 13:56:30 +00:00
PCH Move the input files for test/PCH/badpch.c under test/PCH/Inputs/. 2012-10-25 19:43:57 +00:00
Parser Fix crash on missing namespace name in namespace alias definition -- PR14085. 2012-10-27 23:44:27 +00:00
Preprocessor Reverted back the changes made in 166868 and in 166869 2012-10-27 10:44:42 +00:00
Rewriter
Sema [ms-inline asm] Add test case for r166792. 2012-10-26 18:33:59 +00:00
SemaCUDA
SemaCXX Revert functional part of r166896 and just suppress -Wunneeded-internal-declaration for reference types for now. This needs more work; the cases we currently miss are a bit random. 2012-10-28 07:39:29 +00:00
SemaObjC Objective-C: check that when a category method is being implemented, 2012-10-23 23:06:22 +00:00
SemaObjCXX Add a simple test involving decltype on Objective-C properties and ivars 2012-10-24 14:13:21 +00:00
SemaOpenCL Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
SemaTemplate When rebuilding a DependentScopeDeclRefExpr, perform a lookup into the scope 2012-10-23 19:56:01 +00:00
Tooling
Unit
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg tests: Stop mangling '-vg' into the triple, we don't use this currently. 2012-10-19 20:11:46 +00:00
lit.site.cfg.in
make_test_dirs.pl