aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith1-0/+4
2021-05-11[AIX][TLS] Diagnose use of unimplemented TLS modelsVictor Huang1-0/+8
2021-05-04[clang] Add -fc++-abi= flag for specifying which C++ ABI to useLeonard Chan1-0/+18
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber1-14/+15
2021-05-01[AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieeeYaxun (Sam) Liu1-0/+5
2021-04-28[clang] Make libBasic not depend on MCNico Weber1-1/+2
2021-04-19[clang][cli] NFC: Move conditional LangOptions parsing/generationJan Svoboda1-40/+41
2021-04-19[clang][cli] NFC: Use Diags to report parsing success/failureJan Svoboda1-144/+110
2021-04-19[clang] Implement CompilerInvocation copy assignmentJan Svoboda1-0/+17
2021-04-19[clang] Rename CompilerInvocationBase to RefBase, split out ValueBaseJan Svoboda1-3/+4
2021-04-14[clang] Fix copy constructor of CompilerInvocationJan Svoboda1-2/+4
2021-03-30[clang][cli] Fix round-trip of OPT_plugin_argJohn Brawn1-2/+7
2021-03-25[Debugify] Expose original debug info preservation check as CC1 optionDjordje Todorovic1-0/+6
2021-03-24[OpenCL] Added distinct file extension for C++ for OpenCL.Anastasia Stulova1-2/+17
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman1-0/+5
2021-03-12[NFC] Adjust SmallVector.h header to workaround XL build compiler issuexling-Liao1-2/+2
2021-03-09Revert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if applicable"Fangrui Song1-5/+0
2021-03-09Define __GCC_HAVE_DWARF2_CFI_ASM if applicableFangrui Song1-0/+5
2021-03-09[AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-v...diggerlin1-24/+27
2021-03-05[clang][cli] Fix generation of '-fvisibility' with regards to '-mignore-xcoff...Jan Svoboda1-0/+17
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda1-8/+3
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda1-16/+6
2021-02-26[clang][cli] Implement '-cuid=' marshallingJan Svoboda1-5/+0
2021-02-26[clang][cli] Fix build failure in CompilerInvocationJan Svoboda1-2/+2
2021-02-25[Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek1-4/+4
2021-02-25[NFC] Switch to auto marshalling infrastructure for `-fsanitize-address-destr...Dan Liew1-13/+0
2021-02-25[Clang][ASan] Introduce `-fsanitize-address-destructor-kind=` driver & fronte...Dan Liew1-0/+13
2021-02-25[clang] Remove a superfluous semicolon, silencing GCC warnings. NFC.Martin Storsjö1-1/+1
2021-02-25[clang][cli] NFC: Remove intermediate command line parsing functionsJan Svoboda1-121/+41
2021-02-25[clang][cli] Round-trip the whole CompilerInvocationJan Svoboda1-340/+125
2021-02-25[clang][cli] Store additional optimization remarks infoJan Svoboda1-38/+89
2021-02-25[clang][cli] Remove marshalling from Opt{In,Out}FFlagJan Svoboda1-6/+0
2021-02-22[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to No...Melanie Blower1-5/+4
2021-02-22[clang][cli] Pass '-Wspir-compat' to cc1 from driverJan Svoboda1-4/+0
2021-02-22[clang][cli] Stop creating '-Wno-stdlibcxx-not-found' in cc1Jan Svoboda1-6/+0
2021-02-17Basic block sections should enable not function sections implicitly.Sriraman Tallam1-5/+2
2021-02-16[clang][cli] Generate -f[no-]finite-loops argumentsJan Svoboda1-0/+11
2021-02-12[clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn1-1/+5
2021-02-10[clang][cli] Declare local variable for marshalling macrosJan Svoboda1-6/+12
2021-02-10[clang][cli] Extract FileSystem and Migrator options parsing/generationJan Svoboda1-19/+58
2021-02-10[clang][cli] Generate and round-trip Diagnostic optionsJan Svoboda1-11/+105
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda1-16/+129
2021-02-10[clang][cli] Generate and round-trip Target optionsJan Svoboda1-3/+61
2021-02-10[clang][cli] Generate and round-trip PreprocessorOutput optionsJan Svoboda1-10/+73
2021-02-10[clang][cli] Fix gcc "enumeral and non-enumeral type in conditional expressio...Yang Fan1-1/+1
2021-02-09[clang][cli] Generate and round-trip Frontend optionsJan Svoboda1-4/+212
2021-02-09[clang][cli] Store unsigned instead of OptSpecifier in tableJan Svoboda1-2/+2
2021-02-09[clang][cli] Look up program action argument in a tableJan Svoboda1-84/+80
2021-02-09[clang][cli] Store InputKind in FrontendOptionsJan Svoboda1-6/+10
2021-02-09[clang][cli] Generate and round-trip CodeGen optionsJan Svoboda1-29/+324