llvm-project/clang/lib
Vassil Vassilev 788e0f7f3e [clang-repl] Add an accessor to our underlying execution engine
This patch will allow better incremental adoption of these changes in downstream
cling and other users which want to experiment by customizing the execution
engine.
2022-03-11 09:24:47 +00:00
..
APINotes [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
ARCMigrate [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
AST Revert "[clang][ABI] New C++20 module mangling scheme" 2022-03-09 10:15:15 +08:00
ASTMatchers Add `isConstinit` matcher 2022-01-24 08:35:42 -05:00
Analysis [clang][dataflow] Add analysis that detects unsafe accesses to optionals 2022-03-10 11:05:31 +00:00
Basic [WebAssembly] Add new target feature in support of 'extended-const' proposal 2022-03-07 16:45:42 -08:00
CodeGen [clang] ScalarExprEmitter::VisitCastExpr - use castAs<> instead of getAs<> to avoid dereference of nullptr 2022-03-09 11:40:37 +00:00
CrossTU Revert "[analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space characters in lookup names when parsing the ctu index file" 2021-12-16 20:46:51 -05:00
DirectoryWatcher [clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleW 2021-11-08 22:21:30 +02:00
Driver [ASan] Moved optimized callbacks out of asan_static to avoid DSO size increase. 2022-03-10 21:11:32 +00:00
Edit [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
Format [clang-format] Fix namespace format when the name is followed by a macro 2022-03-10 15:00:32 -08:00
Frontend [clang][sema] Enable first-class bool support for C2x 2022-03-09 15:04:24 +01:00
FrontendTool [clang] Add an extract-api driver option 2022-01-26 11:31:12 -08:00
Headers [clang][sema] Enable first-class bool support for C2x 2022-03-09 15:04:24 +01:00
Index [clang] Visit enum base specifiers in libIndex 2021-10-25 13:16:14 +02:00
IndexSerialization
Interpreter [clang-repl] Add an accessor to our underlying execution engine 2022-03-11 09:24:47 +00:00
Lex [PS4] isPS4 and isPS4CPU are not meaningfully different 2022-03-03 11:36:59 -05:00
Parse Properly diagnose constant evaluation issues at TU scope 2022-03-08 10:19:15 -05:00
Rewrite Add assert on End iteration distance to Rewriter::getRewrittenText. 2022-01-25 17:26:13 +00:00
Sema [Sema][Windows] Don't special-case void* in __unaligned conversions. 2022-03-10 14:49:16 -08:00
Serialization [clang][modules] Report module maps affecting `no_undeclared_includes` modules 2022-03-07 10:47:46 +01:00
StaticAnalyzer [analyzer][NFC] Merge similar conditional paths 2022-03-07 22:05:27 +05:30
Testing
Tooling [pseudo] Strip comments for TokenStream. 2022-03-07 20:24:37 +01:00
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00