aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [C++2b] Support size_t literalsAnton Bikineev2021-03-311-0/+3
* [SYCL] Rework the SYCL driver optionsAaron Ballman2021-03-171-1/+1
* Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...Richard Smith2021-03-011-1/+1
* [OpenCL] Refactor of targets OpenCL option settingsAnton Zabaznov2021-01-251-4/+1
* [clang] Use enum for LangOptions::SYCLVersion instead of unsignedJan Svoboda2020-12-211-1/+1
* [c++20] Mark class type NTTPs as done and start defining the feature test macro.Richard Smith2020-12-181-1/+1
* [clang][cli] Create accessors for exception models in LangOptionsJan Svoboda2020-12-151-4/+4
* [c++2b] Add option -std=c++2b to enable support for potential C++2b features.Marek Kurdej2020-12-031-1/+4
* [Clang] Add __STDCPP_THREADS__ to standard predefine macrosZequan Wu2020-11-221-0/+6
* [OpenCL] Add new compilation mode for OpenCL 3.0.Anastasia Stulova2020-10-091-0/+4
* [OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam2020-06-251-4/+4
* C++2a -> C++20 in some identifiers; NFC.Aaron Ballman2020-04-211-5/+5
* [SYCL] Driver option to select SYCL versionRuyman2020-03-071-0/+7
* Revert "[SYCL] Driver option to select SYCL version"Alexey Bader2020-02-271-7/+0
* [SYCL] Driver option to select SYCL versionRuyman2020-02-271-0/+7
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-181-17/+27
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-3/+3
* [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz2020-01-241-6/+1
* [Concepts] Requires ExpressionsSaar Raz2020-01-191-0/+3
* Revert "[Concepts] Requires Expressions"Saar Raz2020-01-181-3/+0
* [Concepts] Requires ExpressionsSaar Raz2020-01-181-0/+3
* 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
* Mark the major papers for C++20 consistent comparisons as "done", andRichard Smith2019-12-151-0/+1
* [SYCL] Add support for auxiliary triple specification to FrontendAlexey Bader2019-12-111-1/+2
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-211-0/+1
* [clang-scan-deps] Support for clang --analyze in clang-scan-depsJan Korous2019-10-141-4/+5
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-14/+20
* Mark P0784R7 as complete and start defining its feature-test macro.Richard Smith2019-10-031-0/+1
* Revert "[static analyzer] Define __clang_analyzer__ macro in driver"Jan Korous2019-09-241-0/+4
* [static analyzer] Define __clang_analyzer__ macro in driverJan Korous2019-09-241-4/+0
* [c++20] P1143R2: Add support for the C++20 'constinit' keyword.Richard Smith2019-09-041-1/+3
* Implement P1668R1Erich Keane2019-08-191-0/+1
* [OpenCL] Fix lang mode predefined macros for C++ mode.Anastasia Stulova2019-08-121-9/+9
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-071-5/+5
* [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev2019-08-071-0/+3
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+1
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-4/+3
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+6
* Remove __VERSION__Sylvestre Ledru2019-07-121-6/+0
* Fix the predefined exponent limit macros for the 16-bit IEEE format.John McCall2019-05-311-3/+3
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-091-2/+1
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-0/+2
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-2/+0
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-0/+2
* [SYCL] Add clang front-end option to enable SYCL device compilation flow.Alexey Bader2019-02-251-0/+6
* Enable coroutines under -std=c++2a.Richard Smith2019-02-231-1/+1
* Make predefined FLT16 macros conditional on support for the typeNemanja Ivanovic2019-02-201-1/+2
* [OpenCL][PR40603] In C++ preserve compatibility with OpenCL C v2.0Anastasia Stulova2019-02-071-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3