summaryrefslogtreecommitdiffstats
path: root/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-212-4/+35
* Merging r311115:Hans Wennborg2017-08-181-0/+2
* Merging r310776:Hans Wennborg2017-08-171-2/+3
* Merging r310691:Hans Wennborg2017-08-111-1/+3
* Merging r310158:Hans Wennborg2017-08-071-2/+6
* Merging r308996:Hans Wennborg2017-08-031-0/+14
* Merging r309058:Hans Wennborg2017-07-261-0/+9
* Merging r308897:Hans Wennborg2017-07-251-0/+15
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-184-9/+118
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-174-4/+4
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-152-28/+47
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-151-0/+2
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+6
* [ODRHash] Avoid taking the types of FunctionDecl'sRichard Trieu2017-07-141-1/+5
* Use getNameAsString instead of getName to get method names when dumpingLang Hames2017-07-131-6/+2
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-10/+8
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-0/+78
* [ODRHash] Revert r307720 to fix buildbot.Richard Trieu2017-07-121-2/+0
* [ODRHash] Support more method types.Richard Trieu2017-07-111-0/+2
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-101-5/+0
* IsSpecialLong was only ever set in release mode as all of the uses are in ass...Eric Christopher2017-07-101-1/+8
* [ODRHash] Support FriendDeclRichard Trieu2017-07-081-0/+18
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-07-071-0/+16
* [modules ts] Basic for module linkage.Richard Smith2017-07-071-14/+64
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-2/+4
* fix trivial typos in comments; NFCHiroshi Inoue2017-07-051-2/+2
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-1/+1
* [modules] Teach clang how to merge typedef over anonymous structs in C mode.Vassil Vassilev2017-07-011-2/+1
* [ODRHash] Revert r305104 - Skip inline namespaces when hashing.Richard Trieu2017-07-012-19/+13
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-10/+48
* Change enumerator default linkage type for CBruno Cardoso Lopes2017-07-011-1/+3
* Fix PR 33189: Clang assertion on template destructor declarationHubert Tong2017-06-301-4/+1
* [ODRHash] Support Type TemplateArgumentRichard Trieu2017-06-301-0/+3
* [ODRHash] Improve typedef handling.Richard Trieu2017-06-291-1/+14
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-2/+5
* Make CastExpr::getSubExprAsWritten look through implicit temporary under CK_C...Stephan Bergmann2017-06-271-11/+18
* [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka2017-06-272-3/+48
* AST: enhance mangling for blocks with MS ABISaleem Abdulrasool2017-06-261-10/+65
* Revert r301742, which caused us to try to evaluate all full-expressions.Richard Smith2017-06-261-9/+4
* Revert "[MS] Don't statically initialize dllimport member function pointers"Reid Kleckner2017-06-231-16/+0
* [MS] Don't statically initialize dllimport member function pointersReid Kleckner2017-06-231-0/+16
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-232-4/+4
* Support MS builtins using 'long' on LP64 platformsBruno Cardoso Lopes2017-06-211-1/+13
* Special-case handling of destructors in override lists when dumping ASTs.Lang Hames2017-06-201-3/+6
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-202-0/+36
* D31187: Fix removal of out-of-line definitions.Vassil Vassilev2017-06-201-1/+1
* Call setMustBuildLookupTable on TagDecls in ExternalASTMergerLang Hames2017-06-171-0/+1
* [ODRHash] Hash VarDecl members.Richard Trieu2017-06-161-0/+12
* [coroutines] Allow co_await and co_yield expressions that return an lvalue to...Eric Fiselier2017-06-151-2/+2
* [ODRHash] Hash TemplateArgument::Pack and TemplateTypeParmTypeRichard Trieu2017-06-151-0/+11