summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Fix a crash on tracking Objective-C 'self' as a control dependency.Artem Dergachev2019-10-191-7/+12
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-191-2/+11
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-191-0/+20
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-192-7/+58
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-194-0/+4
* Sema: Create a no-op implicit cast for lvalue function conversions.Peter Collingbourne2019-10-194-35/+50
* [clang][driver] Print compilation phases with indentation.Michael Liao2019-10-191-5/+24
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-196-24/+72
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-197-129/+430
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-1917-0/+181
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-182-2/+5
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-181-1/+0
* [analyzer] Fix FieldRegion dumps.Artem Dergachev2019-10-181-1/+1
* [analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev2019-10-181-10/+1
* [analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev2019-10-181-11/+5
* [Format] Add format check for throwing negative numbersBrian Gesiak2019-10-181-1/+1
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-1815-13/+212
* [clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev2019-10-181-2/+3
* [tooling] Relax an assert when multiple GPU targets are specified.Michael Liao2019-10-181-1/+1
* [ThinLTOCodeGenerator] Add support for index-based WPDEugene Leviant2019-10-181-7/+1
* [WebAssembly] -pthread implies -target-feature +sign-extThomas Lively2019-10-181-1/+8
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-173-21/+14
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-171-1/+5
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-171-1/+2
* [OPENMP]Improve use of the global tid parameter.Alexey Bataev2019-10-171-9/+14
* [ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight2019-10-172-11/+19
* [OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev2019-10-171-5/+3
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-171-2/+5
* Include leading attributes in DeclStmt's SourceRangeStephan Bergmann2019-10-171-0/+2
* SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-3/+3
* SemaDeclObjC - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-3/+3
* Reland: Dead Virtual Function EliminationOliver Stannard2019-10-176-45/+152
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-171-2/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-171-0/+2
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-174-49/+5
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-172-4/+15
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-161-8/+7
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-165-14/+21
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-164-5/+49
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-162-19/+26
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-161-0/+2
* [Driver,ARM] Make -mfloat-abi=soft turn off MVE.Simon Tatham2019-10-161-0/+1
* RewriteModernObjC - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-161-5/+4
* CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...Simon Pilgrim2019-10-161-4/+5
* CGExprConstant - silence static analyzer getAs<> null dereference warning. NFCI.Simon Pilgrim2019-10-161-2/+2
* CGBuiltin - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-161-5/+4
* Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"Nico Weber2019-10-162-15/+4
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-162-4/+15
* [libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum2019-10-164-59/+63
* PR43674: fix incorrect constant evaluation of 'switch' where no caseRichard Smith2019-10-151-1/+1