llvm-project/clang/unittests
Martin Probst 736a380212 clang-format: [JS] tests for async wrapping.
Summary:
Adds tests to ensure that `async method() ...` does not wrap between async and
the method name, which would cause automatic semicolon insertion.

Reviewers: krasimir

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70377
2020-01-16 11:23:11 +01:00
..
AST [clang] Remove raw string literals in macros 2020-01-13 12:38:58 +00:00
ASTMatchers [clang] Remove raw string literals in macros 2020-01-13 12:38:58 +00:00
Analysis [NFC] format unittest for ExprMutAnalyzer 2020-01-10 16:10:55 +01:00
Basic [clang] Fix out-of-bounds memory access in ComputeLineNumbers 2020-01-10 11:22:41 -08:00
CodeGen Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic template 2020-01-14 18:56:29 +01:00
CrossTU [Tooling] Migrated APIs that take ownership of objects to unique_ptr 2019-08-30 09:29:34 +00:00
DirectoryWatcher Use ASSERT_THAT_ERROR instead of logAllUnhandledErrors/exit 2019-08-09 06:14:54 +00:00
Driver [Clang] Bypass distro detection on non-Linux hosts 2019-11-28 17:02:06 -05:00
Format clang-format: [JS] tests for async wrapping. 2020-01-16 11:23:11 +01:00
Frontend [FrontendTests] Try again to make test not write an output file 2019-10-22 08:44:34 +00:00
Index [NFC] Fix typos in Clangd and Clang 2019-12-16 10:54:40 +01:00
Lex [clang-scan-deps] do not skip empty #if/#elif in the minimizer to avoid missing `__has_include` dependencies 2019-12-02 18:47:22 -08:00
Rename cmake: Add CLANG_LINK_CLANG_DYLIB option 2019-07-03 22:45:55 +00:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [CodeComplete] Fix a crash in preferred type and signature help 2019-12-11 09:43:28 +01:00
Serialization cmake: Add CLANG_LINK_CLANG_DYLIB option 2019-07-03 22:45:55 +00:00
StaticAnalyzer [analyzer][NFC] Fix inconsistent references to checkers as "checks" 2019-09-12 19:09:24 +00:00
Tooling [Syntax] Unset IsOriginal flag on nodes removed from the tree 2020-01-14 17:00:33 +01:00
libclang Revert "[Support] make report_fatal_error `abort` instead of `exit`" 2020-01-15 17:52:25 -08:00
CMakeLists.txt [clang] [unittest] Import LLVMTestingSupport if necessary 2019-09-12 13:06:12 +00:00