llvm-project/clang/test
Richard Barton 1448fdc426 Silence warning about not being able to find clang-interpreter
This binary is only built with the examples project, so only require it then.

llvm-svn: 249538
2015-10-07 11:14:25 +00:00
..
ARCMT Don't inherit availability information when implementing a protocol requirement. 2015-09-30 21:27:42 +00:00
ASTMerge PR10405 - Desugar FunctionType and TemplateSpecializationType if any type that appears inside needs to be desugared. 2015-07-16 01:06:17 +00:00
Analysis [analyzer] When memcpy'ing into a fixed-size array, do not invalidate entire region. 2015-09-24 16:52:56 +00:00
CXX [Sema] Don't crash when friending an unqualified templated constructor 2015-09-30 22:07:43 +00:00
CodeCompletion [Tests] Modified Lit Tests to be C++11 compatibile 2015-08-27 18:49:15 +00:00
CodeGen clang/test/CodeGen/exceptions-seh-leave-new.c: Use "opt -instnamer" for branch-sensitive checks. 2015-10-07 01:29:26 +00:00
CodeGenCUDA [CUDA] __global__ functions should always be visible externally. 2015-09-23 17:44:53 +00:00
CodeGenCXX Fix crash in codegen on casting to `bool &`. 2015-10-07 10:22:08 +00:00
CodeGenObjC Don't nil check non-nil class receiver of AArch64 stret calls. 2015-10-02 22:41:59 +00:00
CodeGenObjCXX Change arc-cxx11-init-list.mm to work with upcoming SCEV changes. 2015-09-25 23:07:11 +00:00
CodeGenOpenCL [OpenCL] Fix casting a true boolean to an integer vector. 2015-10-05 11:27:41 +00:00
Coverage
CoverageMapping InstrProf: Fix a misuse of the FunctionDecl API when generating coverage 2015-07-28 00:41:51 +00:00
Driver The Driver does not set the +strict-align flag when targeting 2015-10-05 12:45:10 +00:00
FixIt Promote a warning on ill-formed code (redeclaration missing an exception 2015-09-30 00:48:50 +00:00
Format Disable style-on-command-line test on Windows 2015-06-09 17:47:59 +00:00
Frontend Fix the sample profile format that breaks in test http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/505 2015-09-30 01:03:10 +00:00
Headers Make ms-intrin.cpp test require the x86 target. 2015-09-23 00:24:34 +00:00
Index Revert r249437 2015-10-06 18:53:12 +00:00
Integration
Layout Fix the layout of bitfields in ms_struct unions: their 2015-08-19 22:42:36 +00:00
Lexer Add -f[no-]declspec to control recognition of __declspec as a keyword 2015-10-04 17:51:05 +00:00
Misc Promote a warning on ill-formed code (redeclaration missing an exception 2015-09-30 00:48:50 +00:00
Modules Module Debugging: Emit (ObjC) function declarations in the module scope 2015-10-04 23:23:04 +00:00
OpenMP Make the test take input from stdin to prevent matching characters in a file path 2015-10-07 10:33:36 +00:00
PCH Support __builtin_ms_va_list. 2015-09-17 20:55:33 +00:00
Parser [OpenCL 2.0] Enable program scope variables, Section 6.5.1. 2015-09-30 14:08:20 +00:00
Preprocessor Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets. 2015-10-02 14:56:37 +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 __declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension. 2015-05-26 19:44:52 +00:00
Sema Diagnose const atomics in __atomic builtins. 2015-10-04 00:11:02 +00:00
SemaCUDA [CUDA] Allow parsing of host and device code simultaneously. 2015-09-22 17:23:22 +00:00
SemaCXX Don't try to get a CXXRecordDecl from a non-class TemplateSpecializationType. 2015-10-01 22:38:51 +00:00
SemaObjC Don't inherit the "unavailable" attribute from an overridden superclass method. 2015-09-30 21:34:33 +00:00
SemaObjCXX Perform Objective-C lifetime adjustments before comparing deduced lambda result types. 2015-10-01 20:20:47 +00:00
SemaOpenCL [OpenCL 2.0] Enable program scope variables, Section 6.5.1. 2015-09-30 14:08:20 +00:00
SemaTemplate Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of 2015-10-05 20:05:21 +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 Commit some test changes somehow missed in r239789. 2015-06-16 00:19:29 +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