llvm-project/clang/lib
Alex Bradbury bea5e88bcf [clang][Sema] Fix typo in checkBuiltinArgument helper
The checkBuiltinArgument helper takes an integer ArgIndex and is
documented as performing normal type-checking on that argument. However,
it mistakenly hardcodes the argument index to zero when retrieving the
argument from the call expression.

This hadn't been noticed previously as all in-tree uses typecheck the
0th argument anyway.
2022-04-20 14:42:41 +01: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 [NFC] Remove unused variable 2022-04-19 15:19:40 +08:00
ASTMatchers Reland "[ASTMatchers] Output currently matching node on crash" 2022-04-05 21:47:16 +01:00
Analysis [msan] Advance before destroying entry 2022-04-19 16:42:04 -07:00
Basic [PowerPC] add XLC compat builtin __abs 2022-04-20 05:14:22 -04:00
CodeGen [CodeGen] Fix -Wswitch after D116462 2022-04-19 17:33:15 -07:00
CrossTU [analyzer][ctu] Only import const and trivial VarDecls 2022-04-01 13:49:39 +02:00
DirectoryWatcher [clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleW 2021-11-08 22:21:30 +02:00
Driver [PS5] Avoid a driver crash 2022-04-19 15:55:32 -07:00
Edit [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ExtractAPI [clang][extract-api] Add support for true anonymous enums 2022-04-12 20:42:17 +01:00
Format [clang-format] SortIncludes should support "@import" lines in Objective-C 2022-04-20 07:03:35 +00:00
Frontend [misexpect] Re-implement MisExpect Diagnostics 2022-04-19 21:23:48 +00:00
FrontendTool [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Headers [OpenCL] Add missing __opencl_c_atomic_scope_device guards 2022-04-20 11:02:50 +01:00
Index [clang] Reformat 2022-03-24 05:56:23 -07:00
IndexSerialization
Interpreter [clang-repl] Add an accessor to our underlying execution engine 2022-03-11 09:24:47 +00:00
Lex [clang][lexer] Allow u8 character literal prefixes in C2x 2022-04-19 09:57:51 +02:00
Parse [Clang] Use of decltype(capture) in parameter-declaration-clause 2022-04-18 15:58:25 +02:00
Rewrite Add assert on End iteration distance to Rewriter::getRewrittenText. 2022-01-25 17:26:13 +00:00
Sema [clang][Sema] Fix typo in checkBuiltinArgument helper 2022-04-20 14:42:41 +01:00
Serialization [modules] Merge variable template specializations. 2022-04-19 14:48:42 -07:00
StaticAnalyzer [analyzer] Implemented RangeSet::Factory::castTo function to perform promotions, truncations and conversions. 2022-04-19 22:34:03 +03:00
Support [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00
Testing [Testing] Drop clangTesting from clang's public library interface 2022-04-20 13:28:44 +02:00
Tooling [clang-format] SortIncludes should support "@import" lines in Objective-C 2022-04-20 07:03:35 +00:00
CMakeLists.txt [RISCV] Moving RVV intrinsic type related util to clang/Support 2022-04-20 21:13:13 +08:00