llvm-project/clang/test
Hans Wennborg 4c02be3b83 Make sure we define wchar_t related macros correctly in -fms-extensions mode.
This adds a test to make sure we define _WCHAR_T_DEFINED and
_NATIVE_WCHAR_T_DEFINED correctly in the preprocessor, and updates
stddef.h to set it when typedeffing wchar_t.

llvm-svn: 180918
2013-05-02 13:12:32 +00:00
..
ARCMT Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
ASTMerge Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
Analysis [analyzer] RetainCountChecker: don't track through xpc_connection_set_context. 2013-05-02 01:51:40 +00:00
CXX Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Fix typo in FileCheck. 2013-05-01 20:10:14 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. 2013-04-30 21:34:13 +00:00
CodeGenObjC Remove an empty line so the line numbers match up again after the recent documentation change. 2013-04-19 21:59:40 +00:00
CodeGenObjCXX Drop ObjCIndirectCopyRestoreExprs during template instantiation. 2013-04-11 02:14:26 +00:00
CodeGenOpenCL Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
Coverage Objective-C: When using super.prop, property should be 2013-03-11 22:26:33 +00:00
Driver [driver] Allow multiple -arch options with -save-temps by adding the arch name 2013-04-30 22:01:21 +00:00
FixIt The 'constexpr implies const' rule for non-static member functions is gone in 2013-04-21 01:08:50 +00:00
Format clang-format support for multiple input files. 2013-04-24 12:46:44 +00:00
Frontend Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
Headers Make sure we define wchar_t related macros correctly in -fms-extensions mode. 2013-05-02 13:12:32 +00:00
Index [documenting declaration]: Remove arc liftime qualifiers 2013-05-01 20:53:21 +00:00
Lexer Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_local) true when the target supports thread-local storage. 2013-05-02 05:28:32 +00:00
Misc documenttion parsing. Provide a c-index test 2013-04-26 23:34:36 +00:00
Modules [Modules] Fix an issue where the reconstructed redeclaration chain was incomplete, missing the definition from a module. 2013-04-26 21:33:35 +00:00
OpenMP OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
PCH Implement C++1y decltype(auto). 2013-04-26 16:15:35 +00:00
Parser Objective-C parsing [qoi]: Recover gracefully with good diagnostic 2013-04-24 23:23:47 +00:00
Preprocessor Make sure we define wchar_t related macros correctly in -fms-extensions mode. 2013-05-02 13:12:32 +00:00
Rewriter Fix PR15845: apparently MSVC does not support implicit int in C++ mode. 2013-04-30 22:43:51 +00:00
Sema Fix PR15845: apparently MSVC does not support implicit int in C++ mode. 2013-04-30 22:43:51 +00:00
SemaCUDA
SemaCXX Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! 2013-05-01 19:02:43 +00:00
SemaObjC Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
SemaObjCXX Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
SemaOpenCL Add an error to check that all program scope variables are in the constant address space in OpenCL. 2013-04-05 20:14:50 +00:00
SemaTemplate Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there 2013-04-30 13:56:41 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling As of r180836, these tests should no longer be XFAILed on Windows. 2013-05-01 15:16:52 +00:00
Unit Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. 2013-04-04 07:41:20 +00:00
CMakeLists.txt Re-add clang-format tests to clang/test. 2013-03-25 09:14:25 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Revert r179671 and just pass a triple to the test for a platform with known 2013-04-17 17:27:51 +00:00
lit.site.cfg.in Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. 2013-03-26 08:28:18 +00:00
make_test_dirs.pl