| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ObjectiveC migrator: A typical implementation of | Fariborz Jahanian | 2013-10-07 | 1 | -1/+0 |
* | ObjectiveC migrator: For consistency, also infer | Fariborz Jahanian | 2013-09-18 | 1 | -0/+2 |
* | ObjectiveC migrator: remove dead code. | Fariborz Jahanian | 2013-08-29 | 1 | -9/+1 |
* | ObjectiveC migrator: Add another family of factory | Fariborz Jahanian | 2013-08-02 | 1 | -0/+5 |
* | ObjectiveC migrator: Fixes public buildbot failures, | Fariborz Jahanian | 2013-08-02 | 1 | -8/+0 |
* | revert patch I added in r187655. It still breaks public | Fariborz Jahanian | 2013-08-02 | 1 | -0/+8 |
* | ObjectiveC migration. Check-in patch reverted in r187634. | Fariborz Jahanian | 2013-08-02 | 1 | -8/+0 |
* | Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w... | Rafael Espindola | 2013-08-02 | 1 | -0/+8 |
* | ObjectiveC migrator. Migrate to instancetype return type | Fariborz Jahanian | 2013-08-01 | 1 | -8/+0 |
* | Objective-C migrator: some cleanup. | Fariborz Jahanian | 2013-07-24 | 1 | -0/+3 |
* | ObjC migrator: more knobs toward doing | Fariborz Jahanian | 2013-07-23 | 1 | -1/+1 |
* | ObjC migrator: Define family of methods | Fariborz Jahanian | 2013-07-23 | 1 | -0/+33 |
* | cleanup (address some more review comments for r183474): | Adrian Prantl | 2013-06-10 | 1 | -6/+6 |
* | address some comments on r183474: | Adrian Prantl | 2013-06-07 | 1 | -10/+14 |
* | [Modules] Use global index to improve typo correction performance | Argyrios Kyrtzidis | 2013-04-17 | 1 | -1/+1 |
* | Remove some stray uses of <ctype.h> functions. | Jordan Rose | 2013-02-09 | 1 | -1/+1 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -4/+3 |
* | s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near... | Richard Smith | 2013-01-02 | 1 | -3/+3 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |