Erik Pilkington
|
6616e2d814
[Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey
|
6 lat temu |
Richard Smith
|
0fa9a240fd
[C++20] Implement context-sensitive header-name lexing and pp-import parsing in the preprocessor.
|
6 lat temu |
Richard Smith
|
db44dfe30c
Enable coroutines under -std=c++2a.
|
6 lat temu |
Reid Kleckner
|
b5068c8bd9
[MSVC] Recognize `static_assert` keyword in C and C++98
|
6 lat temu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Bruno Ricci
|
18bea5216d
[Basic] Cleanups in IdentifierInfo following the removal of PTH
|
6 lat temu |
Reid Kleckner
|
1168491f34
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
|
6 lat temu |
Erik Pilkington
|
c47c49c07b
NFC: Merge KEYOBJC and KEYARC
|
6 lat temu |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 lat temu |
Ulrich Weigand
|
d9c4f8debc
[SystemZ] Actually enable -mzvector keywords
|
6 lat temu |
Bruno Ricci
|
47ffcfa5ce
[AST] Various optimizations + refactoring in DeclarationName(Table)
|
7 lat temu |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 lat temu |
Aditya Kumar
|
d1b4eb382e
Add dump method for selectors
|
7 lat temu |
Alex Lorenz
|
08ee284dc0
[AST][ObjC] Print implicit property expression that only has a setter without crashing
|
7 lat temu |
Sven van Haastregt
|
9741e8bd91
[OpenCL] Restrict various keywords in OpenCL C++ mode
|
7 lat temu |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 lat temu |
Richard Smith
|
9067f8fb74
Implement P0482R2, support for char8_t type.
|
7 lat temu |
Aaron Ballman
|
02d25f33f5
Defer adding keywords to the identifier table until after the language options have been loaded from the AST file.
|
7 lat temu |
Eugene Zelenko
|
dbacc64bb6
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 lat temu |
Richard Smith
|
d1cebef954
[c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C++17 and before.
|
8 lat temu |
Galina Kistanova
|
b68f6e7844
Added missing break.
|
8 lat temu |
Alex Lorenz
|
b257ac069f
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
|
8 lat temu |
Alex Lorenz
|
c8cd8ea2c4
[Sema][ObjC] Warn about 'performSelector' calls with selectors
|
8 lat temu |
Chandler Carruth
|
9f2f7dc277
Add some more asserts to clearly indicate that there are special cases
|
8 lat temu |
Benjamin Kramer
|
fd352be22e
Retire llvm::alignOf in favor of C++11 alignof.
|
8 lat temu |
Gor Nishanov
|
05da52cced
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
|
9 lat temu |
Richard Smith
|
9ae609fe2b
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
|
9 lat temu |
Richard Smith
|
dec469b8c5
[modules] Separately track whether an identifier's preprocessor information and
|
9 lat temu |
Richard Smith
|
6b12bdddf0
[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.
|
9 lat temu |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 lat temu |