clang-1/test
Hans Wennborg 15f92bad58 Add support for __wchar_t in -fms-extensions mode.
MSVC provides __wchar_t. This is the same as the built-in wchar_t type
from C++, but it is also available with -fno-wchar and in C.

The commit changes ASTContext to have two different types for this:

  - WCharTy is the built-in type used for wchar_t in C++ and __wchar_t.

  - WideCharTy is the type of a wide character literal. In C++ this is
    the same as WCharTy, and in C  it is an integer type compatible with
    the type in <stddef.h>.

This fixes PR15815.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181587 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-10 10:08:40 +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] Fix a crash triggered by printing a note on a default argument 2013-05-07 17:42:42 +00:00
CXX C++1y: an assignment operator is implicitly 'constexpr' if it would only call 'constexpr' assignment operators for a literal class type. 2013-05-07 03:19:20 +00:00
CodeCompletion PR14381: Never skip constexpr function bodies when code-completing. We may need 2012-11-19 21:13:18 +00:00
CodeGen Add pragma-comment.c test case for r181426 that I forgot to add 2013-05-09 21:10:06 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Debug Info: Fix a problem that resulted in missing DW_AT_specifications 2013-05-09 23:16:27 +00:00
CodeGenObjC Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +00:00
CodeGenObjCXX Correctly emit certain implicit references to 'self' even within 2013-05-03 07:33:41 +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 R600: Update GPU variants in -mcpu option 2013-05-06 16:12:05 +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 Remove dependence on system headers from this test, to try to make the Windows bots happier. 2013-05-09 22:45:27 +00:00
Index [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. 2013-05-10 01:28:51 +00:00
Lexer C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. 2013-05-07 19:32:56 +00:00
Misc Fix crash on invalid in template type diffing. 2013-05-07 21:36:24 +00:00
Modules [modules] When building a module, make sure we don't serialize out HeaderFileInfo for headers not belonging to the module. 2013-05-08 23:46:46 +00:00
OpenMP OpenMP threadprivate directive parsing and semantic analysis 2013-03-22 06:34:35 +00:00
PCH Serialization for captured statements 2013-05-03 19:20:19 +00:00
Parser C++1y n3648: parse and reject init-captures for now. 2013-05-09 21:36:41 +00:00
Preprocessor C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. 2013-05-07 19:32:56 +00:00
Rewriter Objective-C: Correctly encode 'retain' and 'copy' for readonly properties. 2013-05-08 23:47:40 +00:00
Sema Add support for __wchar_t in -fms-extensions mode. 2013-05-10 10:08:40 +00:00
SemaCUDA
SemaCXX Add support for __wchar_t in -fms-extensions mode. 2013-05-10 10:08:40 +00:00
SemaObjC In block enum-return inference, don't die on loads of enum lvalues. 2013-05-08 03:34:22 +00:00
SemaObjCXX Grab-bag of bit-field fixes: 2013-05-06 21:39:12 +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 <rdar://problem/13806270> A template argument list is a constant-evaluated context. 2013-05-03 23:44:54 +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