summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-14[analyzer][NFC] Replace getLastArg with hasArg when applicableBalazs Benics
2022-06-14Reland "[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' ...Balazs Benics
2022-06-14[analyzer][NFC] Inline AnalyzerOptions::getUserMode()Balazs Benics
2022-06-14Reland "[analyzer] Deprecate `-analyzer-store region` flag"Balazs Benics
2022-06-10Revert "[analyzer] Deprecate `-analyzer-store region` flag"Nico Weber
2022-06-10[analyzer] Deprecate the unused 'analyzer-opt-analyze-nested-blocks' cc1 flagBalazs Benics
2022-06-10[analyzer] Deprecate `-analyzer-store region` flagBalazs Benics
2022-05-31[HLSL] Enable vector types for hlsl.Xiang Li
2022-05-30Revert "[HLSL] Enable vector types for hlsl."Nico Weber
2022-05-30[HLSL] Enable vector types for hlsl.Xiang Li
2022-05-25Move GCC-compatible pod-packing change to v15/old behavior available at v14 a...David Blaikie
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao
2022-05-11[clang][AIX] Don't ignore XCOFF visibility by defaultDavid Tenty
2022-05-02Mark identifier prefixes as substitutableHarald van Dijk
2022-04-29Additionally set f32 mode with denormal-fp-mathDavid Candler
2022-04-29[X86] Fix CodeGen Module Flag for -mibt-sealJoao Moreira
2022-04-19[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth
2022-04-13[Clang] Remove support for legacy pass managerNikita Popov
2022-04-13[clang] NFC, move CompilerInvocation::setLangDefaults to LangOptions.hHaojian Wu
2022-04-10[Driver] Simplify -f[no-]diagnostics-color handling. NFCFangrui Song
2022-04-10[Frontend] Simplify -finline* handling. NFCFangrui Song
2022-04-09[randstruct] Add randomize structure layout supportConnor Kuehl
2022-04-08Revert D121556 "[randstruct] Add randomize structure layout support"Fangrui Song
2022-04-08[randstruct] Add randomize structure layout supportConnor Kuehl
2022-04-08Clarify language option default value behavior; NFCAaron Ballman
2022-04-05Emit OpenCL metadata when targeting SPIR-VShangwu Yao
2022-04-05In fast-math mode, when unsafe math optimizations are enabled, theZahira Ammarguellat
2022-03-31Revert "[misexpect] Re-implement MisExpect Diagnostics"Jorge Gorbe Moya
2022-03-31[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth
2022-03-29Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth
2022-03-28[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman
2022-03-28[C++20][Modules][HU 5/5] Add fdirectives-only mode for preprocessing output.Iain Sandoe
2022-03-26[C++20][Modules][HU 2/5] Support searching Header Units in user or system sea...Iain Sandoe
2022-03-26[Option] Avoid using the default argument for the 3-argument hasFlag. NFCFangrui Song
2022-03-25[C++20][Modules][HU 1/5] Introduce header units as a module type.Iain Sandoe
2022-03-18Revert "Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics"""Paul Kirth
2022-03-18Revert "Revert "[misexpect] Re-implement MisExpect Diagnostics""Paul Kirth
2022-03-17Revert "[misexpect] Re-implement MisExpect Diagnostics"Paul Kirth
2022-03-17[misexpect] Re-implement MisExpect DiagnosticsPaul Kirth
2022-03-09[clang][sema] Enable first-class bool support for C2xTimm Bäder
2022-02-25[analyzer] Don't crash if the analyzer-constraint is set to Z3, but llvm is n...Kristóf Umann