Age | Commit message (Expand) | Author | Files | Lines |
2025-06-03 | [Clang] Slightly tweak the code to try to fix a potential codegen issue in #1... | Corentin Jabot | 1 | -14/+6 |
2025-06-03 | [Clang] Improve infrastructure for libstdc++ workarounds (Reland) (#142592) | cor3ntin | 1 | -0/+53 |
2025-06-03 | Revert "[Clang] Improve infrastructure for libstdc++ workarounds" (#142432) | cor3ntin | 1 | -46/+0 |
2025-05-31 | [Clang] Improve infrastructure for libstdc++ workarounds (#141977) | cor3ntin | 1 | -0/+46 |
2025-05-05 | [clang] Provide to `PPCallbacks` full expression range even in single file pa... | Volodymyr Sapsai | 1 | -5/+6 |
2025-04-09 | [clang][index] Handle undefined function-like macros in single file parse mod... | Jan Svoboda | 1 | -0/+10 |
2025-04-08 | Reject invalid integer constants in unevaluated preprocessor operands (#134884) | Aaron Ballman | 1 | -3/+1 |
2025-03-02 | [clang][diagnostics] add `-Wundef-true` warning option (#128265) | isuckatcs | 1 | -3/+5 |
2024-11-16 | [Lex] Remove unused includes (NFC) (#116460) | Kazu Hirata | 1 | -1/+0 |
2024-06-20 | Reland [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (#95802) | Mariya Podchishchaeva | 1 | -13/+36 |
2024-06-12 | Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and... | Vitaly Buka | 1 | -36/+13 |
2024-06-12 | [clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-... | The Phantom Derpstorm | 1 | -13/+36 |
2024-04-22 | [BitInt] Expose a _BitInt literal suffix in C++ (#86586) | js324 | 1 | -4/+4 |
2024-02-06 | [CLANG] Fix INF/NAN warning. (#80290) | Zahira Ammarguellat | 1 | -1/+3 |
2023-12-13 | [clang] Use StringRef::{starts,ends}_with (NFC) (#75149) | Kazu Hirata | 1 | -1/+1 |
2023-08-11 | [C23] Rename C2x->C23 in diagnostics | Aaron Ballman | 1 | -2/+2 |
2023-08-11 | [C23] Rename C2x -> C23; NFC | Aaron Ballman | 1 | -2/+2 |
2023-07-10 | [NFC] Initialize pointer fields and remove needless null check. | Sindhu Chittireddy | 1 | -1/+1 |
2023-05-04 | [clang] Use -std=c++23 instead of -std=c++2b | Mark de Wever | 1 | -4/+4 |
2022-12-02 | Use CTAD on llvm::SaveAndRestore | Jan Svoboda | 1 | -1/+1 |
2022-05-13 | [clang][preprocessor] Fix unsigned-ness of utf8 char literals | Timm Bäder | 1 | -1/+10 |
2022-03-14 | Implement literal suffixes for _BitInt | Aaron Ballman | 1 | -0/+8 |
2021-10-03 | Fixed warnings in target/parser codes produced by -Wbitwise-instead-of-logicala | Dávid Bolvanský | 1 | -2/+2 |
2021-07-29 | Support macro deprecation #pragma clang deprecated | Chris Bieneman | 1 | -0/+2 |
2021-06-11 | [ADT] Remove APInt/APSInt toString() std::string variants | Simon Pilgrim | 1 | -4/+4 |
2021-03-31 | [C++2b] Support size_t literals | Anton Bikineev | 1 | -0/+8 |
2021-01-27 | Don't allow __VA_OPT__ to be detected by #ifdef. | Richard Smith | 1 | -5/+0 |
2021-01-27 | Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef. | Richard Smith | 1 | -0/+5 |
2020-07-09 | Refactored NumericLiteralParser to not require a Preprocessor | Dmitri Gribenko | 1 | -1/+3 |
2020-06-30 | [clang][diagnostics] Add '-Wundef-prefix' warning option | Zixu Wang | 1 | -2/+20 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2019-01-17 | Revert r351209 (which was a revert of r350891) with a fix. | Aaron Ballman | 1 | -6/+14 |
2019-01-15 | Revert "Correct the source range returned from preprocessor callbacks." | Benjamin Kramer | 1 | -5/+5 |
2019-01-11 | Add an explicit initializer to silence a -Wmissing-field-initializers diagnos... | Aaron Ballman | 1 | -1/+1 |
2019-01-10 | Correct the source range returned from preprocessor callbacks. | Aaron Ballman | 1 | -4/+4 |
2018-07-30 | Remove trailing space | Fangrui Song | 1 | -5/+5 |
2018-05-01 | Implement P0482R2, support for char8_t type. | Richard Smith | 1 | -1/+1 |
2017-07-14 | Keep the IdentifierInfo in the Token for alternative operator keyword | Olivier Goffart | 1 | -27/+32 |
2017-06-20 | [preprocessor] When preprocessor option 'SingleFileParseMode' is enabled, par... | Argyrios Kyrtzidis | 1 | -9/+20 |
2016-09-07 | Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot... | Eugene Zelenko | 1 | -4/+13 |
2016-04-16 | Improve diagnostic for the case when a non-defined function-like macro is used | Richard Smith | 1 | -4/+26 |
2016-02-18 | Remove use of builtin comma operator. | Richard Trieu | 1 | -2/+4 |
2016-01-19 | Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition. | Nico Weber | 1 | -2/+47 |
2015-11-14 | Use %select to merge similar diagnostics. NFC | Craig Topper | 1 | -2/+2 |
2015-10-04 | SourceRanges are small and trivially copyable, don't them by reference. | Craig Topper | 1 | -1/+1 |
2015-06-22 | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 1 | -1/+1 |
2015-06-22 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-05-04 | Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*... | Richard Smith | 1 | -3/+1 |
2015-05-04 | Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio... | Richard Smith | 1 | -2/+2 |
2015-05-02 | clang-format function definition header. NFC. | Yaron Keren | 1 | -2/+1 |