summaryrefslogtreecommitdiff
path: root/Modules/Compiler/Clang-C.cmake
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Add `--driver-mode=cl` when applicablePigeonF2021-09-101-0/+1
* Clang: Default C standard doesn't depend on compatibility modeRaul Tambre2021-02-251-5/+1
* Clang: Set standard flags according to frontend variantRaul Tambre2021-02-251-1/+1
* Clang: MSVC-style C flagsRaul Tambre2021-02-251-4/+14
* Clang: C23 supportRaul Tambre2021-02-251-0/+5
* Clang: C17 default versionRaul Tambre2021-02-251-1/+1
* Clang: C17 supportRaul Tambre2021-02-251-0/+7
* Clang: Correct default C standards for ancient versionsRaul Tambre2021-02-251-1/+1
* Clang: Correct C standards flags for ancient versionsRaul Tambre2021-02-251-15/+22
* Clang: C flags cleanupRaul Tambre2021-02-251-6/+4
* Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+2
* Makefiles Generators: use compiler for dependencies generationMarc Chevrier2020-11-291-0/+13
* Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-191-2/+0
* C: Compile when possible with explicit `C` language flag setRobert Maynard2020-06-091-0/+2
* clang-tidy: Add driver mode argumentHanjiang Yu2020-01-271-0/+4
* CompileFeatures: Record which C features the MSVC compiler supportsRobert Maynard2019-04-121-0/+3
* Record when C compilers have gained full support for 90,99,11Robert Maynard2019-03-271-0/+3
* Record C compile features flags for MinGW Clang on WindowsBrad King2017-11-011-1/+1
* Clang: Do not add '-std=' options when simulating MSVCRuben Van Boxem2017-06-271-7/+23
* Compilers: Port to use default cmake_record_lang_compile_features macrosChuck Atkins2017-05-301-15/+0
* Clang: Use common compiler macros for language standard defaultChuck Atkins2017-05-021-15/+1
* Features: Make feature recording conditions more consistentBrad King2016-12-021-1/+3
* Features: Centralize per-compiler recording macrosBrad King2016-11-021-7/+3
* Project: Guess default standard dialect if compiler was forced (#15852)Brad King2015-11-191-0/+7
* Project: Don't require computed default dialect if compiler was forced.Stephen Kelly2015-09-221-3/+5
* Project: Determine default language dialect for the compiler.Stephen Kelly2015-09-181-4/+5
* Features: Ensure appropriate return value from feature test macros.Stephen Kelly2015-01-151-2/+1
* Merge branch 'default-lang-dialect' into step2Stephen Kelly2014-11-201-3/+7
|\
| * Features: Fix the default C dialect for Clang and GNU.Stephen Kelly2014-11-201-1/+5
| * Features: Fix references to CXX compiler version in Clang-C.cmake.Stephen Kelly2014-11-191-2/+2
* | Features: Use the correct dialect flag when recording features.Stephen Kelly2014-11-121-4/+4
|/
* Features: Record for Clang 3.4Stephen Kelly2014-05-201-0/+36
* Clang: Split Compiler/Clang* modules out from GNU (#13550)Brad King2012-09-191-1/+2
* Recognize Clang C and C++ compilers (see #10693)Brad King2010-05-171-0/+1