aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/IdentifierTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-31[Basic] Remove unused includes (NFC) (#142295)Kazu Hirata1-1/+0
2025-05-02Simplify implementation; NFCAaron Ballman1-16/+2
2025-05-02[C] Diagnose use of C++ keywords in C (#137234)Aaron Ballman1-5/+43
2024-10-11Turn `-Wdeprecated-literal-operator` on by default (#111027)Erich Keane1-0/+3
2024-08-08[SystemZ][z/OS] __ptr32 support for z/OS (#101696)Abhina Sree1-7/+11
2024-08-07[NFC] Format TokenKey enum (#101700)Abhina Sree1-43/+43
2024-07-22Revert "[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros" ...yronglin1-2/+1
2024-07-20[Clang] Implement P3034R1 Module Declarations Shouldn’t be Macros (#90574)yronglin1-1/+2
2024-06-20Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802)Mariya Podchishchaeva1-2/+3
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-3/+2
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-2/+3
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-7/+9
2024-02-14[clang][NFC] Use "notable" for "interesting" identifiers in `IdentifierInfo` ...Vlad Serebrennikov1-9/+9
2023-12-27[clang] Use StringRef::ltrim (NFC)Kazu Hirata1-2/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-2/+2
2023-11-13[clang] Remove fixed point arithmetic error (#71884)PiJoules1-1/+4
2023-10-25[clang][NFC] Refactor `Selector` to use `PointerIntPair` inside (#69916)Vlad Serebrennikov1-58/+1
2023-09-14[NFC] Minimize header includes (#66339)Bill Wendling1-3/+1
2023-08-11[C23] Rename C2x->C23 in diagnosticsAaron Ballman1-1/+1
2023-08-11[C23] Rename C2x -> C23; NFCAaron Ballman1-4/+4
2023-07-19[Clang] Add warnings for CWG2521Po-yao Chang1-0/+13
2023-06-22[clang] Add a namespace for interesting identifiers.Zahira Ammarguellat1-0/+13
2023-06-08Fix namespace of operator<< defnSam McCall1-1/+2
2023-05-08Reland "Give NullabilityKind a printing operator<<"Sam McCall1-0/+14
2023-05-05Revert "Give NullabilityKind a printing operator<<"Caroline Tice1-14/+0
2023-05-04Give NullabilityKind a printing operator<<Sam McCall1-0/+14
2023-02-16[Modules] Remove -fmodules-tsChuanqi Xu1-1/+1
2022-09-21[HLSL] Support cbuffer/tbuffer for hlsl.Xiang Li1-1/+4
2022-08-26Fix the lldb test botsAaron Ballman1-19/+23
2022-08-26[Basic] Drop header-only dependency from Basic to LexBenjamin Kramer1-0/+1
2022-08-26Diagnosing the Future KeywordsMuhammad Usman Shahid1-31/+58
2022-08-03Fix char8_t in C mode regression from fb65b179Erich Keane1-1/+2
2022-08-03[NFCI] Refactor how KeywordStatus is calculatedErich Keane1-55/+122
2022-05-11[clang] Fix KEYALLYaxun (Sam) Liu1-2/+3
2022-05-10[CUDA][HIP] support __noinline__ as keywordYaxun (Sam) Liu1-0/+3
2022-01-26[CodeCompletion][clangd] Clean __uglified parameter names in completion & hoverSam McCall1-0/+8
2021-05-27Correct the 'KEYALL' mask.Erich Keane1-1/+1
2021-05-27Reimplement __builtin_unique_stable_name-Erich Keane1-1/+4
2021-05-27Add support for #elifdef and #elifndefAaron Ballman1-0/+2
2021-05-04Introduce -Wreserved-identifierserge-sans-paille1-0/+33
2021-03-15Allow __ieee128 as an alias to __float128 on ppcserge-sans-paille1-0/+3
2020-12-07[clang] Add a new nullability annotation for swift async: _Nullable_resultErik Pilkington1-0/+5
2020-06-26Revert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c - "Triple.h - reduce Twine....Simon Pilgrim1-1/+0
2020-06-26Triple.h - reduce Twine.h include to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-05-07Add static assert to ID Table to make sure aux targets work right.Erich Keane1-0/+7
2020-04-28Make -fno-char8_t disable the char8_t keyword, even in C++20.Richard Smith1-0/+2
2020-04-21C++2a -> C++20 in some identifiers; NFC.Aaron Ballman1-5/+5
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2aSaar Raz1-1/+1
2019-08-14[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKeyErik Pilkington1-0/+15