summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor
Commit message (Expand)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-2/+8
* [Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...Scott Egerton2020-01-151-2/+1
* Revert "[RISCV] Add Clang frontend support for Bitmanip extension"Scott Egerton2020-01-151-7/+0
* [RISCV] Add Clang frontend support for Bitmanip extensionScott Egerton2020-01-141-0/+7
* [Driver][PowerPC] Move powerpcspe logic from cc1 to DriverFangrui Song2020-01-101-1/+0
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-1/+2
* AArch64: add missing Apple CPU names and use them by default.Tim Northover2020-01-081-4/+17
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-0/+6
* [test] Move ppc64 tests from test/Preprocessor/init.c to init-ppc64.cFangrui Song2020-01-072-1072/+1068
* [PS4] Predefine the __SCE__ macro for the x86_64-scei-ps4 tripleWarren Ristow2019-12-121-0/+1
* Bug 43965 - Value of _MSVC_LANG doesn't match MSVC++ VS2019 /std:c++latest modeSoumi Manna2019-12-041-1/+1
* [Diagnostic][test] Remove an unneeded change to pragma_diagnostic_sections.cp...Fangrui Song2019-12-031-1/+1
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-12-031-1/+1
* XFAIL a test on WindowsFangrui Song2019-11-261-0/+1
* [Preprocessor] Fix backslash tests on Windows after D49466Fangrui Song2019-11-261-6/+6
* Initial implementation of -fmacro-prefix-map and -ffile-prefix-mapDan McGregor2019-11-262-0/+24
* Disallow use of __has_c_attribute in C++ mode.Aaron Ballman2019-11-252-0/+14
* Revert "[Diagnostic] add a warning which warns about misleading indentation"Tom Stellard2019-11-251-1/+1
* [Diagnostic] add a warning which warns about misleading indentationTyker2019-11-251-1/+1
* [PowerPC] Add new Future CPU for PowerPCStefan Pintilie2019-11-211-0/+16
* Add 8548 CPU definition and attributesJustin Hibbits2019-11-121-0/+6
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-124-0/+116
* [mips] Set macros for Octeon+ CPUSimon Atanasyan2019-11-071-0/+10
* [X86] Add 'fxsr' feature to -march=pentium2 to match X86.td and gcc.Craig Topper2019-11-061-0/+1
* [X86] Add 'mmx' to all CPUs that have a version of 'sse' and weren't already ...Craig Topper2019-11-061-3/+11
* [mips] Set __OCTEON__ macrosSimon Atanasyan2019-11-051-0/+1
* [mips] Fix `__mips_isa_rev` macros value for Octeon CPUSimon Atanasyan2019-11-051-0/+9
* [ms] Fix Microsoft compatibility handling of commas in nested macro expansions.Eric Astor2019-11-041-0/+13
* [clang][llvm] Obsolete Exynos M1 and M2Evandro Menezes2019-10-302-10/+0
* Accept __is_same_as as a GCC-compatibility synonym for the proper trait name ...Richard Smith2019-10-291-0/+1
* Add -fgnuc-version= to control __GNUC__ and other GCC macrosReid Kleckner2019-10-101-70/+70
* Fix for expanding __pragmas in macro argumentsAmy Huang2019-10-071-1/+11
* [test] Use %clang_cc1 instead of %clang -cc1Fangrui Song2019-09-271-3/+3
* [SystemZ] Support z15 processor nameUlrich Weigand2019-09-201-0/+3
* [RISCV] Add option aliases: -mcmodel=medany and -mcmodel=medlowKito Cheng2019-09-171-0/+10
* [RISCV] Define __riscv_cmodel_medlow and __riscv_cmodel_medany correctlyKito Cheng2019-09-171-0/+20
* Fix up a test updated in r371655 - require case-insensitive file system.Volodymyr Sapsai2019-09-111-0/+1
* Fix -Wnonportable-include-path suppression for header maps with absolute paths.Volodymyr Sapsai2019-09-114-3/+22
* [RISCV] Default to ilp32d/lp64d in RISC-V LinuxRoger Ferrer Ibanez2019-09-101-4/+4
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-0/+5
* [X86] Remove what little support we had for MPXCraig Topper2019-08-291-22/+0
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-152-0/+7
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-142-1/+52
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+127
* Don't diagnose errors when a file matches an include componentReid Kleckner2019-08-093-0/+5
* [Preprocessor] Always discard body of #define if we failed to parse itIlya Biryukov2019-08-011-0/+5
* [AArch64] Disable __ARM_FEATURE_SVE without ACLE.Sander de Smalen2019-07-301-1/+1
* Implement P1771Erich Keane2019-07-251-1/+1
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-231-0/+1
OpenPOWER on IntegriCloud