summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/InitPreprocessor.cpp
AgeCommit message (Expand)Author
2022-10-29[clang][NFC] sync comments from declaration of InitializePreprocessorYingChi Long
2022-10-24[Clang] Implement P2513Corentin Jabot
2022-10-12[HLSL] Add utility to convert environment to stageChris Bieneman
2022-09-30[Clang] define __cpp_named_character_escapesRoy Jacobson
2022-09-29[Clang] P1169R4: static operator()Roy Jacobson
2022-08-26[Clang] Implement P0848 (Conditionally Trivial Special Member Functions)Roy Jacobson
2022-08-25Revert "[Clang] Implement P0848 (Conditionally Trivial Special Member Functio...Roy Jacobson
2022-08-23[Clang] Implement P0848 (Conditionally Trivial Special Member Functions)Roy Jacobson
2022-07-21[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard
2022-07-15Use value_or (NFC)Kazu Hirata
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-11Use getValueOr (NFC)Kazu Hirata
2022-06-07[clang] Remove some `U+C2AD`s in `__cpp_multidimensional_subscript`Yuki Okushi
2022-05-31[HLSL] Enable vector types for hlsl.Xiang Li
2022-05-30Revert "[HLSL] Enable vector types for hlsl."Nico Weber
2022-05-30[HLSL] Enable vector types for hlsl.Xiang Li
2022-05-08[Frontend] Move, don't copy the predefines buffer into PP. NFC.Sam McCall
2022-05-03Add explicit OpenMP 5.0 case for version macros; NFCAaron Ballman
2022-03-29NFC. Fixing rebase errorChris Bieneman
2022-03-29[ADT] Flesh out HLSL raytracing environmentsChris Bieneman
2022-03-28Add HLSL Language Option and PreprocessorChris Bieneman
2022-03-22[Clang][C++2b] P2242R3: Non-literal variables [...] in constexprCorentin Jabot
2022-02-23[HIP] Support `-fgpu-default-stream`Yaxun (Sam) Liu
2022-02-23Add support for floating-point option `ffp-eval-method` and forZahira Ammarguellat
2022-02-18Revert "Add support for floating-point option `ffp-eval-method` and for"Florian Hahn
2022-02-17Add support for floating-point option `ffp-eval-method` and forZahira Ammarguellat
2022-02-15Revert "Add support for floating-point option `ffp-eval-method` and for"Nico Weber
2022-02-15Add support for floating-point option `ffp-eval-method` and forZahira Ammarguellat
2022-02-08[C++2b] Implement multidimentional subscript operatorCorentin Jabot
2022-01-29Revert fad7e491a0770ac4336934030ac67d77e7af5520 with fixes appliedAaron Ballman
2022-01-28Revert "Add BITINT_MAXWIDTH support"Jan Korous
2022-01-28Add BITINT_MAXWIDTH supportAaron Ballman
2022-01-13Support the *_WIDTH macros in limits.h and stdint.hAaron Ballman
2022-01-10set __NO_MATH_ERRNO__ if -fno-math-errnoAlex Xu (Hello71)
2021-12-07[CUDA][HIP] Add pre-defined macro `__CLANG_RDC__`Yaxun (Sam) Liu
2021-11-23[HIP] Add HIP scope atomic operationsYaxun (Sam) Liu
2021-11-17[OpenMP] Add version macro support for 5.1 and 5.2Mike Rice
2021-11-08[SPIR-V] Add SPIR-V triple and clang target info.Anastasia Stulova
2021-11-04[Coroutines] [Frontend] Lookup in std namespace firstChuanqi Xu
2021-10-17Bump the value of __STDC_VERSION__ in -std=c2x modeAaron Ballman
2021-10-05Implement if consteval (P1938)Corentin Jabot
2021-09-01Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Zahira Ammarguellat
2021-08-18[OpenCL] C++ for OpenCL version 2021 introduced to command line.Justas Janickas
2021-07-28[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and extend #pra...Melanie Blower
2021-07-26[clang] P2266 implicit moves STL workaroundMatheus Izvekov
2021-07-20Revert "[CLANG][PATCH][FPEnv] Add support for option -ffp-eval-method and ext...Melanie Blower