aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-07-27[clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo1-0/+6
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata1-2/+2
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers1-0/+24
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-4/+4
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-6/+6
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-6/+6
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie1-0/+16
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie1-16/+0
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