aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-4/+4
2022-06-14[analyzer][NFC] Replace getLastArg with hasArg when applicableBalazs Benics1-2/+2
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics1-0/+4
2022-06-14[analyzer][NFC] Inline AnalyzerOptions::getUserMode()Balazs Benics1-13/+10
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics1-26/+3
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber1-7/+26
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics1-0/+4
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics1-26/+3
2022-05-31[HLSL] Enable vector types for hlsl.Xiang Li1-0/+4
2022-05-30Revert "[HLSL] Enable vector types for hlsl."Nico Weber1-4/+0
2022-05-30[HLSL] Enable vector types for hlsl.Xiang Li1-0/+4
2022-05-25Move GCC-compatible pod-packing change to v15/old behavior available at v14 a...David Blaikie1-4/+0
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao1-0/+11
2022-05-11[clang][AIX] Don't ignore XCOFF visibility by defaultDavid Tenty1-22/+1
2022-05-02Mark identifier prefixes as substitutableHarald van Dijk1-0/+4
2022-04-29Additionally set f32 mode with denormal-fp-mathDavid Candler1-1/+3
2022-04-29[X86] Fix CodeGen Module Flag for -mibt-sealJoao Moreira1-0/+3
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-04-13[Clang] Remove support for legacy pass managerNikita Popov1-9/+0
2022-04-13[clang] NFC, move CompilerInvocation::setLangDefaults to LangOptions.hHaojian Wu1-173/+1
2022-04-10[Driver] Simplify -f[no-]diagnostics-color handling. NFCFangrui Song1-4/+2
2022-04-10[Frontend] Simplify -finline* handling. NFCFangrui Song1-17/+16
2022-04-09[randstruct] Add randomize structure layout supportConnor Kuehl1-0/+17
2022-04-08Revert D121556 "[randstruct] Add randomize structure layout support"Fangrui Song1-17/+0
2022-04-08[randstruct] Add randomize structure layout supportConnor Kuehl1-0/+17
2022-04-08Clarify language option default value behavior; NFCAaron Ballman1-0/+2
2022-04-05Emit OpenCL metadata when targeting SPIR-VShangwu Yao1-0/+4
2022-04-05In fast-math mode, when unsafe math optimizations are enabled, theZahira Ammarguellat1-0/+16
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya1-41/+0
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-41/+0
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+41
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman1-0/+27
2022-03-28[C++20][Modules][HU 5/5] Add fdirectives-only mode for preprocessing output.Iain Sandoe1-0/+3
2022-03-26[C++20][Modules][HU 2/5] Support searching Header Units in user or system sea...Iain Sandoe1-7/+55
2022-03-26[Option] Avoid using the default argument for the 3-argument hasFlag. NFCFangrui Song1-2/+2
2022-03-25[C++20][Modules][HU 1/5] Introduce header units as a module type.Iain Sandoe1-1/+3
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth1-36/+0
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth1-0/+36
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth1-36/+0
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth1-0/+36
2022-03-09[clang][sema] Enable first-class bool support for C2xTimm Bäder1-2/+2
2022-02-25[analyzer] Don't crash if the analyzer-constraint is set to Z3, but llvm is n...Kristóf Umann1-0/+5
2022-02-15[clang] Remove a duplicate action kind table entry.iains1-1/+0
2022-02-14[X86][MS] Add 80bit long double support for WindowsPhoebe Wang1-3/+12
2022-02-04[OpenMP] Completely remove old device runtimeJoseph Huber1-15/+5
2022-02-02[clang][macho] add clang frontend support for emitting macho files with two b...Alex Lorenz1-0/+12
2022-01-28GCC ABI Compatibility: Preserve alignment of non-pod members in packed structsDavid Blaikie1-0/+4
2022-01-26[clang] Add an extract-api driver optionZixu Wang1-0/+2