summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/IdentifierTable.h
Commit message (Expand)AuthorAgeFilesLines
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2017-11-031-42/+41
* PointerLikeTypeTraits: class->struct to match LLVM changeDavid Blaikie2017-08-091-7/+4
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-8/+3
* Add support for editor placeholders to ClangAlex Lorenz2017-04-191-0/+13
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-111-1/+5
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+1
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-091-25/+47
* Parsing MS pragma intrinsicReid Kleckner2016-09-071-2/+1
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-1/+16
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexistDavid Majnemer2015-07-221-2/+7
* [modules] Don't save uninteresting identifiers, and don't consider identifiersRichard Smith2015-07-191-1/+13
* [x86] add 2 bit to ObjCOrBuiltinID and new intrinsicsAsaf Badouh2015-07-141-2/+2
* [modules] Before checking whether the controlling macro of a header is defined,Richard Smith2015-07-011-13/+0
* Generalize future keyword compat diagnostics.Richard Smith2015-05-141-9/+11
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-0/+1
* [Modules] Make the AST serialization always use lexicographic order whenChandler Carruth2015-03-261-1/+6
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-6/+6
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+3
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-3/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+3
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-27/+20
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-1/+13
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+1
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-3/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-1/+3
* ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian2013-10-101-1/+2
* ObjectiveC migrator: For consistency, also inferFariborz Jahanian2013-09-181-1/+2
* Documentation cleanup: Fixing \brief comments, migrating away from old styleJames Dennett2013-09-131-26/+26
* ObjectiveC migrator: remove dead code.Fariborz Jahanian2013-08-291-1/+0
* ObjectiveC migrator: Add another family of factory Fariborz Jahanian2013-08-021-1/+2
* ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian2013-08-021-4/+1
* revert patch I added in r187655. It still breaks publicFariborz Jahanian2013-08-021-1/+4
* ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian2013-08-021-4/+1
* Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola2013-08-021-1/+4
* ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian2013-08-011-4/+1
* ObjC migrator: more knobs toward doingFariborz Jahanian2013-07-231-2/+2
* ObjC migrator: Define family of methodsFariborz Jahanian2013-07-231-0/+16
* cleanup (address some more review comments for r183474):Adrian Prantl2013-06-101-1/+1
* address some comments on r183474:Adrian Prantl2013-06-071-4/+11
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-171-1/+1
* Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis2013-03-271-3/+0
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove unneeded includes from IdentifierTableNico Weber2012-11-111-1/+0
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-091-0/+3
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-251-4/+13