hanchenye-llvm-project/clang/test
Adrian Prantl 524ba1f11d Debug Info: Fine-tune the simple return expression location handling to
only affect functions without a separate return block. This fixes the
linetable for void functions with cleanups and multiple returns.

llvm-svn: 187090
2013-07-25 00:23:42 +00:00
..
ARCMT Objective-C migrator: some cleanup. 2013-07-24 19:18:37 +00:00
ASTMerge Changes so that a few tests do not fail when running under guarded malloc. 2013-07-12 22:30:03 +00:00
Analysis Remove line number from test/Analysis/crash-trace.c. 2013-07-23 16:12:18 +00:00
CXX Integers which are too large should be an error. 2013-07-23 00:25:18 +00:00
CodeCompletion
CodeGen Partial revert of r185568. 2013-07-24 21:22:01 +00:00
CodeGenCUDA
CodeGenCXX Debug Info: Fine-tune the simple return expression location handling to 2013-07-25 00:23:42 +00:00
CodeGenObjC Debug Info: Fix an oversight of r186553. Ensure that the function prologue 2013-07-24 20:34:39 +00:00
CodeGenObjCXX Compute 'this' correctly for block in lambda. 2013-07-12 22:05:26 +00:00
CodeGenOpenCL
Coverage
Driver Pass -fno-math-builtin from the Clang driver to -cc1 for the l32 arch. 2013-07-24 18:20:14 +00:00
FixIt Move the "->" to "." fixit from r186128 into a separate note since 2013-07-15 19:54:54 +00:00
Format Added -lines X:Y option to specify line range to process. This is a more human-friendly alternative to -offset and -length. 2013-07-18 22:54:56 +00:00
Frontend avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831) 2013-07-20 14:30:01 +00:00
Headers Enable -ffreestanding for this test, to avoid #include_next'ing the system's 2013-07-03 18:35:53 +00:00
Index Documentation parsing: if typedef name is being declared 2013-07-24 22:58:51 +00:00
Lexer Update documentation to match current C++1y feature set. 2013-07-24 17:41:31 +00:00
Misc Integers which are too large should be an error. 2013-07-23 00:25:18 +00:00
Modules If an unimported submodule of an imported module contains a declaration of a 2013-07-14 02:01:48 +00:00
OpenMP OpenMP: basic support for #pragma omp parallel 2013-07-19 03:13:43 +00:00
PCH Test case for r18266 (serialization support for TagDecl:IsCompleteDefinitionRequired) 2013-07-15 21:33:26 +00:00
Parser PR5066: If a declarator cannot have an identifier, and cannot possibly be 2013-07-11 05:10:21 +00:00
Preprocessor Add not to a command that is expected to fail. 2013-07-24 18:45:44 +00:00
Rewriter Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Sema Removing a number of individual run lines and replacing them with single line test cases. This reduces the number of test runs, provides the same coverage, and allows us to test that the attribute names are included in the diagnostic. 2013-07-23 19:37:19 +00:00
SemaCUDA
SemaCXX C++1y: track object lifetime during constexpr evaluation, and don't allow 2013-07-24 07:11:57 +00:00
SemaObjC Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. 2013-07-23 19:30:11 +00:00
SemaObjCXX FIXME fix: improving diagnostics for template arguments deduction of class templates and explicit specializations 2013-07-19 23:00:19 +00:00
SemaOpenCL Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases. 2013-07-23 19:30:11 +00:00
SemaTemplate Add testcase for PR16134, which no longer crashes with ToT. 2013-07-22 18:09:32 +00:00
TableGen
Tooling Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
Unit
CMakeLists.txt
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg Add a cl.exe compatible driver mode 2013-07-19 20:33:20 +00:00
lit.site.cfg.in
make_test_dirs.pl