summaryrefslogtreecommitdiff
path: root/clang/lib/AST
AgeCommit message (Expand)Author
2018-12-08Merging r345839:linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-arm-lts-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-defconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allyesconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfiglinaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allmodconfigTom Stellard
2018-12-07Merging r340386 and r344190:Tom Stellard
2018-08-22Merging r339667:Hans Wennborg
2018-08-21Merging r339372, r339373, r339374, and r339379Hans Wennborg
2018-08-17Merging r340079:Reid Kleckner
2018-08-17Backport r339704 to 7.0 for PR38598Hans Wennborg
2018-08-16Merging r339603:Hans Wennborg
2018-08-14Merging r339597:Hans Wennborg
2018-08-13Merging r339428 and r339494:Hans Wennborg
2018-08-02Merging r338602:Hans Wennborg
2018-08-01wrap to 80 cols, no behavior changeNico Weber
2018-08-01[AST] CastExpr: BasePathSize is not large enough.Roman Lebedev
2018-08-01[P0936R0] add [[clang::lifetimebound]] attributeRichard Smith
2018-07-31[constexpr] Support for constant evaluation of __builtin_memcpy andRichard Smith
2018-07-31[OPENMP] Prevent problems with linking of the static variables.Alexey Bataev
2018-07-31Improve support of PDB as an external layout sourceAleksandr Urakov
2018-07-31[coroutines] Fix handling of dependent co_await in StmtProfiler.Richard Smith
2018-07-30Avoid returning an invalid end source locStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-07-30Delete some unreachable AST printing code.Richard Smith
2018-07-30[ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov
2018-07-28[AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov
2018-07-27[OPENMP] Static variables on device must be externally visible.Alexey Bataev
2018-07-27[AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev
2018-07-26[MS] Add L__FUNCSIG__ for compatibilityReid Kleckner
2018-07-25[ODRHash] Support hashing enums.Richard Trieu
2018-07-25[ASTImporter] Add support for import of CXXInheritedCtorInitExpr.Balazs Keri
2018-07-24Don't lifetime-extend or track lifetime problems through the LHS of '->*'.Richard Smith
2018-07-24[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev
2018-07-23Update to -r337585, allow scoped enum inits in -pedanticErich Keane
2018-07-23[ms] Fix mangling of vector types in QMM_Result contexts.Nico Weber
2018-07-23[AST] Use llvm::TrailingObjects in CXXTryStmtBenjamin Kramer
2018-07-20[AST] Various micro-optimizations in CXXInheritanceBenjamin Kramer
2018-07-20Prevent Scoped Enums from being Integral constant expressions:Erich Keane
2018-07-20Implement cpu_dispatch/cpu_specific MultiversioningErich Keane
2018-07-20Change \t to spacesFangrui Song
2018-07-18DR330: when determining whether a cast casts away constness, considerRichard Smith
2018-07-17[ASTImporter] Fix poisonous structural equivalence cacheGabor Marton
2018-07-17[ASTImporter] Fix import of unnamed structsGabor Marton
2018-07-17[ASTImporter] Import described template (if any) of function.Balazs Keri
2018-07-16[ASTImporter] Import implicit methods of existing class.Balazs Keri
2018-07-16[MinGW] Automatically mangle Windows-specific entry points as CMartin Storsjo
2018-07-13Use external layout information to layout bit-fields for MS ABI.Richard Smith
2018-07-13PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane
2018-07-12[ASTImporter] Fix infinite recursion on function import with struct definitio...Gabor Marton
2018-07-12[ASTImporter] Refactor Decl creationGabor Marton
2018-07-11[AST] Structural equivalence of methodsBalazs Keri
2018-07-11PR38095: Allow constant-folding of loads through bitcasted pointers ifRichard Smith
2018-07-11DR330: look through array types when forming the cv-decomposition of a type.Richard Smith
2018-07-10Revert -r336726, which included more files than intended.Erich Keane