aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Downgrade implicit int and implicit function declaration to warning onlyAaron Ballman1-1/+1
2022-09-02[clang] Add __is_target_variant_{os,environment} builtinsNico Weber2-0/+82
2022-08-15[clang][X86] Add RDPRU predefined macro tests for znver2/znver3 targetsSimon Pilgrim1-0/+4
2022-08-15[clang][AArch64][SVE] Change SVE_VECTOR_OPERATORS macro for VLA vectorsDavid Truby1-2/+1
2022-07-23[Clang] Adjust extension warnings for #warningCorentin Jabot1-0/+13
2022-07-21[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard1-3/+3
2022-07-21[CUDA] Ignore __CLANG_ATOMIC_LLONG_LOCK_FREE on i386Ryan Prichard1-15/+20
2022-07-14[Clang] Adjust extension warnings for delimited sequencesCorentin Jabot1-10/+12
2022-07-12Change default C dialect for PS5 to gnu17/gnu18.Sunil Srivastava1-1/+2
2022-07-06[X86] Add RDPRU instructionPaul Robinson1-0/+8
2022-06-29[Clang][Preprocessor] Fix inconsistent `FLT_EVAL_METHOD` when compiling vs pr...Egor Zhdan1-1/+7
2022-06-28[Driver][ARM][AArch64] Use err_drv_unsupported_option_argument for -march=/-m...Fangrui Song1-1/+1
2022-06-28[RISCV] Implement support for the Zicbop extensionAlex Bradbury1-0/+6
2022-06-28[RISCV] Implement support for the Zicbom and Zicboz extensionsAlex Bradbury1-0/+14
2022-06-27[AArch64] Define __FP_FAST_FMA[F]Jolanta Jensen1-6/+8
2022-06-25[Clang][C++23] P2071 Named universal character escapesCorentin Jabot1-3/+26
2022-06-24[MSVC] Add initial support for MSVC pragma optimizeStephen Long1-1/+7
2022-06-10[Lex] Fix `fixits` for typo-corrections of preprocessing directives within sk...Argyrios Kyrtzidis1-2/+15
2022-06-03[test] Modify test to verify D126396 (Clean "./" from __FILE__ expansion)Paul Pluzhnikov1-5/+17
2022-06-02Tidy up `pragma comment lib` handling and testingPaul Robinson2-7/+4
2022-06-01[PS5] Add PS5OSTargetInfo class, update affected testsPaul Robinson1-3/+6
2022-05-19[clang] Fix __has_builtinYaxun (Sam) Liu2-2/+13
2022-05-16[clang] Avoid suggesting typoed directives in `.S` filesKen Matsui1-0/+29
2022-05-13[Clang] Add DriverKit supportEgor Zhdan1-0/+3
2022-05-13[MSVC] Add support for pragma functionStephen Long2-0/+25
2022-05-13Suggest typo corrections for preprocessor directivesKen Matsui1-0/+47
2022-05-12Warn if using `elifdef` & `elifndef` in not C2x & C++2b modeKen Matsui6-17/+98
2022-05-11Explicitly add -target for Windows builds in file_test_windows.cAlan Zhao1-10/+10
2022-05-11[clang] Add the flag -ffile-reproducibleAlan Zhao2-5/+67
2022-05-11Add extension diagnostic for linemarker directivesKen Matsui2-13/+62
2022-05-06[compiler-rt][builtins] Fix wrong ABI of AVR __mulqi3 & __mulhi3Ben Shi1-0/+2
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-1/+1
2022-05-02[clang][preprocessor] Add more macros to target AVRBen Shi1-1/+6
2022-04-30Generalize calls to ImplicitlyDefineFunctionAaron Ballman1-6/+1
2022-04-22Revert "Revert "Revert "[clang][pp] adds '#pragma include_instead'"""Christopher Di Bella12-53/+0
2022-04-22Fix test for c7ee0b8bda8b32a800bc01e9151b364446a6e1b1Brad Smith1-3/+0
2022-04-22[Clang] Fix the guaranteed alignment of memory returned by malloc/new on OpenBSDMark Kettenis3-0/+9
2022-04-21Support z16 processor nameUlrich Weigand1-0/+3
2022-04-12[Driver][test] Remove unused/obsoleted REQUIRES: clang-driverFangrui Song2-2/+0
2022-04-11[llvm][AArch64] Generate getExtensionFeatures from the list of extensionsDavid Spickett1-21/+21
2022-04-06[Clang][CSKY] Add the CSKY target and compiler driverZi Xuan Wu2-0/+226
2022-04-02[AArch64] Avoid scanning feature list for target parsingtyb08071-1/+1
2022-04-02[AArch64] Default HBC/MOPS features in clangtyb08071-8/+12
2022-03-31Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman1-0/+48
2022-03-23[clang][lex] Fix failures with Microsoft header search rulesJan Svoboda1-0/+22
2022-03-17[PS4] Make __BIGGEST_ALIGNMENT__ 32bytesYuanfang Chen1-0/+1
2022-03-16[clang][deps] Modules don't contribute to search path usageJan Svoboda1-2/+2
2022-03-15[AARCH64] ssbs should be enabled by default for cortex-x1, cortex-x1c, cortex...Ties Stuij1-1/+1
2022-03-08[RISCV] Add combination crypto extensions in ISAInfoeopXD1-0/+24