aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/IdentifierTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-22[coroutines] Add lexer support for co_await, co_yield, and co_return keywords.Richard Smith1-1/+3
2015-10-20Roll-back r250822.Angel Garcia Gomez1-2/+2
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-2/+2
2015-10-04Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool1-4/+1
2015-07-30Add support for System z vector language extensionsUlrich Weigand1-1/+2
2015-07-07Implement the Objective-C __kindof type qualifier.Douglas Gregor1-1/+3
2015-07-01[modules] Before checking whether the controlling macro of a header is defined,Richard Smith1-2/+0
2015-06-24Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor1-4/+5
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-20Suppress bogus gcc -Wreturn-type warnings.Nico Weber1-0/+1
2015-06-19Extend type nullability qualifiers for Objective-C.Douglas Gregor1-0/+14
2015-06-05[Concepts] lex keywords: concept and requiresHubert Tong1-1/+3
2015-05-26__declspec is not a core Clang language extension. Instead, require -fms-exte...Aaron Ballman1-0/+6
2015-05-14Generalize future keyword compat diagnostics.Richard Smith1-2/+2
2015-05-11Give isCompatibleWithMSVC a better interfaceDavid Majnemer1-1/+1
2015-03-18OpenCL: CL2.0 atomic typesAnastasia Stulova1-4/+11
2015-03-18MSVC Compat: Permit char16_t, char32_t and _Atomic when targeting > 2013David Majnemer1-3/+4
2014-12-11Emit warning if define or undef reserved identifier or keyword.Serge Pavlov1-2/+27
2014-12-02Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov1-27/+2
2014-12-02Emit warning if define or undef reserved identifier or keyword.Serge Pavlov1-2/+27
2014-10-29Use enumerators instead of hardcoded integers when we decide if keyword is en...Serge Pavlov1-28/+38
2014-09-09Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian1-0/+27
2014-08-22Objective-C. Warn if user has made explicit callFariborz Jahanian1-0/+1
2014-05-10Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer1-1/+3
2014-05-08[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-03-18Fix a typo in r204164 that made *all* keywords available in OpenCL mode.Richard Smith1-1/+1
2014-03-18Creating a printing policy for "half":Yunzhong Gao1-0/+2
2014-03-11[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-01-14Rename language option MicrosoftMode to MSVCCompatAlp Toker1-2/+2
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2014-01-03Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman1-0/+4
2013-10-10ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian1-3/+3
2013-10-07ObjectiveC migrator: A typical implementation ofFariborz Jahanian1-1/+0
2013-09-18ObjectiveC migrator: For consistency, also inferFariborz Jahanian1-0/+2
2013-08-29ObjectiveC migrator: remove dead code.Fariborz Jahanian1-9/+1
2013-08-02ObjectiveC migrator: Add another family of factory Fariborz Jahanian1-0/+5
2013-08-02ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian1-8/+0
2013-08-02revert patch I added in r187655. It still breaks publicFariborz Jahanian1-0/+8
2013-08-02ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian1-8/+0
2013-08-02Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola1-0/+8
2013-08-01ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian1-8/+0
2013-07-24Objective-C migrator: some cleanup.Fariborz Jahanian1-0/+3
2013-07-23ObjC migrator: more knobs toward doingFariborz Jahanian1-1/+1
2013-07-23ObjC migrator: Define family of methodsFariborz Jahanian1-0/+33
2013-06-10cleanup (address some more review comments for r183474):Adrian Prantl1-6/+6
2013-06-07address some comments on r183474:Adrian Prantl1-10/+14
2013-04-17[Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis1-1/+1
2013-02-09Remove some stray uses of <ctype.h> functions.Jordan Rose1-1/+1
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-4/+3