aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-08-03[libclang 1/8] Add support for ObjCObjectTypeMichael Wu
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse
2018-08-03[modules] Defer merging deduced return types.Richard Smith
2018-08-02[WebAssembly] Support for atomic.wait / atomic.wake builtinsHeejin Ahn
2018-08-02AMDGPU: Fix missing declaration of queue ptr builtinMatt Arsenault
2018-08-02[analyzer] Forward arguments in registerChecker to avoid accidental copiesGeorge Karpenkov
2018-08-02Try to make builtin address space declarations not uselessMatt Arsenault
2018-08-02Test commit accessMichael Wu
2018-08-01[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane
2018-08-01[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane
2018-08-01[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane
2018-08-01[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane
2018-08-01Revert r338455 "[constexpr] Support for constant evaluation of __builtin_memc...Hans Wennborg
2018-08-01[UnrollAndJam] Add unroll_and_jam pragma handlingDavid Green
2018-08-01Fix "not all control paths return a value" MSVC warning.Simon Pilgrim
2018-08-01[AST] CastExpr: BasePathSize is not large enough.Roman Lebedev
2018-08-01[analyzer] CallEvent: Add helper methods for obtaining the callee stack frame.Artem Dergachev
2018-08-01AMDGPU: Add clamp bit to dot builtinsKonstantin Zhuravlyov
2018-08-01Avoid exposing name for range-based for '__range' variables in lifetime warni...Richard Smith
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[CFG] [analyzer] NFC: Enumerate construction context layer kinds.Artem Dergachev
2018-07-31[CFG] [analyzer] Implement function argument construction contexts.Artem Dergachev
2018-07-31[analyzer] Move InnerPointerChecker out of alpha.Reka Kovacs
2018-07-31[CFG] [analyzer] Add construction contexts for returning C++ objects in ObjC++.Artem Dergachev
2018-07-31[COFF, ARM64] Enable SEH for ARM64 WindowsMandeep Singh Grang
2018-07-31[Sema] Relax a failing assert in TemplateArgumentLocErik Pilkington
2018-07-30[analyzer] [NFC] Simplify some visitors by giving a convenient getter from st...George Karpenkov
2018-07-30Avoid returning an invalid end source locStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev
2018-07-30[analyzer] Store ValueDecl in DeclRegionGeorge Karpenkov
2018-07-30[ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov
2018-07-30Fix -Wdocumentation warning. NFCI.Simon Pilgrim
2018-07-28[Sema][ObjC] Warn when a method declared in a protocol takes aAkira Hatanaka
2018-07-28[CUDA][HIP] Allow function-scope static const variableYaxun Liu
2018-07-28[AST] Add a convenient getter from QualType to RecordDeclGeorge Karpenkov
2018-07-28[CFG] Remove duplicate function/class names at the beginning of commentsFangrui Song
2018-07-27Parse a possible trailing postfix expression suffix after a fold expressionNicolas Lesser
2018-07-27[DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev
2018-07-27Fix typos in comment.Richard Smith
2018-07-27[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov
2018-07-27[ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, support getting it's de...George Karpenkov
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-26[ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric
2018-07-26Refactor checking of switch conditions and case values.Richard Smith
2018-07-26[COFF, ARM64] Decide when to mark struct returns as SRetMandeep Singh Grang
2018-07-26 [RISCV] Add support for interrupt attributeAna Pazos
2018-07-26[analyzer] Fixed method to get APSInt modelMikhail R. Gadelha