Age | Commit message (Expand) | Author | Files | Lines |
2015-10-22 | [coroutines] Add lexer support for co_await, co_yield, and co_return keywords. | Richard Smith | 1 | -1/+3 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -2/+2 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -2/+2 |
2015-10-04 | Add -f[no-]declspec to control recognition of __declspec as a keyword | Saleem Abdulrasool | 1 | -4/+1 |
2015-07-30 | Add support for System z vector language extensions | Ulrich Weigand | 1 | -1/+2 |
2015-07-07 | Implement the Objective-C __kindof type qualifier. | Douglas Gregor | 1 | -1/+3 |
2015-07-01 | [modules] Before checking whether the controlling macro of a header is defined, | Richard Smith | 1 | -2/+0 |
2015-06-24 | Replace __double_underscored type nullability qualifiers with _Uppercase_unde... | Douglas Gregor | 1 | -4/+5 |
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-06-20 | Suppress bogus gcc -Wreturn-type warnings. | Nico Weber | 1 | -0/+1 |
2015-06-19 | Extend type nullability qualifiers for Objective-C. | Douglas Gregor | 1 | -0/+14 |
2015-06-05 | [Concepts] lex keywords: concept and requires | Hubert Tong | 1 | -1/+3 |
2015-05-26 | __declspec is not a core Clang language extension. Instead, require -fms-exte... | Aaron Ballman | 1 | -0/+6 |
2015-05-14 | Generalize future keyword compat diagnostics. | Richard Smith | 1 | -2/+2 |
2015-05-11 | Give isCompatibleWithMSVC a better interface | David Majnemer | 1 | -1/+1 |
2015-03-18 | OpenCL: CL2.0 atomic types | Anastasia Stulova | 1 | -4/+11 |
2015-03-18 | MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013 | David Majnemer | 1 | -3/+4 |
2014-12-11 | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 1 | -2/+27 |
2014-12-02 | Reverted r223114, it caused failure on on clang-native-arm-cortex-a9. | Serge Pavlov | 1 | -27/+2 |
2014-12-02 | Emit warning if define or undef reserved identifier or keyword. | Serge Pavlov | 1 | -2/+27 |
2014-10-29 | Use enumerators instead of hardcoded integers when we decide if keyword is en... | Serge Pavlov | 1 | -28/+38 |
2014-09-09 | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 1 | -0/+27 |
2014-08-22 | Objective-C. Warn if user has made explicit call | Fariborz Jahanian | 1 | -0/+1 |
2014-05-10 | Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit. | Benjamin Kramer | 1 | -1/+3 |
2014-05-08 | [C++11] Use 'nullptr'. | Craig Topper | 1 | -4/+4 |
2014-03-18 | Fix a typo in r204164 that made *all* keywords available in OpenCL mode. | Richard Smith | 1 | -1/+1 |
2014-03-18 | Creating a printing policy for "half": | Yunzhong Gao | 1 | -0/+2 |
2014-03-11 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -1/+1 |
2014-01-14 | Rename language option MicrosoftMode to MSVCCompat | Alp Toker | 1 | -2/+2 |
2014-01-07 | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 1 | -1/+1 |
2014-01-03 | Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea... | Aaron Ballman | 1 | -0/+4 |
2013-10-10 | ObjectiveC migrator: For 'default' and 'shared' family of | Fariborz Jahanian | 1 | -3/+3 |
2013-10-07 | ObjectiveC migrator: A typical implementation of | Fariborz Jahanian | 1 | -1/+0 |
2013-09-18 | ObjectiveC migrator: For consistency, also infer | Fariborz Jahanian | 1 | -0/+2 |
2013-08-29 | ObjectiveC migrator: remove dead code. | Fariborz Jahanian | 1 | -9/+1 |
2013-08-02 | ObjectiveC migrator: Add another family of factory | Fariborz Jahanian | 1 | -0/+5 |
2013-08-02 | ObjectiveC migrator: Fixes public buildbot failures, | Fariborz Jahanian | 1 | -8/+0 |
2013-08-02 | revert patch I added in r187655. It still breaks public | Fariborz Jahanian | 1 | -0/+8 |
2013-08-02 | ObjectiveC migration. Check-in patch reverted in r187634. | Fariborz Jahanian | 1 | -8/+0 |
2013-08-02 | Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w... | Rafael Espindola | 1 | -0/+8 |
2013-08-01 | ObjectiveC migrator. Migrate to instancetype return type | Fariborz Jahanian | 1 | -8/+0 |
2013-07-24 | Objective-C migrator: some cleanup. | Fariborz Jahanian | 1 | -0/+3 |
2013-07-23 | ObjC migrator: more knobs toward doing | Fariborz Jahanian | 1 | -1/+1 |
2013-07-23 | ObjC migrator: Define family of methods | Fariborz Jahanian | 1 | -0/+33 |
2013-06-10 | cleanup (address some more review comments for r183474): | Adrian Prantl | 1 | -6/+6 |
2013-06-07 | address some comments on r183474: | Adrian Prantl | 1 | -10/+14 |
2013-04-17 | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis | 1 | -1/+1 |
2013-02-09 | Remove some stray uses of <ctype.h> functions. | Jordan Rose | 1 | -1/+1 |
2013-02-08 | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 1 | -4/+3 |