| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -9/+9 |
* | Add dump method for selectors | Aditya Kumar | 2018-05-31 | 1 | -0/+2 |
* | [AST][ObjC] Print implicit property expression that only has a setter without... | Alex Lorenz | 2018-05-23 | 1 | -0/+6 |
* | [OpenCL] Restrict various keywords in OpenCL C++ mode | Sven van Haastregt | 2018-05-09 | 1 | -3/+6 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -6/+6 |
* | Implement P0482R2, support for char8_t type. | Richard Smith | 2018-05-01 | 1 | -7/+9 |
* | Defer adding keywords to the identifier table until after the language option... | Aaron Ballman | 2018-04-16 | 1 | -6/+9 |
* | [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-11-03 | 1 | -25/+43 |
* | [c++2a] Treat 'concept' and 'requires' as keywords, add compat warning for C+... | Richard Smith | 2017-08-13 | 1 | -2/+6 |
* | Added missing break. | Galina Kistanova | 2017-06-03 | 1 | -0/+1 |
* | [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used | Alex Lorenz | 2017-04-11 | 1 | -1/+14 |
* | [Sema][ObjC] Warn about 'performSelector' calls with selectors | Alex Lorenz | 2017-03-06 | 1 | -2/+4 |
* | Add some more asserts to clearly indicate that there are special cases | Chandler Carruth | 2016-11-04 | 1 | -2/+4 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -2/+2 |
* | [coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts | Gor Nishanov | 2016-10-02 | 1 | -1/+1 |
* | Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark | Richard Smith | 2016-07-23 | 1 | -2/+4 |
* | [modules] Separately track whether an identifier's preprocessor information and | Richard Smith | 2016-02-05 | 1 | -0/+1 |
* | [coroutines] Add lexer support for co_await, co_yield, and co_return keywords. | Richard Smith | 2015-10-22 | 1 | -1/+3 |
* | Roll-back r250822. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -2/+2 |
* | Add -f[no-]declspec to control recognition of __declspec as a keyword | Saleem Abdulrasool | 2015-10-04 | 1 | -4/+1 |
* | Add support for System z vector language extensions | Ulrich Weigand | 2015-07-30 | 1 | -1/+2 |
* | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 2015-07-07 | 1 | -1/+3 |
* | [modules] Before checking whether the controlling macro of a header is defined, | Richard Smith | 2015-07-01 | 1 | -2/+0 |
* | Replace __double_underscored type nullability qualifiers with _Uppercase_unde... | Douglas Gregor | 2015-06-24 | 1 | -4/+5 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Suppress bogus gcc -Wreturn-type warnings. | Nico Weber | 2015-06-20 | 1 | -0/+1 |
* | Extend type nullability qualifiers for Objective-C. | Douglas Gregor | 2015-06-19 | 1 | -0/+14 |
* | [Concepts] lex keywords: concept and requires | Hubert Tong | 2015-06-05 | 1 | -1/+3 |
* | __declspec is not a core Clang language extension. Instead, require -fms-exte... | Aaron Ballman | 2015-05-26 | 1 | -0/+6 |
* | Generalize future keyword compat diagnostics. | Richard Smith | 2015-05-14 | 1 | -2/+2 |
* | Give isCompatibleWithMSVC a better interface | David Majnemer | 2015-05-11 | 1 | -1/+1 |
* | OpenCL: CL2.0 atomic types | Anastasia Stulova | 2015-03-18 | 1 | -4/+11 |
* | MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013 | David Majnemer | 2015-03-18 | 1 | -3/+4 |
* | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 2014-12-11 | 1 | -2/+27 |
* | Reverted r223114, it caused failure on on clang-native-arm-cortex-a9. | Serge Pavlov | 2014-12-02 | 1 | -27/+2 |
* | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 2014-12-02 | 1 | -2/+27 |
* | Use enumerators instead of hardcoded integers when we decide if keyword is en... | Serge Pavlov | 2014-10-29 | 1 | -28/+38 |
* | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-09 | 1 | -0/+27 |
* | Objective-C. Warn if user has made explicit call | Fariborz Jahanian | 2014-08-22 | 1 | -0/+1 |
* | Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. | Benjamin Kramer | 2014-05-10 | 1 | -1/+3 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -4/+4 |
* | Fix a typo in r204164 that made *all* keywords available in OpenCL mode. | Richard Smith | 2014-03-18 | 1 | -1/+1 |
* | Creating a printing policy for "half": | Yunzhong Gao | 2014-03-18 | 1 | -0/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-11 | 1 | -1/+1 |
* | Rename language option MicrosoftMode to MSVCCompat | Alp Toker | 2014-01-14 | 1 | -2/+2 |
* | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
* | Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea... | Aaron Ballman | 2014-01-03 | 1 | -0/+4 |
* | ObjectiveC migrator: For 'default' and 'shared' family of | Fariborz Jahanian | 2013-10-10 | 1 | -3/+3 |