llvm-project/clang/lib
Duncan P. N. Exon Smith 3110060bc7 AST: Avoid using SmallVector::set_size() in UnresolvedSet
Update UnresolvedSet to use (and expose) `SmallVector::truncate()` instead
of `SmallVector::set_size()`. The latter is going to made private in a
future commit to avoid misuse.

Differential Revision: https://reviews.llvm.org/D115386
2022-01-11 17:47:23 -08: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 [clang] number labels in asm goto strings after tied inputs 2022-01-11 12:09:24 -08:00
ASTMatchers ASTMatchers: Avoid using SmallVector::set_size() 2022-01-11 17:01:46 -08:00
Analysis [clang][dataflow] Add transfer functions for assignment 2022-01-10 19:35:50 +00:00
Basic [Diagnostics] Don't drop a statically set NoWarningAsError flag during option processing 2022-01-10 16:38:01 -08:00
CodeGen [clang][CodeGen][UBSan] VLA size checking for unsigned integer parameter 2022-01-12 01:11:52 +01: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] Driver changes to always link-in asan_static library. 2022-01-11 15:31:41 +00:00
Edit [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
Format [clang-format] Fix SeparateDefinitionBlocks issues 2022-01-11 12:25:39 -05:00
Frontend [clang] Move `ApplyHeaderSearchOptions` from Frontend to Lex 2022-01-11 17:57:40 +01:00
FrontendTool [clang] Add plugin ActionType to run command line plugin before main action 2021-10-20 08:58:20 -07:00
Headers [HIP] Fix device malloc/free 2022-01-11 14:49:34 -05:00
Index [clang] Visit enum base specifiers in libIndex 2021-10-25 13:16:14 +02:00
IndexSerialization
Interpreter [clang] Remove unused forward declarations (NFC) 2022-01-08 11:56:40 -08:00
Lex [clang] Move `ApplyHeaderSearchOptions` from Frontend to Lex 2022-01-11 17:57:40 +01:00
Parse Reland "[AST] Add RParen loc for decltype AutoTypeloc." 2022-01-11 12:06:18 +01:00
Rewrite [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
Sema AST: Avoid using SmallVector::set_size() in UnresolvedSet 2022-01-11 17:47:23 -08:00
Serialization Reland "[AST] Add RParen loc for decltype AutoTypeloc." 2022-01-11 12:06:18 +01:00
StaticAnalyzer [clang] Fix bugprone argument comments (NFC) 2022-01-09 00:19:49 -08:00
Testing
Tooling [Tooling] When transferring compile commands between files, always use '--' 2022-01-11 01:41:42 +01:00
CMakeLists.txt [clang-repl] Recommit "Land initial infrastructure for incremental parsing" 2021-05-13 06:30:29 +00:00