llvm-capstone/clang/unittests
Ilya Karapsin 2147e940e8 Add __builtin_FILE_NAME()
Add '__builtin_FILE_NAME()', which expands to the filename because the
full path is not always needed. It corresponds to the '__FILE_NAME__'
predefined macro and is consistent with the other '__builin' functions
added for predefined macros.

Differential Revision: https://reviews.llvm.org/D144878
2023-03-17 09:52:41 -04:00
..
Analysis [clang][dataflow] Fix missed fields in field set construction. 2023-02-28 18:56:54 +00:00
AST Add __builtin_FILE_NAME() 2023-03-17 09:52:41 -04:00
ASTMatchers [ASTMatcher] Add coroutineBodyStmt matcher 2023-03-01 11:51:46 -05:00
Basic [clang/Diagnostic] Use optional to disambiguate between a StoredDiagMessage that is not set vs set as empty string 2023-03-03 12:48:48 -08:00
CodeGen [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
CrossTU Remove unused #include "llvm/ADT/Optional.h" 2022-12-05 06:31:11 +00:00
DirectoryWatcher [clang] Use std::optional instead of llvm::Optional (NFC) 2023-01-02 15:54:57 -08:00
Driver [NFC] Class for building MultilibSet 2023-02-22 09:24:48 +00:00
Format [clang-format] Treat &/&& as reference when followed by requires clause 2023-03-14 12:51:34 +02:00
Frontend [libclang] Add index option to store preambles in memory 2023-03-15 09:21:41 -04:00
Index [clang] Visit enum base specifiers in libIndex 2021-10-25 13:16:14 +02:00
Interpreter [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
Introspection Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ part 2023-01-09 12:15:24 +01:00
Lex [NFC] Refactor ModuleDeclStateTest to make it not dependent on Frontend 2023-02-15 11:30:18 +08:00
libclang [libclang] Add index option to store preambles in memory 2023-03-15 09:21:41 -04:00
Rename Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
Rewrite
Sema [test] Split out Annotations from TestingSupport 2023-01-12 13:40:47 -08:00
Serialization [clang] Use std::optional instead of llvm::Optional (NFC) 2023-01-14 12:31:01 -08:00
StaticAnalyzer [analyzer] Remove the loop from the exploded graph caused by missing information in program points 2023-03-04 02:01:45 +01:00
Support [Clang] Add machinery to catch overflow in unary minus outside of a constant expression context 2023-01-31 09:35:12 -08:00
Tooling [clangd] Move standard options adaptor to CommandMangler 2023-03-17 03:10:36 -07:00
CMakeLists.txt [clang] Fix linking to LLVMTestingAnnotations in standalone build 2023-01-24 13:21:24 +01:00