summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Improved import of friend templates.Balazs Keri2018-08-131-10/+36
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-8/+11
* Add Windows support for the GNUstep Objective-C ABI V2.David Chisnall2018-08-101-9/+10
* Port getLocEnd -> getEndLocStephen Kelly2018-08-0912-66/+59
* Port getLocStart -> getBeginLocStephen Kelly2018-08-0915-126/+121
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-095-13/+13
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-093-13/+13
* Fix structural inequivalency of forward EnumDeclGabor Marton2018-08-091-0/+8
* Add support for importing imaginary literalsGabor Marton2018-08-091-0/+13
* Refactor attribute printing to be a bit more obviously-correct.Richard Smith2018-08-091-13/+9
* Delete some unreachable AST printing code.Richard Smith2018-08-091-16/+0
* [Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExprCraig Topper2018-08-081-3/+9
* Revert r339287 "[Builtins] Add __builtin_clrsb support to IntExprEvaluator::V...Craig Topper2018-08-081-9/+3
* [Builtins] Add __builtin_clrsb support to IntExprEvaluator::VisitBuiltinCallExprCraig Topper2018-08-081-3/+9
* [AST] Check described template at structural equivalence check.Balazs Keri2018-08-081-119/+138
* [ASTImporter] Load external Decls when getting field index.Balazs Keri2018-08-081-19/+28
* [AST] Remove unnecessary indirections in DeclarationNameTableBruno Ricci2018-08-061-103/+6
* [Fixed Point Arithmetic] Fixed Point ConstantLeonard Chan2018-08-061-0/+20
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-063-14/+22
* [AST] Add individual size info for Types in -print-statsBruno Ricci2018-08-061-1/+3
* [ASTmporter] SourceRange-free function parameter checking for declarationsGabor Marton2018-08-061-9/+15
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-08-041-48/+199
* Test commitBruno Ricci2018-08-031-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-4/+2
* Fix assertion failure when emitting code for a merged lambda.Richard Smith2018-08-021-2/+13
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-3/+15
* [AST] Remove the static_assert check in ObjCMethodDecl::ObjCMethodDeclVlad Tsyrklevich2018-08-011-7/+0
* Fix -Wcovered-switch-default uncovered after r338630Reid Kleckner2018-08-011-1/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-9/+54
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-013-1/+27
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-012-9/+56
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-014-58/+112
* Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg2018-08-011-198/+48
* wrap to 80 cols, no behavior changeNico Weber2018-08-011-7/+9
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-012-12/+51
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-012-1/+21
* [constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith2018-07-311-48/+198
* [OPENMP] Prevent problems with linking of the static variables.Alexey Bataev2018-07-311-21/+0
* Improve support of PDB as an external layout sourceAleksandr Urakov2018-07-311-23/+19
* [coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith2018-07-311-1/+4
* Avoid returning an invalid end source locStephen Kelly2018-07-301-1/+1
* Remove trailing spaceFangrui Song2018-07-3039-1602/+1602
* Delete some unreachable AST printing code.Richard Smith2018-07-301-30/+0
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-303-5/+50
* [AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov2018-07-282-6/+7
* [OPENMP] Static variables on device must be externally visible.Alexey Bataev2018-07-271-0/+21
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-271-1/+5
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-3/+7
* [ODRHash] Support hashing enums.Richard Trieu2018-07-252-1/+46
OpenPOWER on IntegriCloud