summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-17/+27
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-101-0/+1
* [Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...Fangrui Song2020-01-241-0/+2
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-242-7/+3
* [Concepts] Constraint Satisfaction CachingSaar Raz2020-01-241-0/+2
* [Concepts] Requires ExpressionsSaar Raz2020-01-242-0/+7
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-131-2/+2
* [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block.Puyan Lotfi2020-01-131-0/+4
* [NFC][clang][IFS] Adding braces to if-statement as prep for D71301.Puyan Lotfi2020-01-131-1/+2
* This option allows selecting the TLS size in the local exec TLS model,KAWASHIMA Takahiro2020-01-131-0/+2
* [Driver][CodeGen] Add -fpatchable-function-entry=N[,0]Fangrui Song2020-01-101-0/+2
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-0/+6
* Add Triple::isX86()Fangrui Song2020-01-061-1/+1
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-0/+4
* [AST] Add missing MultiplexConsumer::CompleteExternalDeclarationReid Kleckner2019-12-221-0/+5
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-4/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-0/+4
* [NFC] Separate getLastArgIntValue to BasicYaxun (Sam) Liu2019-12-211-27/+0
* [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-pathsKarl-Johan Karlsson2019-12-201-12/+11
* Fix crash on init-capture packs where the type of the initializer is non-depe...Richard Smith2019-12-191-1/+2
* Implement latest C++ feature test macro recommendations.Richard Smith2019-12-191-4/+14
* [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson2019-12-191-0/+1
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-193-2/+3
* Revert concepts changes from D41910Vedant Kumar2019-12-181-4/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-0/+4
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-183-3/+2
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-183-2/+3
* [Frontend] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-171-3/+3
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-171-0/+1
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-151-0/+1
* Default to -fuse-init-arrayFangrui Song2019-12-121-1/+1
* [OpenMP] Use the OpenMP-IR-BuilderJohannes Doerfert2019-12-111-0/+2
* [SYCL] Add support for auxiliary triple specification to FrontendAlexey Bader2019-12-112-3/+5
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-0/+2
* [Frontend] Allow OpenMP offloading to aarch64Bryan Chan2019-12-081-1/+2
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+28
* [clang][IFS] Adding support for new clang interface stubs decl types.Puyan Lotfi2019-12-041-0/+4
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-28/+0
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+28
* [clangd] Log cc1 args at verbose level.Sam McCall2019-11-291-1/+4
* [ConstExprPreter] Removed the flag forcing the use of the interpreterNandor Licker2019-11-271-2/+0
* [Frontend] Clean up some dead code in PrecompiledPreamble. NFCSam McCall2019-11-271-14/+3
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-261-0/+3
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-224-57/+56
* clang/Modules: Refactor CompilerInstance::loadModule, NFCDuncan P. N. Exon Smith2019-11-221-203/+248
* Move vtordisp mode from Attr class to LangOptions.h, NFCReid Kleckner2019-11-221-1/+2
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-212-2/+2
* clang/Modules: Early return in CompilerInstance::createModuleManager, NFCDuncan P. N. Exon Smith2019-11-191-43/+44
* clang: Add -fconvergent-functions flagMatt Arsenault2019-11-191-0/+3
* Work on cleaning up denormal mode handlingMatt Arsenault2019-11-191-7/+2
OpenPOWER on IntegriCloud