llvm-project/clang/lib
Fangrui Song 52fa1d1a02 [Driver][AVR] Fix warn_drv_avr_stdlib_not_linked condition
Many options (-fsyntax-only, -E, -S, etc) skip the link action phase which the
existing condition does not account for.

Since the code no longer specifies OPT_c, I think a single RUN line about -c
not leading to a warning is sufficient. Adding one for all of -E,
-fsyntax-only, -S would be excessive.

Reviewed By: benshi001

Differential Revision: https://reviews.llvm.org/D122553
2022-03-28 10:27:16 -07: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][ASTImporter] Fix a bug when importing CXXDefaultInitExpr. 2022-03-28 10:55:26 +02:00
ASTMatchers Reland "[ASTMatchers] Output currently processing match and nodes on crash" 2022-03-25 17:53:58 +00:00
Analysis [clang][dataflow] Add support for disabling warnings on smart pointers. 2022-03-25 16:44:34 +00:00
Basic [AVR] Add more devices 2022-03-25 01:43:41 +00:00
CodeGen [OpenMP] Add AMDGPU calling convention to ctor / dtor functions 2022-03-25 22:44:20 -04:00
CrossTU [analyzer][ctu] Fix wrong 'multiple definitions' errors caused by space characters in lookup names when parsing the ctu index file 2022-03-22 10:28:42 +08:00
DirectoryWatcher [clang] [DirectoryWatcher] Remove leading \\?\ from GetFinalPathNameByHandleW 2021-11-08 22:21:30 +02:00
Driver [Driver][AVR] Fix warn_drv_avr_stdlib_not_linked condition 2022-03-28 10:27:16 -07:00
Edit [clang] Use true/false instead of 1/0 (NFC) 2022-01-09 00:19:47 -08:00
ExtractAPI [NFC][clang][extract-api] Rename variable 2022-03-24 15:12:40 -07:00
Format Revert "[clang-format] Correctly recognize arrays in template parameter list." 2022-03-24 10:14:13 +01:00
Frontend [C++20][Modules][HU 5/5] Add fdirectives-only mode for preprocessing output. 2022-03-28 07:38:22 +01: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] opencl-c.h: remove x/y/z arg names 2022-03-24 13:55:41 +00: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 [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Parse [C++20][Modules][HU 1/5] Introduce header units as a module type. 2022-03-25 09:17:14 +00:00
Rewrite Add assert on End iteration distance to Rewriter::getRewrittenText. 2022-01-25 17:26:13 +00:00
Sema [C++20][Modules][HU 4/5] Handle pre-processed header units. 2022-03-27 09:38:06 +01:00
Serialization [C++20][Modules][HU 3/5] Emit module macros for header units. 2022-03-26 16:30:40 +00:00
StaticAnalyzer [OpenMP] Initial parsing/sema for the 'omp target parallel loop' construct 2022-03-24 09:19:00 -07:00
Testing
Tooling [libTooling] Support TransformerResult<void> in consumer callbacks 2022-03-28 15:39:46 +00:00
CMakeLists.txt [clang][extract-api] Refactor ExtractAPI and improve docs 2022-03-22 13:21:57 -07:00