summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Refactor DependencyScanningTool to its own fileKousik Kumar2019-10-222-0/+72
* Minor coding style fix. NFC.Michael Liao2019-10-221-1/+2
* Fix -fuse-init-array decision logic on NetBSDJoerg Sonnenberger2019-10-211-1/+14
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-211-0/+20
* SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...Simon Pilgrim2019-10-211-7/+3
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-211-3/+11
* SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...Simon Pilgrim2019-10-211-4/+3
* Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson2019-10-213-0/+7
* Prune Pass.h include from DataLayout.h. NFCIBjorn Pettersson2019-10-211-0/+1
* PCH debug info: Avoid appending the source directory to an absolute pathAdrian Prantl2019-10-211-3/+3
* [AMDGPU] Fix assertion due to initializer listYaxun Liu2019-10-201-10/+6
* Revert "[Implicit Modules] Add -cc1 option -fmodules-strict-context-hash whic...Michael J. Spencer2019-10-191-20/+0
* [analyzer] PR43551: Do not dereferce void* in UndefOrNullArgVisitor.Artem Dergachev2019-10-191-3/+5
* [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