summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2021-06-01[clang][Fuchsia] Turn on relative-vtables by default for FuchsiaLeonard Chan
2021-05-27[Clang] Enable __has_feature(coverage_sanitizer)Marco Elver
2021-05-18Introduce SYCL 2020 modeAaron Ballman
2021-05-15Support GCC's -fstack-usage flagPengxuan Zheng
2021-05-12Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith
2021-05-11Revert "Fix bad mangling of <data-member-prefix> for a closure in the initial...Richard Smith
2021-05-11Fix bad mangling of <data-member-prefix> for a closure in the initializer of ...Richard Smith
2021-05-11[AIX][TLS] Diagnose use of unimplemented TLS modelsVictor Huang
2021-05-04[clang] Add -fc++-abi= flag for specifying which C++ ABI to useLeonard Chan
2021-05-04[clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist=Nico Weber
2021-05-01[AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieeeYaxun (Sam) Liu
2021-04-28[clang] Make libBasic not depend on MCNico Weber
2021-04-19[clang][cli] NFC: Move conditional LangOptions parsing/generationJan Svoboda
2021-04-19[clang][cli] NFC: Use Diags to report parsing success/failureJan Svoboda
2021-04-19[clang] Implement CompilerInvocation copy assignmentJan Svoboda
2021-04-19[clang] Rename CompilerInvocationBase to RefBase, split out ValueBaseJan Svoboda
2021-04-14[clang] Fix copy constructor of CompilerInvocationJan Svoboda
2021-03-30[clang][cli] Fix round-trip of OPT_plugin_argJohn Brawn
2021-03-25[Debugify] Expose original debug info preservation check as CC1 optionDjordje Todorovic
2021-03-24[OpenCL] Added distinct file extension for C++ for OpenCL.Anastasia Stulova
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman
2021-03-12[NFC] Adjust SmallVector.h header to workaround XL build compiler issuexling-Liao
2021-03-09Revert D97743 "Define __GCC_HAVE_DWARF2_CFI_ASM if applicable"Fangrui Song
2021-03-09Define __GCC_HAVE_DWARF2_CFI_ASM if applicableFangrui Song
2021-03-09[AIX] do not emit visibility attribute into IR when there is -mignore-xcoff-v...diggerlin
2021-03-05[clang][cli] Fix generation of '-fvisibility' with regards to '-mignore-xcoff...Jan Svoboda
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda
2021-03-02[clang][cli] NFC: Use .str() instead of operator<<Jan Svoboda
2021-02-26[clang][cli] Implement '-cuid=' marshallingJan Svoboda
2021-02-26[clang][cli] Fix build failure in CompilerInvocationJan Svoboda
2021-02-25[Driver] Rename -fprofile-{prefix-map,compilation-dir} to -fcoverage-{prefix-...Petr Hosek
2021-02-25[NFC] Switch to auto marshalling infrastructure for `-fsanitize-address-destr...Dan Liew
2021-02-25[Clang][ASan] Introduce `-fsanitize-address-destructor-kind=` driver & fronte...Dan Liew
2021-02-25[clang] Remove a superfluous semicolon, silencing GCC warnings. NFC.Martin Storsjö
2021-02-25[clang][cli] NFC: Remove intermediate command line parsing functionsJan Svoboda
2021-02-25[clang][cli] Round-trip the whole CompilerInvocationJan Svoboda
2021-02-25[clang][cli] Store additional optimization remarks infoJan Svoboda
2021-02-25[clang][cli] Remove marshalling from Opt{In,Out}FFlagJan Svoboda
2021-02-22[clang][patch] Inclusive language, modify filename SanitizerBlacklist.h to No...Melanie Blower
2021-02-22[clang][cli] Pass '-Wspir-compat' to cc1 from driverJan Svoboda
2021-02-22[clang][cli] Stop creating '-Wno-stdlibcxx-not-found' in cc1Jan Svoboda
2021-02-17Basic block sections should enable not function sections implicitly.Sriraman Tallam
2021-02-16[clang][cli] Generate -f[no-]finite-loops argumentsJan Svoboda
2021-02-12[clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn
2021-02-10[clang][cli] Declare local variable for marshalling macrosJan Svoboda
2021-02-10[clang][cli] Extract FileSystem and Migrator options parsing/generationJan Svoboda
2021-02-10[clang][cli] Generate and round-trip Diagnostic optionsJan Svoboda
2021-02-10[clang][cli] Generate and round-trip DependencyOutput optionsJan Svoboda
2021-02-10[clang][cli] Generate and round-trip Target optionsJan Svoboda
2021-02-10[clang][cli] Generate and round-trip PreprocessorOutput optionsJan Svoboda