llvm-capstone/clang/lib
Arnamoy Bhattacharyya ab971c29a5 [flang][driver] Add options for -fdefault* and -flarge-sizes
Add support for the following Fortran dialect options:
  - -default*
  - -flarge-sizes

It also adds two test cases:
  # For checking whether `flang-new` is passing options correctly to `flang-new -fc1`.
  # For checking if `fdefault-` arguments are processed properly.

Also moves the Dialect related option parsing to a dedicated function
and adds a member `defaultKinds()` to `CompilerInvocation`

Depends on: D96032

Differential Revision: https://reviews.llvm.org/D96344
2021-03-04 13:29:07 +00:00
..
Analysis [MacroExpansionContext] Fix a warning. 2021-02-22 16:54:57 -08:00
APINotes APINotes: annotate dump methods (NFC) 2021-01-08 20:49:28 +00:00
ARCMigrate ARCMigrate: Migrate ObjCMT.cpp over to FileEntryRef 2020-12-09 14:16:05 -08:00
AST [CUDA][HIP] Support accessing static device variable in host code for -fgpu-rdc 2021-02-24 18:23:45 -05:00
ASTMatchers Add code complete support for mapAnyOf 2021-02-07 16:03:05 +00:00
Basic [RISCV] Make use of the required features in BuiltinInfo to store that V extension builtins require 'experimental-v'. 2021-03-03 16:24:08 -08:00
CodeGen Revert "Stop traping on sNaN in __builtin_isinf" 2021-03-04 12:07:35 +00:00
CrossTU [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
DirectoryWatcher Revert "ADT: Migrate users of AlignedCharArrayUnion to std::aligned_union_t, NFC" 2020-12-14 17:04:06 -08:00
Driver [flang][driver] Add options for -fdefault* and -flarge-sizes 2021-03-04 13:29:07 +00:00
Edit [clang] Use SourceLocation as key in hash maps, NFCI 2020-10-20 16:24:09 +01:00
Format [clang-format][PR47290] Add ShortNamespaceLines format option 2021-03-01 21:28:14 +01:00
Frontend [clang][cli] NFC: Use .str() instead of operator<< 2021-03-02 13:14:00 +01:00
FrontendTool [NFC] Refactor Registry loops to range for 2020-06-19 00:40:10 +01:00
Headers [PowerPC] Add missing overloads of vec_promote to altivec.h 2021-03-01 21:40:30 -06:00
Index [Clang][RISCV] Define RISC-V V builtin types 2021-02-18 10:17:31 +08:00
IndexSerialization [index-while-building] Fix build with -DBUILD_SHARED_LIBS=True 2020-08-20 15:12:56 +01:00
Lex Improve static_assert/_Static_assert diagnostics 2021-03-03 08:48:27 -05:00
Parse Implement P2173 for attributes on lambdas 2021-03-03 10:05:39 -05:00
Rewrite [clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy warning. NFCI. 2021-03-02 15:01:34 +00:00
Sema [RISCV] Make use of the required features in BuiltinInfo to store that V extension builtins require 'experimental-v'. 2021-03-03 16:24:08 -08:00
Serialization [OpenCL] Prevent adding extension pragma by default. 2021-03-03 15:02:21 +00:00
StaticAnalyzer [analyzer][CTU] API for CTU macro expansions 2021-02-22 11:12:22 +01:00
Testing Fix MSVC "not all control paths return a value" warning. NFC. 2020-06-05 10:45:59 +01:00
Tooling [clangd] Use flags from open files when opening headers they include 2021-03-01 09:43:59 +01:00
CMakeLists.txt APINotes: add APINotesYAMLCompiler 2020-11-05 18:55:13 +00:00