hanchenye-llvm-project/clang/test
Richard Smith a3519fa347 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build
a dependent-scope id expression when a templated member function of a
non-templated class references an unknown identifier, since instantiation won't
rebuild it (and we can tell at parse time that it'll never work). Based on a
patch by Faisal Vali!

llvm-svn: 180701
2013-04-29 08:45:27 +00:00
..
ARCMT [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
ASTMerge Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
Analysis [analyzer] An ObjC for-in loop runs 0 times if the collection is nil. 2013-04-26 21:43:01 +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 Struct-path aware TBAA: fix handling of may_alias attribute. 2013-04-27 00:39:37 +00:00
CodeGenCUDA Use kernel metadata to differentiate between kernel and device 2013-03-30 14:38:24 +00:00
CodeGenCXX Support debug info for using directives at global/namespace scope. 2013-04-26 05:41:06 +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] Implement the -fdebug-compilation-dir in a way that is compatible with 2013-04-26 20:49:50 +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 [tests] Only include stdint.h if we are in freestanding mode. 2013-04-17 21:11:07 +00:00
Index documenttion parsing. Provide a c-index test 2013-04-26 23:34:36 +00:00
Lexer Note that we support (and in fact have supported since the dawn of time itself) 2013-04-19 20:47:20 +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 Fix off-by-one error in #pragma clang system_header. 2013-04-17 19:09:18 +00:00
Rewriter Objective-C modern rewriter. Fixes a bug 2013-04-03 19:11:21 +00:00
Sema Reject asm output constraints that consist of modifiers only. 2013-04-18 13:23:23 +00:00
SemaCUDA
SemaCXX C++1y: support simple variable assignments in constexpr functions. 2013-04-26 14:36:30 +00:00
SemaObjC Fix an assertion hit in Sema::CheckObjCMethodOverrides. 2013-04-27 00:10:12 +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 Fix an assertion failure / accepts-invalid in -fms-extensions mode. Don't build 2013-04-29 08:45:27 +00:00
TableGen Revert "tg-fixits.td: fixup for Linux" 2013-01-11 02:37:47 +00:00
Tooling Added PR number for failing win64 tests. 2013-03-25 18:56:45 +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