llvm-project/clang/test
Muhammad Omair Javaid c9ddb02659 Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there."
This reverts commit 8ff85ed905.

This commit introduced 9 new failures on lldb buildbot host at http://lab.llvm.org:8014/builders/lldb-aarch64-ubuntu

Following tests were failing:
    lldb-api :: functionalities/tail_call_frames/ambiguous_tail_call_seq1/TestAmbiguousTailCallSeq1.py
    lldb-api :: functionalities/tail_call_frames/ambiguous_tail_call_seq2/TestAmbiguousTailCallSeq2.py
    lldb-api :: functionalities/tail_call_frames/disambiguate_call_site/TestDisambiguateCallSite.py
    lldb-api :: functionalities/tail_call_frames/disambiguate_paths_to_common_sink/TestDisambiguatePathsToCommonSink.py
    lldb-api :: functionalities/tail_call_frames/disambiguate_tail_call_seq/TestDisambiguateTailCallSeq.py
    lldb-api :: functionalities/tail_call_frames/inlining_and_tail_calls/TestInliningAndTailCalls.py
    lldb-api :: functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py
    lldb-api :: functionalities/tail_call_frames/thread_step_out_message/TestArtificialFrameStepOutMessage.py
    lldb-api :: functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py
    lldb-api :: functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py

Tags: #llvm
Differential Revision: https://reviews.llvm.org/D65410
2019-11-26 09:32:13 +05:00
..
ARCMT
AST [Attr] Fix `-ast-print` for `asm` attribute 2019-11-18 11:55:25 -05:00
ASTMerge [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
Analysis [analyzer] Add custom filter functions for GenericTaintChecker 2019-11-23 20:12:15 +01:00
CXX [Diagnostics] Try to improve warning message for -Wreturn-type 2019-11-09 17:54:58 +01:00
ClangScanDeps [clang][ScanDeps] Fix issue with multiple commands with the same input. 2019-10-31 14:22:01 -07:00
CodeCompletion [clangd] Show lambda signature for lambda autocompletions 2019-11-22 12:48:06 +01:00
CodeGen Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there." 2019-11-26 09:32:13 +05:00
CodeGenCUDA clang: Add -fconvergent-functions flag 2019-11-19 23:20:15 +05:30
CodeGenCXX Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there." 2019-11-26 09:32:13 +05:00
CodeGenCoroutines Remove unreachable blocks before splitting a coroutine. 2019-08-14 03:54:13 +00:00
CodeGenObjC Debug info: Emit objc_direct methods as members of their containing class 2019-11-21 11:01:10 -08:00
CodeGenObjCXX Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there." 2019-11-26 09:32:13 +05:00
CodeGenOpenCL [OpenCL] Add builtin function attribute handling 2019-11-05 10:26:47 +00:00
CodeGenOpenCLCXX [OpenCL] Fix address space for base method call (PR43145) 2019-11-21 10:39:33 +00:00
Coverage
CoverageMapping Revert "Use -fdebug-compilation-dir to form absolute paths in coverage mappings" 2019-10-28 14:40:17 -07:00
Driver [Driver] Fix incorrect GNU triplet for PowerPC on SUSE Linux 2019-11-23 16:00:53 +01:00
FixIt [c++20] P1143R2: Add support for the C++20 'constinit' keyword. 2019-09-04 20:30:37 +00:00
Format [clang-format] Proposal for clang-format to give compiler style warnings 2019-10-13 14:51:45 +00:00
Frontend [Sema] Add MacroQualified case for FunctionTypeUnwrapper 2019-11-12 16:22:13 -08:00
Headers [X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit mode 2019-11-14 13:21:36 -08:00
Import [ASTImporter] Add support for BuiltinTemplateDecl 2019-10-30 14:53:35 +01:00
Index Revert "[Diagnostic] add a warning which warns about misleading indentation" 2019-11-25 13:19:57 -08:00
Integration
InterfaceStubs [clang][IFS] Driver Pipeline: generate stubs after standard pipeline (3) 2019-11-20 16:22:50 -05:00
Layout
Lexer Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there." 2019-11-26 09:32:13 +05:00
Misc Revert "[Diagnostic] add a warning which warns about misleading indentation" 2019-11-25 13:19:57 -08:00
Modules Remove +x permission on some files 2019-11-16 14:47:20 +01:00
OpenMP [OPENMP]Fix PR41826: symbols visibility in device code. 2019-11-25 15:01:28 -05:00
PCH Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 described there." 2019-11-26 09:32:13 +05:00
Parser Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outside OpenCL. 2019-11-20 11:59:58 -08:00
Preprocessor Disallow use of __has_c_attribute in C++ mode. 2019-11-25 17:35:12 -05:00
Profile Update clang tests for new LLVM IR backslash printing in r374415 2019-10-10 18:36:41 +00:00
Refactor [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy 2019-08-14 13:37:39 +00:00
Rewriter
Sema [Diagnostics] Warn for comparison with string literals expanded from macro (PR44064) 2019-11-24 19:40:32 +01:00
SemaCUDA [CUDA][HIP} Add a test for constexpr default ctor 2019-10-11 02:43:28 +00:00
SemaCXX Revert "[Diagnostic] add a warning which warns about misleading indentation" 2019-11-25 13:19:57 -08:00
SemaObjC [Sema] Fix a -Wobjc-signed-char-bool false-positive 2019-11-18 12:15:20 -08:00
SemaObjCXX [ObjC] Diagnose implicit type coercion from ObjC 'Class' to object 2019-10-17 15:27:04 +00:00
SemaOpenCL Atomics: support min/max orthogonally 2019-11-21 10:37:56 +00:00
SemaOpenCLCXX Quote the token being diagnosed for C11 extensions. 2019-08-27 13:47:51 +00:00
SemaTemplate [Diagnostics] Try to improve warning message for -Wreturn-type 2019-11-09 17:54:58 +01:00
TableGen
Templight
Tooling Prefer 'env not' over 'not env' in tests. 2019-10-14 01:41:56 +00:00
Unit
VFS Improve VFS compatibility on Windows 2019-11-14 08:48:47 -08:00
clang-rename [clang-rename] Fix a crash when renaming a class without definition. 2019-10-04 14:09:31 +00:00
.clang-format
CMakeLists.txt [gen_ast_dump_json_test.py] Copy to binary directory to omit --clang argument 2019-11-15 12:52:56 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg.py Revert "[analyzer] Add test directory for scan-build." 2019-11-05 14:03:36 -08:00
lit.site.cfg.py.in Improve behavior in the case of stack exhaustion. 2019-08-26 18:18:07 +00:00
make_test_dirs.pl