aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)AuthorFilesLines
27 hours[C++20] [Modules] Set the feature testing macro to 1 (#161034)Chuanqi Xu1-1/+4
2025-09-12[Clang] Set the FTM for trivial relocation (#142936)Corentin Jabot1-1/+1
2025-09-08[Frontend] Define __SANITIZE__ macros for kernel address variants (#156543)Nathan Chancellor1-2/+4
2025-08-18[clang][PAC] ptrauth_qualifier and ptrauth_intrinsic should only be available...Oliver Hunt1-0/+3
2025-08-15Frontend: Define __SANITIZE_*__ macros for certain sanitizers.Peter Collingbourne1-0/+7
2025-07-29[Clang][Cygwin] Enable few conditions that are shared with MinGW (#149637)jeremyd20191-2/+2
2025-07-17[OpenACC] Update OpenACC macro, remove override macroerichkeane1-10/+2
2025-07-16[clang] Move `ExceptionHandling` from `LangOptions` to `CodeGenOptions` (#148...Jan Svoboda1-4/+4
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda1-5/+7
2025-07-14[clang] Update diagnostics and documentation for type aware allocators (#148576)Oliver Hunt1-3/+0
2025-06-10[clang][driver] Suppress gnu-line-marker when saving temps (#134621)macurtis-amd1-0/+8
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata1-1/+0
2025-05-07[HIP][HIPSTDPAR] Re-work allocation interposition for `hipstdpar` (#138790)Alex Voicu1-1/+3
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin1-0/+1
2025-05-04[clang] Remove unused local variables (NFC) (#138453)Kazu Hirata1-1/+0
2025-04-16[Frontend] Use StringRef::ends_with (NFC) (#135988)Kazu Hirata1-1/+1
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt1-0/+3
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie1-3/+1
2025-03-26[HLSL] Add new double overloads for math builtins (#132979)Sarah Spall1-0/+4
2025-03-05[Clang] Bump `__cpp_constexpr` to `202002L` in C++20 mode (#129814)A. Jiang1-1/+1
2025-02-20[Clang] Mark P1061 (Structured Bindings can introduce a Pack) as implemented ...cor3ntin1-1/+1
2025-01-29[clang] Remove the deprecated flag `-frelaxed-template-template-args`. (#111894)Matheus Izvekov1-2/+2
2025-01-29[OpenMP] Allow OMP6.0 features. (#122108)Zahira Ammarguellat1-0/+6
2025-01-26[Clang] Add predefined macros for integer constants (#123514)Manuel Sainz de Baranda y Goñi1-4/+10
2025-01-10[Darwin][Driver][clang] arm64-apple-none-macho is missing the Apple macros fr...Ian Anderson1-5/+0
2025-01-07[Darwin][Driver][clang] apple-none-macho orders the resource directory after ...Ian Anderson1-0/+5
2025-01-07Revert "[Darwin][Driver][clang] apple-none-macho orders the resource director...Nico Weber1-5/+0
2025-01-06[Darwin][Driver][clang] apple-none-macho orders the resource directory after ...Ian Anderson1-0/+5
2024-12-18[Clang] Set `__cpp_explicit_this_parameter` (#107451)cor3ntin1-0/+1
2024-12-05[SYCL] Change SYCL version according to standard (#114790)dklochkov-intel1-1/+1
2024-11-25[C23] Fixed the value of BOOL_WIDTH (#117364)Aaron Ballman1-1/+9
2024-09-05[Clang][Parser] Accept P2741R3 (static_assert with user-generated message) in...Mital Ashok1-4/+3
2024-08-23[Clang] Implement P2747 constexpr placement new (#104586)cor3ntin1-1/+1
2024-08-15[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)Sirraide1-0/+1
2024-08-05[Clang] Define __cpp_pack_indexing (#101956)Sirraide1-0/+1
2024-07-26Remove FiniteMathOnly and use only NoHonorINFs and NoHonorNANs. (#97342)Zahira Ammarguellat1-1/+1
2024-07-17[Clang] [C23] Implement N2653: u8 strings are char8_t[] (#97208)Mital Ashok1-2/+6
2024-07-10[C23] Add *_NORM_MAX macros to <float.h> (#96643)Aaron Ballman1-1/+6
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman1-1/+3
2024-06-24[clang] [MinGW] Set a predefined __GXX_TYPEINFO_EQUALITY_INLINE=0 for MinGW t...Martin Storsjö1-0/+6
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-0/+8
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-8/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+8
2024-05-24[clang] Add /Zc:__STDC__ flag to clang-cl (#68690)Reagan1-1/+2
2024-05-20[WebAssembly] Define __WASM_EXCEPTIONS__ for -fwasm-exceptions (#92604)Heejin Ahn1-0/+2
2024-04-28[Clang] Implement C++26 Attributes for Structured Bindings (P0609R3) (#89906)cor3ntin1-1/+1
2024-04-26[C++17] Support __GCC_[CON|DE]STRUCTIVE_SIZE (#89446)Aaron Ballman1-0/+10
2024-04-25[HLSL] Correctly set `__HLSL_ENABLE_16_BIT` (#89788)Chris B1-2/+1
2024-04-14[Clang] [C++26] Implement P2573R2: `= delete("should have a reason");` (#86526)Sirraide1-0/+3
2024-04-09Update __cpp_concepts macro (#87998)Erich Keane1-4/+1