Galina Kistanova
|
b68f6e7844
Added missing break.
|
8 years ago |
Alex Lorenz
|
b257ac069f
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
|
8 years ago |
Alex Lorenz
|
c8cd8ea2c4
[Sema][ObjC] Warn about 'performSelector' calls with selectors
|
8 years ago |
Chandler Carruth
|
9f2f7dc277
Add some more asserts to clearly indicate that there are special cases
|
8 years ago |
Benjamin Kramer
|
fd352be22e
Retire llvm::alignOf in favor of C++11 alignof.
|
8 years ago |
Gor Nishanov
|
05da52cced
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
|
9 years ago |
Richard Smith
|
9ae609fe2b
Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
|
9 years ago |
Richard Smith
|
dec469b8c5
[modules] Separately track whether an identifier's preprocessor information and
|
9 years ago |
Richard Smith
|
6b12bdddf0
[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.
|
9 years ago |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 years ago |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 years ago |
Saleem Abdulrasool
|
e1cb12fa9b
Add -f[no-]declspec to control recognition of __declspec as a keyword
|
10 years ago |
Ulrich Weigand
|
8b1a0203ec
Add support for System z vector language extensions
|
10 years ago |
Douglas Gregor
|
ffad82b290
Implement the Objective-C __kindof type qualifier.
|
10 years ago |
Richard Smith
|
dc8f320f3b
[modules] Before checking whether the controlling macro of a header is defined,
|
10 years ago |
Douglas Gregor
|
673b679df9
Replace __double_underscored type nullability qualifiers with _Uppercase_underscored
|
10 years ago |
Alexander Kornienko
|
8ca7705aa3
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
|
10 years ago |
Alexander Kornienko
|
ac58acc7f2
Fixed/added namespace ending comments using clang-tidy. NFC
|
10 years ago |
Nico Weber
|
e1a9481445
Suppress bogus gcc -Wreturn-type warnings.
|
10 years ago |
Douglas Gregor
|
e3a960065d
Extend type nullability qualifiers for Objective-C.
|
10 years ago |
Hubert Tong
|
c26507d42c
[Concepts] lex keywords: concept and requires
|
10 years ago |
Aaron Ballman
|
b3ce54c645
__declspec is not a core Clang language extension. Instead, require -fms-extensions or -fborland to enable the language extension.
|
10 years ago |
Richard Smith
|
58123c9b06
Generalize future keyword compat diagnostics.
|
10 years ago |
David Majnemer
|
35ec179e2b
Give isCompatibleWithMSVC a better interface
|
10 years ago |
Anastasia Stulova
|
dd1268ce8e
OpenCL: CL2.0 atomic types
|
10 years ago |
David Majnemer
|
7e6393594b
MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013
|
10 years ago |
Serge Pavlov
|
b13e6793c2
Emit warning if define or undef reserved identifier or keyword.
|
10 years ago |
Serge Pavlov
|
a72e27bdfa
Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.
|
10 years ago |
Serge Pavlov
|
d04e6fdd40
Emit warning if define or undef reserved identifier or keyword.
|
10 years ago |
Serge Pavlov
|
5926ec6f1e
Use enumerators instead of hardcoded integers when we decide if keyword is enabled.
|
10 years ago |