summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"Richard Trieu2019-10-195-2/+41
* [Implicit Modules] Add -cc1 option -fmodules-strict-context-hash which includ...Michael J. Spencer2019-10-195-1/+85
* New tautological warning for bitwise-or with non-zero constant always true.Richard Trieu2019-10-198-9/+102
* 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-196-40/+62
* [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-199-38/+143
* [analyzer] Specify the C++ standard in more tests.Artem Dergachev2019-10-1929-42/+42
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-1921-199/+966
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-1923-0/+295
* DebugInfo: Render the canonical name of a class template specialization, even...David Blaikie2019-10-183-2/+10
* [profile] Do not cache __llvm_profile_get_filename resultVedant Kumar2019-10-182-2/+1
* [analyzer] exploded-graph-rewriter: Unforget to censor stmt_ids in the test.Artem Dergachev2019-10-181-2/+2
* [analyzer] exploded-graph-rewriter: Rename Environment to Expressions.Artem Dergachev2019-10-183-3/+3
* [analyzer] Fix FieldRegion dumps.Artem Dergachev2019-10-184-4/+13
* [analyzer] Drop the logic for collapsing the state if it's same as in preds.Artem Dergachev2019-10-182-10/+3
* [analyzer] exploded-graph-rewriter: Fix dump for state 0.Artem Dergachev2019-10-185-16/+25
* [analyzer] Fix hidden node traversal in exploded graph dumps.Artem Dergachev2019-10-182-15/+29
* [Format] Add format check for throwing negative numbersBrian Gesiak2019-10-182-1/+2
* [DOCS]Update list of implemented constructs, NFC.Alexey Bataev2019-10-181-2/+2
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-1848-15/+6385
* [clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev2019-10-182-29/+28
* [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-182-10/+3
* [WebAssembly] -pthread implies -target-feature +sign-extThomas Lively2019-10-182-3/+16
* [analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.Artem Dergachev2019-10-171-1/+1
* [analyzer] Assign truly stable identifiers to exploded nodes.Artem Dergachev2019-10-1719-161/+305
* [analyzer] Display cast kinds in program point dumps.Artem Dergachev2019-10-173-2/+58
* [analyzer] exploded-graph-rewriter: Make node headers a bit lighter.Artem Dergachev2019-10-172-2/+2
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman2019-10-172-2/+3
* [clang-offload-wrapper][NFC] Use captured name of the entry type in LIT testSergey Dmitriev2019-10-171-1/+1
* [OPENMP]Dow not emit warnings for uninitialized loop counters.Alexey Bataev2019-10-174-373/+511
* [OPENMP]Improve use of the global tid parameter.Alexey Bataev2019-10-173-18/+21
* [ObjC] Diagnose implicit type coercion from ObjC 'Class' to objectJames Y Knight2019-10-177-50/+58
* [ObjC] Add some additional test cases around pointer conversions.James Y Knight2019-10-177-31/+286
* [OPENMP]Fix thread id passed to outlined region in sequential parallelAlexey Bataev2019-10-172-15/+13
* [OpenCL] Preserve addrspace in CGClass (PR43145)Sven van Haastregt2019-10-172-2/+35
* [OpenCL] Add doc to describe OpenCL supportSven van Haastregt2019-10-172-0/+48
* Include leading attributes in DeclStmt's SourceRangeStephan Bergmann2019-10-172-0/+18
* 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-1711-45/+337
* Revert "Include sanitize blacklist and other extra deps as part of scan-deps ...Kousik Kumar2019-10-174-24/+0
* Include sanitize blacklist and other extra deps as part of scan-deps outputKousik Kumar2019-10-174-0/+24
* Revert Tag CFI-generated data structures with "#pragma clang section" attribu...Dmitry Mikulin2019-10-175-81/+5
* [Concepts] ConceptSpecializationExprs manglingSaar Raz2019-10-173-4/+31
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-162-10/+9
* Fix darwin-ld-lto test for some speical pathSteven Wu2019-10-161-2/+4
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-168-28/+47
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-165-5/+81