summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)Author
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-03[clang] Make "__GCC_HAVE_DWARF2_CFI_ASM" a proper predefined macro (#165731)Cyndy Ishida
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman
2025-10-31[HLSL] Add NativeInt16Type langopt to control whether short type is supported...Sarah Spall
2025-10-21[clang] Add support for cluster sync scope (#162575)macurtis-amd
2025-10-15[clang][Basic] Add helper APIs to get language version codes from LangOptions...Michael Buch
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-09-29[C++20] [Modules] Set the feature testing macro to 1 (#161034)Chuanqi Xu
2025-09-12[Clang] Set the FTM for trivial relocation (#142936)Corentin Jabot
2025-09-08[Frontend] Define __SANITIZE__ macros for kernel address variants (#156543)Nathan Chancellor
2025-08-18[clang][PAC] ptrauth_qualifier and ptrauth_intrinsic should only be available...Oliver Hunt
2025-08-15Frontend: Define __SANITIZE_*__ macros for certain sanitizers.Peter Collingbourne
2025-07-29[Clang][Cygwin] Enable few conditions that are shared with MinGW (#149637)jeremyd2019
2025-07-17[OpenACC] Update OpenACC macro, remove override macroerichkeane
2025-07-16[clang] Move `ExceptionHandling` from `LangOptions` to `CodeGenOptions` (#148...Jan Svoboda
2025-07-15[clang][modules] Serialize `CodeGenOptions` (#146422)Jan Svoboda
2025-07-14[clang] Update diagnostics and documentation for type aware allocators (#148576)Oliver Hunt
2025-06-10[clang][driver] Suppress gnu-line-marker when saving temps (#134621)macurtis-amd
2025-05-31[Frontend] Remove unused includes (NFC) (#142256)Kazu Hirata
2025-05-07[HIP][HIPSTDPAR] Re-work allocation interposition for `hipstdpar` (#138790)Alex Voicu
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin
2025-05-04[clang] Remove unused local variables (NFC) (#138453)Kazu Hirata
2025-04-16[Frontend] Use StringRef::ends_with (NFC) (#135988)Kazu Hirata
2025-04-10[RFC] Initial implementation of P2719 (#113510)Oliver Hunt
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie
2025-03-26[HLSL] Add new double overloads for math builtins (#132979)Sarah Spall
2025-03-05[Clang] Bump `__cpp_constexpr` to `202002L` in C++20 mode (#129814)A. Jiang
2025-02-20[Clang] Mark P1061 (Structured Bindings can introduce a Pack) as implemented ...cor3ntin
2025-01-29[clang] Remove the deprecated flag `-frelaxed-template-template-args`. (#111894)Matheus Izvekov
2025-01-29[OpenMP] Allow OMP6.0 features. (#122108)Zahira Ammarguellat
2025-01-26[Clang] Add predefined macros for integer constants (#123514)Manuel Sainz de Baranda y Goñi
2025-01-10[Darwin][Driver][clang] arm64-apple-none-macho is missing the Apple macros fr...Ian Anderson
2025-01-07[Darwin][Driver][clang] apple-none-macho orders the resource directory after ...Ian Anderson
2025-01-07Revert "[Darwin][Driver][clang] apple-none-macho orders the resource director...Nico Weber
2025-01-06[Darwin][Driver][clang] apple-none-macho orders the resource directory after ...Ian Anderson
2024-12-18[Clang] Set `__cpp_explicit_this_parameter` (#107451)cor3ntin
2024-12-05[SYCL] Change SYCL version according to standard (#114790)dklochkov-intel
2024-11-25[C23] Fixed the value of BOOL_WIDTH (#117364)Aaron Ballman
2024-09-05[Clang][Parser] Accept P2741R3 (static_assert with user-generated message) in...Mital Ashok
2024-08-23[Clang] Implement P2747 constexpr placement new (#104586)cor3ntin
2024-08-15[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)Sirraide
2024-08-05[Clang] Define __cpp_pack_indexing (#101956)Sirraide
2024-07-26Remove FiniteMathOnly and use only NoHonorINFs and NoHonorNANs. (#97342)Zahira Ammarguellat
2024-07-17[Clang] [C23] Implement N2653: u8 strings are char8_t[] (#97208)Mital Ashok
2024-07-10[C23] Add *_NORM_MAX macros to <float.h> (#96643)Aaron Ballman
2024-07-02[C2y] Add -std=c2y and -std=gnu2yAaron Ballman
2024-06-24[clang] [MinGW] Set a predefined __GXX_TYPEINFO_EQUALITY_INLINE=0 for MinGW t...Martin Storsjö
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm