aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-22Minor coding style fix. NFC.Michael Liao
2019-10-21Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger
2019-10-21[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-21SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...Simon Pilgrim
2019-10-21[Clang] Add VerboseOutputStream to CompilerInstanceScott Linder
2019-10-21SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim
2019-10-21Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson
2019-10-21Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson
2019-10-21PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl
2019-10-20[AMDGPU] Fix assertion due to initializer listYaxun Liu
2019-10-19Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer
2019-10-19[analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev
2019-10-19[analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev
2019-10-19Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu
2019-10-19[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer
2019-10-19New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-10-19Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne
2019-10-19[clang][driver] Print compilation phases with indentation.Michael Liao
2019-10-19[hip][cuda] Fix the extended lambda name mangling issue.Michael Liao
2019-10-19[c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-10-18DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie
2019-10-18[profile] Do not cache __llvm_profile_get_filename resultVedant Kumar
2019-10-18[analyzer] Fix FieldRegion dumps.Artem Dergachev
2019-10-18[analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev
2019-10-18[analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev
2019-10-18[Format] Add format check for throwing negative numbersBrian Gesiak
2019-10-18[OPENMP50]Add support for master taskloop simd.Alexey Bataev
2019-10-18[clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev
2019-10-18[tooling] Relax an assert when multiple GPU targets are specified.Michael Liao
2019-10-18[ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant
2019-10-18[WebAssembly] -pthread implies -target-feature +sign-extThomas Lively
2019-10-17[analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev
2019-10-17[analyzer] Display cast kinds in program point dumps.Artem Dergachev
2019-10-17[OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev
2019-10-17[OPENMP]Improve use of the global tid parameter.Alexey Bataev
2019-10-17[ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight
2019-10-17[OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev
2019-10-17[OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt
2019-10-17Include leading attributes in DeclStmt's SourceRangeStephan Bergmann
2019-10-17SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim
2019-10-17SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-17Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar
2019-10-17Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar
2019-10-17Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin
2019-10-17[Concepts] ConceptSpecializationExprs manglingSaar Raz
2019-10-16Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai
2019-10-16[OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev