| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sema][ObjC] Fix a -Wformat false positive with localizedStringForKey | Erik Pilkington | 2019-08-14 | 1 | -0/+15 |
* | [C++20] Implement context-sensitive header-name lexing and pp-import parsing ... | Richard Smith | 2019-04-11 | 1 | -1/+1 |
* | Enable coroutines under -std=c++2a. | Richard Smith | 2019-02-23 | 1 | -1/+1 |
* | [MSVC] Recognize `static_assert` keyword in C and C++98 | Reid Kleckner | 2019-02-15 | 1 | -0/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Basic] Cleanups in IdentifierInfo following the removal of PTH | Bruno Ricci | 2018-12-05 | 1 | -22/+0 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -0/+1 |
* | NFC: Merge KEYOBJC and KEYARC | Erik Pilkington | 2018-10-30 | 1 | -25/+23 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -8/+5 |
* | [SystemZ] Actually enable -mzvector keywords | Ulrich Weigand | 2018-10-16 | 1 | -0/+1 |
* | [AST] Various optimizations + refactoring in DeclarationName(Table) | Bruno Ricci | 2018-09-21 | 1 | -15/+14 |
* | 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 |