summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-08-14Merging r339597:Hans Wennborg
2018-08-14Merging r338934:Hans Wennborg
2018-08-13Merging r339428 and r339494:Hans Wennborg
2018-08-02Merging r338602:Hans Wennborg
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
2018-07-25[ODRHash] Support hashing enums.Richard Trieu
2018-07-25[analyzer] Update SMT API documentation and methodsMikhail R. Gadelha
2018-07-25[analyzer] Fix compilation when LLVM_ENABLE_MODULES=ONMikhail R. Gadelha
2018-07-25[clang:sema] de-duplicate getDepthAndIndex helpersNick Desaulniers
2018-07-25[OPENMP] Exclude service expressions/statements from the list ofAlexey Bataev
2018-07-25[analyzer] Removed API used by the Refutation Manager from SMTConstraintManag...Mikhail R. Gadelha
2018-07-25[analyzer] Moved code from SMTConstraintManager to SMTSolverMikhail R. Gadelha
2018-07-25[analyzer] Moved non solver specific code from Z3ConstraintManager to SMTCons...Mikhail R. Gadelha
2018-07-25[analyzer] Implemented SMT generic APIMikhail R. Gadelha
2018-07-25[analyzer] Create generic SMT Expr classMikhail R. Gadelha