[PATCH] D36178: [clang-diff] Move the JSON export function to clang-diff

2017-08-18 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311199: [clang-diff] Move the JSON export function to clang-diff (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D36178 Files: cfe/trunk/include/clang/Tooling/ASTDiff/ASTDiff.h

[PATCH] D36179: [clang-diff] Move printing of matches and changes to clang-diff

2017-08-18 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311200: [clang-diff] Move printing of matches and changes to clang-diff (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D36179 Files: cfe/trunk/include/clang/Tooling/ASTDiff/AST

[PATCH] D36180: [clang-diff] Add option to dump the AST, one node per line

2017-08-19 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311232: [clang-diff] Add option to dump the AST, one node per line (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D36180 Files: cfe/trunk/test/Tooling/clang-diff-ast.cpp cfe/

[PATCH] D36181: [clang-diff] Make printing of matches optional

2017-08-19 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311237: [clang-diff] Make printing of matches optional (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36181?vs=109503&id=111815#toc Repository: rL LLVM https://reviews.ll

[PATCH] D36182: [clang-diff] Add HTML side-by-side diff output

2017-08-19 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311241: [clang-diff] Add HTML side-by-side diff output (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36182?vs=110553&id=111829#toc Repository: rL LLVM https://reviews.ll

[PATCH] D36183: [clang-diff] Simplify mapping

2017-08-19 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311251: [clang-diff] Simplify mapping (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D36183 Files: cfe/trunk/include/clang/Tooling/ASTDiff/ASTDiff.h cfe/trunk/lib/Tooling/ASTD

[PATCH] D36184: [clang-diff] Filter AST nodes

2017-08-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311280: [clang-diff] Filter AST nodes (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36184?vs=110687&id=111872#toc Repository: rL LLVM https://reviews.llvm.org/D36184 Fil

[PATCH] D36185: [clang-diff] Fix similarity computation

2017-08-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311284: [clang-diff] Fix similarity computation (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36185?vs=110951&id=111877#toc Repository: rL LLVM https://reviews.llvm.org/

[PATCH] D36186: [clang-diff] Improve and test getNodeValue

2017-08-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311292: [clang-diff] Improve and test getNodeValue (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36186?vs=110952&id=111893#toc Repository: rL LLVM https://reviews.llvm.o

[PATCH] D36731: [ARM][AArch64] Cortex-A75 and Cortex-A55 tests

2017-08-21 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311319: [ARM][AArch64] Cortex-A75 and Cortex-A55 tests (authored by sam_parker). Changed prior to commit: https://reviews.llvm.org/D36731?vs=111664&id=111940#toc Repository: rL LLVM https://reviews.

[PATCH] D36872: Fixed a crash on replaying Preamble's PP conditional stack.

2017-08-21 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311330: Fixed a crash on replaying Preamble's PP conditional stack. (authored by ibiryukov). Repository: rL LLVM https://reviews.llvm.org/D36872 Files: cfe/trunk/include/clang/Lex/Preprocessor.h c

[PATCH] D36989: [clang-diff] Refactor stop-after command-line flag

2017-08-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311476: [clang-diff] Refactor stop-after command-line flag (authored by jgravelle). Repository: rL LLVM https://reviews.llvm.org/D36989 Files: cfe/trunk/test/Tooling/clang-diff-topdown.cpp cfe/tru

[PATCH] D36664: [analyzer] Make StmtDataCollector customizable

2017-08-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311569: [analyzer] Make StmtDataCollector customizable (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D36664?vs=111317&id=112388#toc Repository: rL LLVM https://reviews.ll

[PATCH] D36685: [clang-diff] HTML diff navigation

2017-08-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311570: [clang-diff] HTML diff navigation (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D36685 Files: cfe/trunk/tools/clang-diff/ClangDiff.cpp Index: cfe/trunk/tools/clang-d

[PATCH] D37072: [clang-diff] Properly clear the selection in HTML diff

2017-08-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311575: [clang-diff] Properly clear the selection in HTML diff (authored by krobelus). Repository: rL LLVM https://reviews.llvm.org/D37072 Files: cfe/trunk/tools/clang-diff/ClangDiff.cpp Index: cf

[PATCH] D37000: [clang-diff] Remove NodeCountVisitor, NFC

2017-08-25 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311770: [clang-diff] Remove NodeCountVisitor, NFC (authored by krobelus). Changed prior to commit: https://reviews.llvm.org/D37000?vs=112132&id=112670#toc Repository: rL LLVM https://reviews.llvm.or

[PATCH] D72333: [clang-tidy] Disable match on `if constexpr` statements in template instantiation for `readability-misleading-indentation` check.

2020-01-08 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGba129c7d0f5c: [clang-tidy] Disable match on `if constexpr` statements in template… (authored by Andi-Bogdan Postelnicu ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST AC

[PATCH] D72438: [clang-tidy] For checker `readability-misleading-indentation` update tests.

2020-01-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG795c38eb4df6: [clang-tidy] For checker `readability-misleading-indentation` update tests. (authored by Andi-Bogdan Postelnicu ). Changed prior to commit: https://reviews.llvm.org/D

[PATCH] D76597: [clang-format] Reflow long C# generic type constraints correctly

2020-03-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG78e2a3c67846: [clang-format] Reflow long C# generic type constraints correctly (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://rev

[PATCH] D75760: [clang-format] Do not indent C# array initialisers as continuations

2020-03-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5e1a026c2d81: [clang-format] Do not indent C# array initialisers as continuations (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https:/

[PATCH] D76621: [clang-format] No space inserted between commas in C#

2020-03-23 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG04336ada1756: [clang-format] No space inserted between commas in C# (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D77064: [clang-format] Correct line breaks in C# generic type constraints

2020-03-31 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd1b412ae389e: [clang-format] Correct line breaks in C# generic type constraints (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://re

[PATCH] D74894: [clang-format] Merge name and colon into a single token for C# named arguments

2020-02-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGa11ff39ba2ad: [clang-format] Merge name and colon into a single token for C# named arguments (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-co

[PATCH] D74953: [profile] Don't dump counters when forking and don't reset when calling exec** functions

2020-02-24 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG8f46269f0c1c: [profile] Don't dump counters when forking and don't reset when calling exec**… (authored by Calixte Denizet ). Repository: rG LLVM Github Monorepo CHANGES SIN

[PATCH] D75006: [clang-format] Wrap lines for C# property accessors

2020-02-25 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG2bd6974aaa66: [clang-format] Wrap lines for C# property accessors (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.or

[PATCH] D75129: [clang-format] Special handling of spaces for C# code

2020-02-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe8c5fea243ce: [clang-format] Special handling of spaces for C# code (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG L

[PATCH] D75182: [clang-format] Handle commas in [] in C#

2020-02-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG548e540d2ced: [clang-format] Handle commas in [] in C# (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75182/new

[PATCH] D75244: [clang-format] Recognize C# named argument colons as a token type

2020-02-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG7dfe0cc7f576: [clang-format] Recognize C# named argument colons as a token type (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://re

[PATCH] D75261: [clang-format] Recognize C# nullable types

2020-02-28 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5f52a93b698b: [clang-format] Recognize C# nullable types (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75261/n

[PATCH] D75336: [clang-format] Improve C# handling of spaces in square brackets

2020-02-28 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf829615205f0: [clang-format] Improve C# handling of spaces in square brackets (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://revi

[PATCH] D75368: [clang-format] Handle NullCoalescing and NullConditional operators in C#

2020-03-02 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGc3af063c2bbf: [clang-format] Handle NullCoalescing and NullConditional operators in C# (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION ht

[PATCH] D75456: [clang-format] Rename CSharpNullConditionalSq and add missing test

2020-03-02 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9c4afce7024a: [clang-format] Rename CSharpNullConditionalSq and add missing test (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://r

[PATCH] D75455: [clang-format] Allow nested [] in C# attributes

2020-03-03 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9f8a7e82b850: [clang-format] Allow nested [] in C# attributes (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75

[PATCH] D75465: [clang-format] Do not merge target-name and : for C# attributes

2020-03-03 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG900dee8c8e03: [clang-format] Do not merge target-name and : for C# attributes (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://revi

[PATCH] D75517: [clang-format] Do not format C# array subscript operators as attributes

2020-03-03 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG736fef97c7ac: [clang-format] Do not format C# array subscript operators as attributes (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION htt

[PATCH] D75473: [clang-format] parse C# object initialisers

2020-03-04 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG7d2fdd3f6639: [clang-format] parse C# object initialisers (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75473/

[PATCH] D75606: [clang-format] Improve identification of C# nullables

2020-03-04 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGfe61bc1a0b5a: [clang-format] Improve identification of C# nullables (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D70003: [clang-format] Ensure dump_format_style.py can generate ClangFormatStyleOptions.rst without manual intervention

2019-11-08 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGeb00839c6eb4: [clang-format] Ensure dump_format_style.py can generate ClangFormatStyleOptions. (authored by paul_hoad ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTI

[PATCH] D69951: [clang-format] NFC allow Format.h to be clang-formatted but still maintain the same doc layout in ClangFormatStyleOptions.rst

2019-11-08 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG860ee4f3ebf5: [clang-format] NFC allow Format.h to be clang-formatted but still maintain the… (authored by paul_hoad ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTIO

[PATCH] D69564: Include the mangled name in -ast-dump=json

2019-11-16 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3c3048c18b09: Include the mangled name in -ast-dump=json (authored by Alex Richardson ). Changed prior to commit: https://reviews.llvm.org/D69564?vs=226893&id=229514#t

[PATCH] D19031: [clang-format] Flexible line endings

2019-11-16 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG358eaa3dcea1: [clang-format] Flexible line endings (authored by Cameron Desrochers ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llv

[PATCH] D75856: [clang-format] cleanup from D75517

2020-03-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb28ed9cec8dd: [clang-format] cleanup from D75517 (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D75856/new/ htt

[PATCH] D75731: [clang-format] C# does not indent braced initializers as continuations

2020-03-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGeb682b80274d: [clang-format] C# does not indent braced initializers as continuations (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION http

[PATCH] D75747: [clang-format] Correct indentation for `[key] = value,` entries in C++ object initialisers

2020-03-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcb3f20d27c9e: [clang-format] Correct indentation for `[key] = value,` entries in C++ object… (authored by Jonathan Coe ). Changed prior to commit: https://reviews.llvm.org/D75747?vs=2

[PATCH] D75983: [clang-format] Improved identification of C# nullables

2020-03-11 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG1fb9c29833ab: [clang-format] Improved identification of C# nullables (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.

[PATCH] D75984: [clang-format] No space in `new()` and `this[Type x]` in C#

2020-03-11 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG5c917bd9a7de: [clang-format] No space in `new()` and `this[Type x]` in C# (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.

[PATCH] D76367: [clang-format] Handle C# generic type constraints

2020-03-19 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGdcbcec4822f4: [clang-format] Handle C# generic type constraints (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D

[PATCH] D73977: [clang-format] Allow a comment to follow a C# attribute specifier

2020-02-04 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG50d8977c459d: [clang-format] Allow a comment to follow a C# attribute specifier (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Reposi

[PATCH] D74043: [clang-format] Do not treat C# attribute targets as labels

2020-02-05 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGca1fd460f1f5: [clang-format] Do not treat C# attribute targets as labels (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository:

[PATCH] D74050: [clang-format] Do not merge short C# class definitions into one line

2020-02-05 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf40a7972cb42: [clang-format] Do not merge short C# class definitions into one line (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Rep

[PATCH] D74265: [clang-format] Improve handling of C# attributes

2020-02-11 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGb46f925d68d4: [clang-format] Improve handling of C# attributes (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM G

[PATCH] D72755: [RISCV] Pass target-abi via module flag metadata

2020-01-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGe15fb06e2d0a: [RISCV] Pass target-abi via module flag metadata (authored by Zakk Chen ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D

[PATCH] D73062: [analyzer] Simplify BoolAssignmentChecker

2020-01-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG88c7b1642079: [analyzer] Simplify BoolAssignmentChecker (authored by Mikhail Gadelha ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D73492: [clang-format] Handle quotes and escaped braces in C# interpolated strings

2020-01-28 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG9d212e83e920: [clang-format] Handle quotes and escaped braces in C# interpolated strings (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commit

[PATCH] D73622: [clang-format] Improve support for multiline C# strings

2020-01-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf9f0919db7ea: [clang-format] Improve support for multiline C# strings (authored by Jonathan Coe ). Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG

[PATCH] D72401: Fixes for spaces around C# object initializers

2020-01-31 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG0bb60e29f18b: [clang-format] Fixes for spaces around C# object initializers (authored by Jonathan Coe ). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://review

[PATCH] D44281: [analyzer] Suppress more MallocChecker positives in reference counting pointer destructors.

2018-03-20 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328066: [analyzer] Suppress more MallocChecker positives in smart pointer destructors. (authored by dergachev, committed by ). Repository: rC Clang https://reviews.llvm.org/D44281 Files: lib/StaticA

[PATCH] D44694: [clang-tidy] Use :doc: for check links in Release Notes

2018-03-21 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rCTE328115: [clang-tidy] Use :doc: for check links in Release Notes. (authored by eugenezelenko, committed by ). Changed prior to commit: https://reviews.llvm.org/D44694?vs=139167&id=139320#toc Repositor

[PATCH] D44749: [OpenMP][Clang] Add call to global data sharing stack initialization on the workers side

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328219: [OpenMP][Clang] Add call to global data sharing stack initialization on the… (authored by gbercea, committed by ). Repository: rC Clang https://reviews.llvm.org/D44749 Files: lib/CodeGen/CGO

[PATCH] D44347: [analyzer] symbol_iterator must iterate through the symbolic base.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rC328247: [analyzer] Make symbol_iterator iterate over SVal's symbolic base. (authored by dergachev, committed by ). Reposi

[PATCH] D44597: [CFG] [analyzer] Add C++17-specific variable and return value construction contexts.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328248: [CFG] [analyzer] Add C++17-specific variable and return construction contexts. (authored by dergachev, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://r

[PATCH] D44725: [CFG] [analyzer] NFC: Move construction context allocation into a helper method.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328249: [CFG] [analyzer] NFC: Move construction context allocation into a helper method. (authored by dergachev, committed by ). Repository: rC Clang https://reviews.llvm.org/D44725 Files: include/c

[PATCH] D44755: [analyzer] Suppress more C++17-related crashes.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328253: [analyzer] Remove an assertion that doesn't hold in C++17. (authored by dergachev, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D447

[PATCH] D44763: [CFG] [analyzer] Add C++17-specific constructor-initializer construction contexts.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL328255: [CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts. (authored by dergachev, committed by )

[PATCH] D44763: [CFG] [analyzer] Add C++17-specific constructor-initializer construction contexts.

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rC328255: [CFG] [analyzer] Add C++17-specific ctor-initializer construction contexts. (authored by dergachev, committed by )

[PATCH] D44721: [analyzer] Enable c++-temp-dtor-inlining by default?

2018-03-22 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328258: [analyzer] Enable temporary object destructor inlining by default. (authored by dergachev, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.

[PATCH] D44787: Migrate dockerfiles to use multi-stage builds.

2018-03-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328503: Migrate dockerfiles to use multi-stage builds. (authored by ibiryukov, committed by ). Changed prior to commit: https://reviews.llvm.org/D44787?vs=139457&id=139792#toc Repository: rL LLVM ht

[PATCH] D44189: [RISCV] Verify the input value of -march=

2018-03-28 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328690: [PATCH] [RISCV] Verify the input value of -march= (authored by shiva, committed by ). Changed prior to commit: https://reviews.llvm.org/D44189?vs=139256&id=140049#toc Repository: rC Clang ht

[PATCH] D41808: Rename clang link from clang-X.Y to clang-X

2018-03-29 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328769: Rename clang link from clang-X.Y to clang-X (authored by sylvestre, committed by ). Changed prior to commit: https://reviews.llvm.org/D41808?vs=140202&id=140203#toc Repository: rC Clang http

[PATCH] D45081: [analyzer] Remove the unused method declaration in `ValistChecker.cpp`.

2018-03-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328860: [analyzer] Remove the unused method declaration in `ValistChecker.cpp`. (authored by henrywong, committed by ). Changed prior to commit: https://reviews.llvm.org/D45081?vs=140408&id=140419#toc

[PATCH] D44854: [analyzer] Be more careful about C++17 copy elision.

2018-03-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328893: [CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported. (authored by dergachev, committed by ). Repository: rL LLVM https://reviews.llvm.org/D44854 Files: lib/Analysi

[PATCH] D44854: [analyzer] Be more careful about C++17 copy elision.

2018-03-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328893: [CFG] [analyzer] Avoid modeling C++17 constructors that aren't fully supported. (authored by dergachev, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://

[PATCH] D44955: [CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.

2018-03-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL328895: [CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr. (authored by dergachev, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.o

[PATCH] D45071: [analyzer] Track null or undef values through pointer arithmetic.

2018-03-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328896: [analyzer] Track null or undef values through pointer arithmetic. (authored by dergachev, committed by ). Repository: rC Clang https://reviews.llvm.org/D45071 Files: lib/StaticAnalyzer/Core/

[PATCH] D45086: [analyzer] Unroll the loop when it has a unsigned counter.

2018-03-31 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC328919: [analyzer] Unroll the loop when it has a unsigned counter. (authored by henrywong, committed by ). Repository: rC Clang https://reviews.llvm.org/D45086 Files: lib/StaticAnalyzer/Core/LoopUnr

[PATCH] D45117: [analyzer] Fix diagnostics in callees of interesting callees.

2018-04-03 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL329102: [analyzer] Fix diagnostics in callees of interesting callees. (authored by dergachev, committed by ). Herald added

[PATCH] D45194: [Sema] Defer checking constexpr lambda until after we've finished the lambda class.

2018-04-04 Thread Phabricator via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL329244: [AST] Don't track lambda captures when checking a potential constant expression. (authored by epilk, committed by

[PATCH] D44727: [RISCV] Extend getTargetDefines for RISCVTargetInfo

2018-04-05 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC329278: [PATCH] [RISCV] Extend getTargetDefines for RISCVTargetInfo (authored by shiva, committed by ). Changed prior to commit: https://reviews.llvm.org/D44727?vs=140959&id=141140#toc Repository: rC

[PATCH] D45102: Fix typo in comment -fmath-errno=0 -> -fno-math-errno

2018-04-05 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL329323: Fix typo in comment -fmath-errno=0 -> -fno-math-errno (authored by sbc, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D45102 Files: cf

[PATCH] D45128: [libcxx][test] Silence -Wself-assign diagnostics

2018-04-07 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rCXX329490: [libcxx][test] Silence -Wself-assign diagnostics (authored by lebedevri, committed by ). Repository: rCXX libc++ https://reviews.llvm.org/D45128 Files: test/std/utilities/any/any.class/any

[PATCH] D44883: [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded self-assignment (classes)

2018-04-07 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC329493: [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded self… (authored by lebedevri, committed by ). Repository: rC Clang https://reviews.llvm.org/D44883 Files: docs/Relea

[PATCH] D44883: [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded self-assignment (classes)

2018-04-07 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL329493: [Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded self… (authored by lebedevri, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://

[PATCH] D45421: [X86] Emit native IR for pmuldq/pmuludq builtins.

2018-04-09 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL329605: [X86] Emit native IR for pmuldq/pmuludq builtins. (authored by ctopper, committed by ). Changed prior to commit: https://reviews.llvm.org/D45421?vs=141691&id=141707#toc Repository: rL LLVM h

[PATCH] D44988: [Sema] Fix decrement availability for built-in types

2018-04-11 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL329804: [Sema] Fix built-in decrement operator overload resolution (authored by jkorous, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D44988

[PATCH] D36390: Fix overloaded static functions in SemaCodeComplete

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316646: Fix overloaded static functions in SemaCodeComplete (authored by d0k). Changed prior to commit: https://reviews.llvm.org/D36390?vs=111647&id=120374#toc Repository: rL LLVM https://reviews.ll

[PATCH] D38954: [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other than NULL.

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316662: [Sema] -Wzero-as-null-pointer-constant: don't warn for system macros other than… (authored by lebedevri). Changed prior to commit: https://reviews.llvm.org/D38954?vs=120316&id=120402#toc Reposi

[PATCH] D39305: Simplify codegen and debug info generation for block context parameters.

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316684: Simplify codegen and debug info generation for block context parameters. (authored by adrian). Changed prior to commit: https://reviews.llvm.org/D39305?vs=120312&id=120455#toc Repository: rL

[PATCH] D39310: [CGBlocks] Improve line info in backtraces containing *_helper_block

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316704: [CGBlocks] Improve line info in backtraces containing *_helper_block (authored by vedantk). Changed prior to commit: https://reviews.llvm.org/D39310?vs=120461&id=120489#toc Repository: rL LLV

[PATCH] D39341: [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td file and pair them up with their negations.

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316705: [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td… (authored by ctopper). Changed prior to commit: https://reviews.llvm.org/D39341?vs=120468&id=120490#toc Repository

[PATCH] D39349: [X86] Make -march=i686 an alias of -march=pentiumpro

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316712: [X86] Make -march=i686 an alias of -march=pentiumpro (authored by ctopper). Changed prior to commit: https://reviews.llvm.org/D39349?vs=120503&id=120508#toc Repository: rL LLVM https://revie

[PATCH] D39218: [WebAssembly] Include libclang_rt.builtins in the standard way

2017-10-26 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316719: [WebAssembly] Include libclang_rt.builtins in the standard way (authored by sbc). Changed prior to commit: https://reviews.llvm.org/D39218?vs=120111&id=120516#toc Repository: rL LLVM https:/

[PATCH] D38842: [CrossTU] Fix handling of Cross Translation Unit directory path

2017-10-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316764: [CrossTU] Fix handling of Cross Translation Unit directory path (authored by xazax). Changed prior to commit: https://reviews.llvm.org/D38842?vs=118773&id=120576#toc Repository: rL LLVM http

[PATCH] D36347: New lldb python module for adding diagnostic breakpoints

2017-10-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316773: New lldb python module for managing diagnostic breakpoints (authored by dhinton). Repository: rL LLVM https://reviews.llvm.org/D36347 Files: cfe/trunk/utils/clangdiag.py Index: cfe/trunk/ut

[PATCH] D39354: [WebAssembly] Add crt1.o when calling lld

2017-10-27 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316777: [WebAssembly] Add crt1.o with calling lld (authored by sbc). Repository: rL LLVM https://reviews.llvm.org/D39354 Files: cfe/trunk/lib/Driver/ToolChain.cpp cfe/trunk/lib/Driver/ToolChains/W

[PATCH] D37470: [analyzer] Handle ObjC messages conservatively in CallDescription

2017-10-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316885: [analyzer] Handle ObjC messages conservatively in CallDescription (authored by xazax). Changed prior to commit: https://reviews.llvm.org/D37470?vs=120598&id=120778#toc Repository: rL LLVM ht

[PATCH] D38728: [analyzer] Use the signature of the primary template for issue hash calculation

2017-10-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316900: [analyzer] Use the signature of the primary template for issue hash calculation (authored by xazax). Changed prior to commit: https://reviews.llvm.org/D38728?vs=118788&id=120804#toc Repository:

[PATCH] D39423: [analyzer] Left shifting a negative value is undefined

2017-10-30 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL316924: [analyzer] Left shifting a negative value is undefined (authored by xazax). Changed prior to commit: https://reviews.llvm.org/D39423?vs=120837&id=120841#toc Repository: rL LLVM https://revie

[PATCH] D39633: Remove \brief from doxygen comments in PrettyPrinter.h

2017-11-05 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317443: Remove \brief from doxygen comments in PrettyPrinter.h (authored by adrian). Changed prior to commit: https://reviews.llvm.org/D39633?vs=121603&id=121663#toc Repository: rL LLVM https://revi

[PATCH] D39603: [clang-tidy] Support relative paths in run-clang-tidy.py

2017-11-06 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317468: [clang-tidy] Support relative paths in run-clang-tidy.py (authored by xazax). Changed prior to commit: https://reviews.llvm.org/D39603?vs=121498&id=121705#toc Repository: rL LLVM https://rev

[PATCH] D39419: Fix crash when parsing objective-c++ containing invalid lambda

2017-11-06 Thread Phabricator via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317493: [Parser] Fix TryParseLambdaIntroducer() error handling (authored by jkorous). Changed prior to commit: https://reviews.llvm.org/D39419?vs=121448&id=121748#toc Repository: rL LLVM https://rev

<    10   11   12   13   14   15   16   17   18   >