[Lldb-commits] [lldb] 064ab22 - [lldb] Run TestFixIts on non-Darwin platforms

2020-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-30T09:53:51+02:00 New Revision: 064ab22fb29be673fa2ac4ab3b28cc30f9371e9c URL: https://github.com/llvm/llvm-project/commit/064ab22fb29be673fa2ac4ab3b28cc30f9371e9c DIFF:

[Lldb-commits] [lldb] 53e7c8f - [lldb][NFC] Cleanup TestFixIts.py

2020-03-30 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-30T09:40:03+02:00 New Revision: 53e7c8fdfaaa1172f7658aa5bb61a3282fb09a84 URL: https://github.com/llvm/llvm-project/commit/53e7c8fdfaaa1172f7658aa5bb61a3282fb09a84 DIFF:

[Lldb-commits] [lldb] 14db82c - [lldb][NFC] Fix typo in TestInvalidArgsLog

2020-03-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-28T16:16:08+01:00 New Revision: 14db82c929d981833dbd829a3e8e702556aea1d2 URL: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2 DIFF:

[Lldb-commits] [lldb] daed98e - Convert CommandObjectCommands functions to return StringRefs

2020-03-26 Thread Raphael Isemann via lldb-commits
Author: Shivam Mittal Date: 2020-03-26T11:20:38+01:00 New Revision: daed98e5b5d1b4a2ab29b3f757b53519ed070439 URL: https://github.com/llvm/llvm-project/commit/daed98e5b5d1b4a2ab29b3f757b53519ed070439 DIFF: https://github.com/llvm/llvm-project/commit/daed98e5b5d1b4a2ab29b3f757b53519ed070439.diff

[Lldb-commits] [lldb] 7754b65 - [lldb][NFC] lldb_assert->lldbassert in ClangExpressionParser

2020-03-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-25T14:10:48+01:00 New Revision: 7754b652b3bf0c4b63cccf6e0d4066503684e94a URL: https://github.com/llvm/llvm-project/commit/7754b652b3bf0c4b63cccf6e0d4066503684e94a DIFF:

[Lldb-commits] [lldb] 0ccc4de - [lldb] Always log if acquiring packet sequence mutex fails

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:24:50+01:00 New Revision: 0ccc4de42eae92d5a7a1b67b29d7921c7f144b8d URL: https://github.com/llvm/llvm-project/commit/0ccc4de42eae92d5a7a1b67b29d7921c7f144b8d DIFF:

[Lldb-commits] [lldb] 6b6a779 - [lldb][NFC] Always update m_cache_{hits/misses} in FormatCache

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:16:43+01:00 New Revision: 6b6a779ca8ce4025ed0a38fbcfcb6c07334ace57 URL: https://github.com/llvm/llvm-project/commit/6b6a779ca8ce4025ed0a38fbcfcb6c07334ace57 DIFF:

[Lldb-commits] [lldb] aef982e - [lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURATION_DEBUG

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T20:16:09+01:00 New Revision: aef982e35acd2a0c4f6064308601658745e78cfc URL: https://github.com/llvm/llvm-project/commit/aef982e35acd2a0c4f6064308601658745e78cfc DIFF:

[Lldb-commits] [lldb] b8dab9b - [lldb] Remove some debugging printfs from ITSession code

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T18:09:27+01:00 New Revision: b8dab9b3d5b9b75f5ec9b8fed3e1c0586a82e3bf URL: https://github.com/llvm/llvm-project/commit/b8dab9b3d5b9b75f5ec9b8fed3e1c0586a82e3bf DIFF:

[Lldb-commits] [lldb] 177dd63 - Data formatters: fix detection of C strings

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2020-03-24T14:25:59+01:00 New Revision: 177dd63c8d742250dac6ea365e7c30f0fbab3257 URL: https://github.com/llvm/llvm-project/commit/177dd63c8d742250dac6ea365e7c30f0fbab3257 DIFF:

[Lldb-commits] [lldb] 68687e7 - [lldb][NFC] Mark GetNextPersistentVariableName as overriden to silence warning

2020-03-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-24T12:30:03+01:00 New Revision: 68687e75e7cb494796439f127a93ea03f2710551 URL: https://github.com/llvm/llvm-project/commit/68687e75e7cb494796439f127a93ea03f2710551 DIFF:

[Lldb-commits] [lldb] 6a4905a - [lldb] Mark expressions that couldn't be parsed or executed as failed expressions

2020-03-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-23T15:28:17+01:00 New Revision: 6a4905ae2d65a2883112bf8cbf83c35c0c03f410 URL: https://github.com/llvm/llvm-project/commit/6a4905ae2d65a2883112bf8cbf83c35c0c03f410 DIFF:

[Lldb-commits] [lldb] 467c490 - [lldb] Enable now passing part of TestDataFormatterStdString.py

2020-03-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-20T11:35:15+01:00 New Revision: 467c4902a10999f792bea653147641ac8b89cca5 URL: https://github.com/llvm/llvm-project/commit/467c4902a10999f792bea653147641ac8b89cca5 DIFF:

[Lldb-commits] [lldb] 7b24425 - Reland [lldb] Fix string summary of an empty NSPathStore2

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T18:50:26+01:00 New Revision: 7b2442584e40f97693c38c0d79b83f770d557039 URL: https://github.com/llvm/llvm-project/commit/7b2442584e40f97693c38c0d79b83f770d557039 DIFF:

[Lldb-commits] [lldb] 50f1985 - [lldb][NFC] Delete the original UserExpression before trying to reparse it with FixIts.

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T18:10:57+01:00 New Revision: 50f198535363c6882b02c3dde7bec31e723c4762 URL: https://github.com/llvm/llvm-project/commit/50f198535363c6882b02c3dde7bec31e723c4762 DIFF:

[Lldb-commits] [lldb] 718d941 - Revert "[lldb] Fix string summary of an empty NSPathStore2"

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T13:08:39+01:00 New Revision: 718d94187dbb2388dbc84deb5d49004fd552817c URL: https://github.com/llvm/llvm-project/commit/718d94187dbb2388dbc84deb5d49004fd552817c DIFF:

[Lldb-commits] [lldb] 939ca45 - [lldb] Fix string summary of an empty NSPathStore2

2020-03-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-19T12:20:35+01:00 New Revision: 939ca455e72e822450013eff37c9ea7746850350 URL: https://github.com/llvm/llvm-project/commit/939ca455e72e822450013eff37c9ea7746850350 DIFF:

[Lldb-commits] [lldb] f955418 - [lldb] Tighten checks in TestStats.py

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T14:12:13+01:00 New Revision: f95541839cb25c883dc530928232105af87c75dc URL: https://github.com/llvm/llvm-project/commit/f95541839cb25c883dc530928232105af87c75dc DIFF:

[Lldb-commits] [lldb] 7c6e52a - [lldb] Ptrs->refs in CommandObjectExpression::EvaluateExpression parameters

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T13:23:16+01:00 New Revision: 7c6e52ac0ce5a6879331bc3c322dd20bfec3bf14 URL: https://github.com/llvm/llvm-project/commit/7c6e52ac0ce5a6879331bc3c322dd20bfec3bf14 DIFF:

[Lldb-commits] [lldb] f5e0f8b - [lldb] Add test for importing ObjC modules in a non-ObjC target

2020-03-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-17T12:49:48+01:00 New Revision: f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8 URL: https://github.com/llvm/llvm-project/commit/f5e0f8b10ab95e94b5ffb32e380f95d21415c3e8 DIFF:

[Lldb-commits] [lldb] e2d8aa6 - [lldb] Re-add nullptr check to IRForTarget::RewriteObjCConstString log statement

2020-03-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-16T16:28:36+01:00 New Revision: e2d8aa6bf774ef29e134c40f886c7bb5f970 URL: https://github.com/llvm/llvm-project/commit/e2d8aa6bf774ef29e134c40f886c7bb5f970 DIFF:

[Lldb-commits] [lldb] af7fc8c - [lldb] Remove unused and too strict error_msg parameter from expect_expr

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-13T00:45:43+01:00 New Revision: af7fc8c1bbcb380610451be59c022595bd7ba4bd URL: https://github.com/llvm/llvm-project/commit/af7fc8c1bbcb380610451be59c022595bd7ba4bd DIFF:

[Lldb-commits] [lldb] 352f16d - [lldb] Let OptionValueRegex::Clear set to value to the default and not an empty regex

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-12T16:12:14+01:00 New Revision: 352f16db87f583ec7f55f8028647b5fd8616111f URL: https://github.com/llvm/llvm-project/commit/352f16db87f583ec7f55f8028647b5fd8616111f DIFF:

[Lldb-commits] [lldb] e3fc6b3 - [lldb][NFC] Fix unsigned/signed comparison warning in SymbolFileDWARFTest.cpp

2020-03-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-12T15:30:11+01:00 New Revision: e3fc6b3c346f583adbdb38b0935cc73439aaad99 URL: https://github.com/llvm/llvm-project/commit/e3fc6b3c346f583adbdb38b0935cc73439aaad99 DIFF:

[Lldb-commits] [lldb] 6bbdecc - [lldb][NFC] Make TestStats.py not an inline test

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T18:47:59-08:00 New Revision: 6bbdecc5cf8096148df4726245f3bc60e464c76b URL: https://github.com/llvm/llvm-project/commit/6bbdecc5cf8096148df4726245f3bc60e464c76b DIFF:

[Lldb-commits] [lldb] 8f7c911 - [lldb][NFC] Refactor our option generation out of EvaluateExpression

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T18:32:16-08:00 New Revision: 8f7c911b58813908da7fa99c7c1a8e7ca1a58213 URL: https://github.com/llvm/llvm-project/commit/8f7c911b58813908da7fa99c7c1a8e7ca1a58213 DIFF:

[Lldb-commits] [lldb] 4e7c686 - [lldb] Never compile the debugserver with Clang module flags

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:26:39-08:00 New Revision: 4e7c686e46c394b339919df9f716614675d81613 URL: https://github.com/llvm/llvm-project/commit/4e7c686e46c394b339919df9f716614675d81613 DIFF:

[Lldb-commits] [lldb] ce1bc00 - [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:21:24-08:00 New Revision: ce1bc00f37d7f85004aef97f68eb8289a0454562 URL: https://github.com/llvm/llvm-project/commit/ce1bc00f37d7f85004aef97f68eb8289a0454562 DIFF:

[Lldb-commits] [lldb] 2bba1c2 - tab completion for process signal

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T17:05:25-08:00 New Revision: 2bba1c22e77a67bc6c245fbd4fa74160d33be564 URL: https://github.com/llvm/llvm-project/commit/2bba1c22e77a67bc6c245fbd4fa74160d33be564 DIFF:

[Lldb-commits] [lldb] 53b135e - [lldb][NFC] Refactor TestSafeFuncCalls.py

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T15:46:36-08:00 New Revision: 53b135eeb491802e1fab5edc5435874acb4770da URL: https://github.com/llvm/llvm-project/commit/53b135eeb491802e1fab5edc5435874acb4770da DIFF:

[Lldb-commits] [lldb] 3b2c4e7 - [lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around asserts

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-06T11:21:00-08:00 New Revision: 3b2c4e7178c3ca868589c11ceaabe65c7454115d URL: https://github.com/llvm/llvm-project/commit/3b2c4e7178c3ca868589c11ceaabe65c7454115d DIFF:

[Lldb-commits] [lldb] ec31255 - [lldb] Update the current execution context at the beginning of tab completions

2020-03-06 Thread Raphael Isemann via lldb-commits
Author: Gongyu Deng Date: 2020-03-06T10:44:00-08:00 New Revision: ec31255c00808dac40710173162f22e4ee89a2fe URL: https://github.com/llvm/llvm-project/commit/ec31255c00808dac40710173162f22e4ee89a2fe DIFF: https://github.com/llvm/llvm-project/commit/ec31255c00808dac40710173162f22e4ee89a2fe.diff

[Lldb-commits] [lldb] d0e8abc - [lldb] Fix more typos in log statements in ClangASTSource

2020-03-05 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-05T14:13:09-08:00 New Revision: d0e8abc4381b3a656cde07a7844628535b8d864c URL: https://github.com/llvm/llvm-project/commit/d0e8abc4381b3a656cde07a7844628535b8d864c DIFF:

[Lldb-commits] [lldb] 70b8f95 - [lldb][NFC] Use C++11 for loop in ClangASTSource::FindExternalLexicalDecls

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T12:57:05-08:00 New Revision: 70b8f95813106491166fc9f18fa90a0866024ffc URL: https://github.com/llvm/llvm-project/commit/70b8f95813106491166fc9f18fa90a0866024ffc DIFF:

[Lldb-commits] [lldb] 4ab2ea9 - [lldb] Fix typo in ClangASTSource logging statement

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T11:05:48-08:00 New Revision: 4ab2ea9fc09d93ef136a690f3f94d3c791540fcf URL: https://github.com/llvm/llvm-project/commit/4ab2ea9fc09d93ef136a690f3f94d3c791540fcf DIFF:

[Lldb-commits] [lldb] e98ef0a - [lldb] Fix several LLDB_LOGs with wrong indices in ClangASTSource.cpp

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T10:32:50-08:00 New Revision: e98ef0af2c725f12dc60556a039e947ddeeb9f42 URL: https://github.com/llvm/llvm-project/commit/e98ef0af2c725f12dc60556a039e947ddeeb9f42 DIFF:

[Lldb-commits] [lldb] 0ab109d - [lldb][NFC] Modernize logging UserExpression

2020-03-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-04T09:04:54-08:00 New Revision: 0ab109d43d9d8389fe686ee8df4a82634f246b55 URL: https://github.com/llvm/llvm-project/commit/0ab109d43d9d8389fe686ee8df4a82634f246b55 DIFF:

[Lldb-commits] [lldb] 5315151 - [lldb][NFC] Remove some commented out code in TypeSystemClang

2020-03-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-03T10:50:48-08:00 New Revision: 531515198e477eedd2416d65c913d54e3779387e URL: https://github.com/llvm/llvm-project/commit/531515198e477eedd2416d65c913d54e3779387e DIFF:

[Lldb-commits] [lldb] b6b3fcd - [lldb] Don't iterate over a std::set in SymbolFileDWARF::GetTypes to make it deterministic

2020-03-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-02T15:03:45-08:00 New Revision: b6b3fcdcb8cdfb887e26d27bee03b997d2d65888 URL: https://github.com/llvm/llvm-project/commit/b6b3fcdcb8cdfb887e26d27bee03b997d2d65888 DIFF:

[Lldb-commits] [lldb] 69d2b67 - [lldb] Remove checks behind LLDB_CONFIGURATION_DEBUG from TypeSystemClang

2020-03-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-02T10:57:56-08:00 New Revision: 69d2b675562cfce71882023874b6aead94107f97 URL: https://github.com/llvm/llvm-project/commit/69d2b675562cfce71882023874b6aead94107f97 DIFF:

[Lldb-commits] [lldb] 4bb3cb2 - [lldb] Show the actual error when 'watchpoint set expression' failed

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T12:06:51+01:00 New Revision: 4bb3cb2bcb59d2139dfd9fbaa7c475dcf8507242 URL: https://github.com/llvm/llvm-project/commit/4bb3cb2bcb59d2139dfd9fbaa7c475dcf8507242 DIFF:

[Lldb-commits] [lldb] 2affdce - [lldb][NFC] Fix several -Wdocumentation warnings

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T11:17:16+01:00 New Revision: 2affdcee615f7f96220fd7a5c4022203f1201822 URL: https://github.com/llvm/llvm-project/commit/2affdcee615f7f96220fd7a5c4022203f1201822 DIFF:

[Lldb-commits] [lldb] 56b03c3 - [lldb] Skip TestWasm.py on sanitized builds until D75200 has landed

2020-02-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-27T10:45:42+01:00 New Revision: 56b03c35ddecf7d096a513b0633ddf6c49286784 URL: https://github.com/llvm/llvm-project/commit/56b03c35ddecf7d096a513b0633ddf6c49286784 DIFF:

[Lldb-commits] [lldb] bdb24fa - [lldb][NFC] Move filling namespace map in ClangASTSource to own function

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T13:59:21+01:00 New Revision: bdb24faa2af4b989e757bc0a220224df9fe4d874 URL: https://github.com/llvm/llvm-project/commit/bdb24faa2af4b989e757bc0a220224df9fe4d874 DIFF:

[Lldb-commits] [lldb] 93b6e19 - [lldb] Initialize NameSearchContext::m_namespace_map in constructor

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T13:20:54+01:00 New Revision: 93b6e1924081874039e6c88828db8e0ab7bbba04 URL: https://github.com/llvm/llvm-project/commit/93b6e1924081874039e6c88828db8e0ab7bbba04 DIFF:

[Lldb-commits] [lldb] 2ad7b6f - [lldb][NFC] Make NameSearchContext::m_found members bools instead of bitfields

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T12:45:00+01:00 New Revision: 2ad7b6fba0e3a9e71df64bd1a51a14f9c5930eb3 URL: https://github.com/llvm/llvm-project/commit/2ad7b6fba0e3a9e71df64bd1a51a14f9c5930eb3 DIFF:

[Lldb-commits] [lldb] defd0e2 - [lldb][NFC] Move NameSearchContext to own header/source files

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T12:25:36+01:00 New Revision: defd0e24aa054aed583d5272e2cc64ae7b0fdc7d URL: https://github.com/llvm/llvm-project/commit/defd0e24aa054aed583d5272e2cc64ae7b0fdc7d DIFF:

[Lldb-commits] [lldb] fc0d11c - [lldb][NFC] Modernize logging in ClangASTSource/ExpressionDeclMap

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T12:08:09+01:00 New Revision: fc0d11c90420acfcaa5424f5df979a63f5ab4123 URL: https://github.com/llvm/llvm-project/commit/fc0d11c90420acfcaa5424f5df979a63f5ab4123 DIFF:

[Lldb-commits] [lldb] 05d174d - [lldb][NFC] Move namespace lookup in ClangASTSource to own function.

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T10:27:47+01:00 New Revision: 05d174d30159579ae19e90899736d98e2544c0e3 URL: https://github.com/llvm/llvm-project/commit/05d174d30159579ae19e90899736d98e2544c0e3 DIFF:

[Lldb-commits] [lldb] ea6b95d - [lldb][NFC] Make ArrayRef initialization more obvious in lldb-test.cpp

2020-02-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T09:48:17+01:00 New Revision: ea6b95dc2f68e7f3f06abc47fae44c91ceebef93 URL: https://github.com/llvm/llvm-project/commit/ea6b95dc2f68e7f3f06abc47fae44c91ceebef93 DIFF:

[Lldb-commits] [lldb] 55d4b0d - [lldb] Fix that a crashing test is marked as unsupported when it prints UNSUPPORTED before crashing

2020-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-25T08:46:37+01:00 New Revision: 55d4b0d7dd70d5ecc9e641d93fbf234bb7104d1a URL: https://github.com/llvm/llvm-project/commit/55d4b0d7dd70d5ecc9e641d93fbf234bb7104d1a DIFF:

[Lldb-commits] [lldb] c131dfe - [lldb] Disable auto fix-its when evaluating expressions in the test suite

2020-02-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-24T09:31:11+01:00 New Revision: c131dfefe2b404dc1dbb32a02ea484fd7edaffdc URL: https://github.com/llvm/llvm-project/commit/c131dfefe2b404dc1dbb32a02ea484fd7edaffdc DIFF:

[Lldb-commits] [lldb] e657a1e - [lldb] Remove all the 'current_id' logging counters from the lookup code.

2020-02-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-24T08:38:58+01:00 New Revision: e657a1eb23f8231296ac0c62a1cd497762bd0f3e URL: https://github.com/llvm/llvm-project/commit/e657a1eb23f8231296ac0c62a1cd497762bd0f3e DIFF:

[Lldb-commits] [lldb] 0e5ed1b - [lldb][NFC] Split up ClangASTSource::FindExternalVisibleDecls

2020-02-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-21T09:47:52+01:00 New Revision: 0e5ed1b26264f7eee32b23c533371c18ce1cdec0 URL: https://github.com/llvm/llvm-project/commit/0e5ed1b26264f7eee32b23c533371c18ce1cdec0 DIFF:

[Lldb-commits] [lldb] bb61021 - [lldb][NFC] Remove giant do{...}while(false); in ClangASTSource::FindExternalVisibleDecls

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T17:35:07+01:00 New Revision: bb61021a8fcc21676af65e4cbbf4d495831fad52 URL: https://github.com/llvm/llvm-project/commit/bb61021a8fcc21676af65e4cbbf4d495831fad52 DIFF:

[Lldb-commits] [lldb] 53eece0 - [lldb][NFC] Modernize test setup code in several lang/cpp tests

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T15:07:26+01:00 New Revision: 53eece04bd15d9235b104e545d01184347e5f703 URL: https://github.com/llvm/llvm-project/commit/53eece04bd15d9235b104e545d01184347e5f703 DIFF:

[Lldb-commits] [lldb] 1b2deb9 - [lldb] Remove Windows X-fail for TestCPPAuto and TestStepTarget

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T15:05:36+01:00 New Revision: 1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1 URL: https://github.com/llvm/llvm-project/commit/1b2deb9ae00f6fa1e47ec7059d777fb36a1df1d1 DIFF:

[Lldb-commits] [lldb] 3d7b591 - [lldb][NFC] Pointer to reference conversion for CompilerDeclContext params in ClangExpressionDeclMap.

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T14:45:23+01:00 New Revision: 3d7b591dca83595ebcca04f94260f1f4901b8956 URL: https://github.com/llvm/llvm-project/commit/3d7b591dca83595ebcca04f94260f1f4901b8956 DIFF:

[Lldb-commits] [lldb] 10df88d - [lldb] Remove some unnecessary includes from test sources

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T14:12:45+01:00 New Revision: 10df88de21772ff40818bec7eef6b099ba4279fb URL: https://github.com/llvm/llvm-project/commit/10df88de21772ff40818bec7eef6b099ba4279fb DIFF:

[Lldb-commits] [lldb] 4a9011d - [lldb] Skip failing parts of TestCppConstructors that use 'new' on Windows

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T13:21:51+01:00 New Revision: 4a9011dcdade7cd562e0488d387ccbbaf2eee6c8 URL: https://github.com/llvm/llvm-project/commit/4a9011dcdade7cd562e0488d387ccbbaf2eee6c8 DIFF:

[Lldb-commits] [lldb] b0060c3 - [lldb] Make comparing RegisterInfo::[alt_]name's pointer value less footy-shooty

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T13:19:41+01:00 New Revision: b0060c3a7868ef026d95d0cf8a076791ef74f474 URL: https://github.com/llvm/llvm-project/commit/b0060c3a7868ef026d95d0cf8a076791ef74f474 DIFF:

[Lldb-commits] [lldb] a3093bf - [lldb] Let TestCppConstructors pass without fix-it intervention

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T11:02:10+01:00 New Revision: a3093bfb3e7c4972e7ff7af1cc38452ec9984e13 URL: https://github.com/llvm/llvm-project/commit/a3093bfb3e7c4972e7ff7af1cc38452ec9984e13 DIFF:

[Lldb-commits] [lldb] 3ed0ce4 - [lldb] Put Host/common headers in a module

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:47:46+01:00 New Revision: 3ed0ce458c3a51b866625ec70e50b0f8556e0d20 URL: https://github.com/llvm/llvm-project/commit/3ed0ce458c3a51b866625ec70e50b0f8556e0d20 DIFF:

[Lldb-commits] [lldb] 785df61 - [lldb] Let TypeSystemClang::GetDisplayTypeName remove anonymous and inline namespaces.

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:30:11+01:00 New Revision: 785df616807fde4f13738f2fafd978de8202fb12 URL: https://github.com/llvm/llvm-project/commit/785df616807fde4f13738f2fafd978de8202fb12 DIFF:

[Lldb-commits] [lldb] b4608ef - [lldb][NFC] Add a missing test case to TestCppConstructors.py

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:24:59+01:00 New Revision: b4608efc0b7d0317030ba13daf4833751c5cba64 URL: https://github.com/llvm/llvm-project/commit/b4608efc0b7d0317030ba13daf4833751c5cba64 DIFF:

[Lldb-commits] [lldb] 2bab173 - [lldb] Make TestFormatters.py not rely on working constructor calls

2020-02-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-19T10:21:36+01:00 New Revision: 2bab1738f39606324f7bd4c71de1354288c63285 URL: https://github.com/llvm/llvm-project/commit/2bab1738f39606324f7bd4c71de1354288c63285 DIFF:

[Lldb-commits] [lldb] 40b2c7f - [lldb] Fix another instance where we pass a nullptr as TypeSourceInfo to NonTypeTemplateParmDecl::Create

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T13:25:31+01:00 New Revision: 40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6 URL: https://github.com/llvm/llvm-project/commit/40b2c7f29b44e3c3e171a04593ac650aaf7c6ae6 DIFF:

[Lldb-commits] [lldb] 3f0661b - [lldb][NFC] Fix compilation of SymbolFilePDBTests.cpp after FindNamespace API change

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T11:25:12+01:00 New Revision: 3f0661b5e7176e7447ae11ef47195dfe31ab1029 URL: https://github.com/llvm/llvm-project/commit/3f0661b5e7176e7447ae11ef47195dfe31ab1029 DIFF:

[Lldb-commits] [lldb] 51d8c59 - [lldb] Don't model std::atomic as a transparent data structure in the data formatter

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T11:22:12+01:00 New Revision: 51d8c598331b25568b38691575c39729ae81a059 URL: https://github.com/llvm/llvm-project/commit/51d8c598331b25568b38691575c39729ae81a059 DIFF:

[Lldb-commits] [lldb] 7d13812 - [lldb] Fix compilation of SymbolFilePDBTests.cpp after FindTypes API change

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:52:02+01:00 New Revision: 7d13812329ba8aadebc27f30613e79b0ca1bec5f URL: https://github.com/llvm/llvm-project/commit/7d13812329ba8aadebc27f30613e79b0ca1bec5f DIFF:

[Lldb-commits] [lldb] f14680c - [lldb][NFC] Documention that OptionDefinition::completion_type contains enum values

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:33:38+01:00 New Revision: f14680ce29663d098593e2f4e0eea96dbcaae0fb URL: https://github.com/llvm/llvm-project/commit/f14680ce29663d098593e2f4e0eea96dbcaae0fb DIFF:

[Lldb-commits] [lldb] 5783587 - [lldb][NFC] Modernize documentation in lldb-private-types.h

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T10:25:27+01:00 New Revision: 57835875bd4346ba00f7f6ded5e1382e26b3fd5c URL: https://github.com/llvm/llvm-project/commit/57835875bd4346ba00f7f6ded5e1382e26b3fd5c DIFF:

[Lldb-commits] [lldb] 8ffea27 - [lldb] Refactor and test TypeSystemClang::GetEnumerationIntegerType

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T09:52:49+01:00 New Revision: 8ffea27ae42ad210b9162c3afc91c61dfb82acf7 URL: https://github.com/llvm/llvm-project/commit/8ffea27ae42ad210b9162c3afc91c61dfb82acf7 DIFF:

[Lldb-commits] [lldb] 813ca53 - [lldb][NFC] Document TypeSystemClang

2020-02-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T09:00:03+01:00 New Revision: 813ca53fdea130a23e302ea2afecaa5134def6db URL: https://github.com/llvm/llvm-project/commit/813ca53fdea130a23e302ea2afecaa5134def6db DIFF:

[Lldb-commits] [lldb] f9568a9 - [lldb][NFC] Make all CompilerDeclContext parameters references instead of pointers

2020-02-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-18T08:58:36+01:00 New Revision: f9568a95493aea3ea813bd37cb8c084ec4294e38 URL: https://github.com/llvm/llvm-project/commit/f9568a95493aea3ea813bd37cb8c084ec4294e38 DIFF:

[Lldb-commits] [lldb] cfb29e4 - [lldb] Fix some tests failing with gmodules after change to stdlib.h

2020-02-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-17T09:39:09+01:00 New Revision: cfb29e4a54b051c888cbff8ed100c7dff5e33d58 URL: https://github.com/llvm/llvm-project/commit/cfb29e4a54b051c888cbff8ed100c7dff5e33d58 DIFF:

[Lldb-commits] [lldb] a57ad00 - [lldb] Print result when expect_expr unexpectedly succeeds

2020-02-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-14T12:57:10+01:00 New Revision: a57ad008b449a95249a42582370a5f0fefccbf03 URL: https://github.com/llvm/llvm-project/commit/a57ad008b449a95249a42582370a5f0fefccbf03 DIFF:

[Lldb-commits] [lldb] 320647c - [lldb] Pass a valid SourceLocation to Sema::RequireCompleteType in ASTResultSynthesizer

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T11:22:56+01:00 New Revision: 320647c02ae9827cae0824c6aec2bcdfcf482e44 URL: https://github.com/llvm/llvm-project/commit/320647c02ae9827cae0824c6aec2bcdfcf482e44 DIFF:

[Lldb-commits] [lldb] 30ce956 - [lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from CompilerType

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:49:39+01:00 New Revision: 30ce956aec94ab3785025346a890f4a8cbbe1c58 URL: https://github.com/llvm/llvm-project/commit/30ce956aec94ab3785025346a890f4a8cbbe1c58 DIFF:

[Lldb-commits] [lldb] 440460f - [lldb][NFC] Move common_completions mapping out of CommandCompletions header.

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:48:51+01:00 New Revision: 440460f1e70193f5805e2fdbc6d91ab5d5d0bbab URL: https://github.com/llvm/llvm-project/commit/440460f1e70193f5805e2fdbc6d91ab5d5d0bbab DIFF:

[Lldb-commits] [lldb] 4617fb0 - [lldb] Move implementation of GetDisplayName to TypeSystem class

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:32:09+01:00 New Revision: 4617fb0b7fd444dca9bf7612dd632ef3feb61d48 URL: https://github.com/llvm/llvm-project/commit/4617fb0b7fd444dca9bf7612dd632ef3feb61d48 DIFF:

[Lldb-commits] [lldb] 572fc89 - [lldb][NFC] Move all completer subclasses into source file

2020-02-12 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T09:08:44+01:00 New Revision: 572fc8974277e5def25029219daec20d08f85030 URL: https://github.com/llvm/llvm-project/commit/572fc8974277e5def25029219daec20d08f85030 DIFF:

[Lldb-commits] [lldb] 477c090 - [lldb][NFC] Remove eCustomCompletion mode

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T08:34:02+01:00 New Revision: 477c09043e654bc154fce6e6b013f8f91fb96f05 URL: https://github.com/llvm/llvm-project/commit/477c09043e654bc154fce6e6b013f8f91fb96f05 DIFF:

[Lldb-commits] [lldb] 346cb7b - [lldb] Remove skipIfFreeBSD from TestCompletion

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-12T07:14:46+01:00 New Revision: 346cb7b50f7f892b33b46313742eef86bfde7943 URL: https://github.com/llvm/llvm-project/commit/346cb7b50f7f892b33b46313742eef86bfde7943 DIFF:

[Lldb-commits] [lldb] f65f9d3 - [lldb][NFC] Test ModuleCompletion mode by completing the target modules load argument

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T20:38:21+01:00 New Revision: f65f9d3bc5ab9444a9fcde17bca490bfc1f425b7 URL: https://github.com/llvm/llvm-project/commit/f65f9d3bc5ab9444a9fcde17bca490bfc1f425b7 DIFF:

[Lldb-commits] [lldb] 8888992 - [lldb][NFC] Test SourceFileCompletion by completing the target line-table argument

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T19:59:21+01:00 New Revision: 992dee3706d3e84d3533d506c7e971a66382 URL: https://github.com/llvm/llvm-project/commit/992dee3706d3e84d3533d506c7e971a66382 DIFF:

[Lldb-commits] [lldb] 6217468 - [lldb][NFC] Remove support file searching from SourceFileCompleter

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T18:50:25+01:00 New Revision: 62174682a039efce2ce7606d5416d2450ff42dab URL: https://github.com/llvm/llvm-project/commit/62174682a039efce2ce7606d5416d2450ff42dab DIFF:

[Lldb-commits] [lldb] e8e7cf8 - [lldb][NFC] Remove the CppVirtualMadness test

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T14:09:58+01:00 New Revision: e8e7cf810c11697c99c8ed75f925c600c7df014f URL: https://github.com/llvm/llvm-project/commit/e8e7cf810c11697c99c8ed75f925c600c7df014f DIFF:

[Lldb-commits] [lldb] 9dfd4e2 - [lldb][NFC] Remove ConstString -> const char * -> StringRef conversions when calling Stream::Indent

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:51:41+01:00 New Revision: 9dfd4e260bd4f9f1d9d0fce343ed645fdd331261 URL: https://github.com/llvm/llvm-project/commit/9dfd4e260bd4f9f1d9d0fce343ed645fdd331261 DIFF:

[Lldb-commits] [lldb] 65ac68e - [lldb] Add test for multiple inheritance

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:31:34+01:00 New Revision: 65ac68ec3419abd98731e0c434229239e1563045 URL: https://github.com/llvm/llvm-project/commit/65ac68ec3419abd98731e0c434229239e1563045 DIFF:

[Lldb-commits] [lldb] 651936e - [lldb][NFC] Remove Stream::Indent(const char *) overload in favor of the StringRef version

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T13:29:32+01:00 New Revision: 651936e5b62a6a06b1aca1cd976503f5b2991051 URL: https://github.com/llvm/llvm-project/commit/651936e5b62a6a06b1aca1cd976503f5b2991051 DIFF:

[Lldb-commits] [lldb] 6909c2e - [lldb] Add test for calling overloaded virtual functions

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T11:36:26+01:00 New Revision: 6909c2e88d0b60e608237f55149bc09d74be47c5 URL: https://github.com/llvm/llvm-project/commit/6909c2e88d0b60e608237f55149bc09d74be47c5 DIFF:

[Lldb-commits] [lldb] 70fb447 - [lldb] Add test for C++ constructor calls from the expression evaluator

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T10:47:42+01:00 New Revision: 70fb447ca012728dbfa49a82136554630e188229 URL: https://github.com/llvm/llvm-project/commit/70fb447ca012728dbfa49a82136554630e188229 DIFF:

[Lldb-commits] [lldb] 642bc15 - [lldb][NFC] Remove several inefficient ConstString -> const char * -> StringRef conversions

2020-02-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T09:14:41+01:00 New Revision: 642bc15dd7186a6317510cf961a8dc3d35e5b713 URL: https://github.com/llvm/llvm-project/commit/642bc15dd7186a6317510cf961a8dc3d35e5b713 DIFF:

[Lldb-commits] [lldb] 14ecbd7 - [lldb][NFC] Refactor TypeSystemClang::GetTypeName

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-11T08:43:57+01:00 New Revision: 14ecbd7b8ded18af6c95f6a9957da541d1ec0e80 URL: https://github.com/llvm/llvm-project/commit/14ecbd7b8ded18af6c95f6a9957da541d1ec0e80 DIFF:

[Lldb-commits] [lldb] 2a3ef37 - [lldb][NFC] Don't hide a bool in LibCxxOptional's OptionalFrontend::m_size

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T13:03:06+01:00 New Revision: 2a3ef377ec00e7c7d3f4c47614ab6baee727cd82 URL: https://github.com/llvm/llvm-project/commit/2a3ef377ec00e7c7d3f4c47614ab6baee727cd82 DIFF:

[Lldb-commits] [lldb] 1a77955 - [lldb][NFC] Don't call call formatv for no reason in LibCxxOptional

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:39:42+01:00 New Revision: 1a779550aa1d94f1c0ea8a22c98a850600be6144 URL: https://github.com/llvm/llvm-project/commit/1a779550aa1d94f1c0ea8a22c98a850600be6144 DIFF:

[Lldb-commits] [lldb] 9721212 - [lldb][NFC] Fix code style of LibcxxVariantIndexValidity

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:37:51+01:00 New Revision: 97212121c504aa9e028b1b4f2778696cc741e982 URL: https://github.com/llvm/llvm-project/commit/97212121c504aa9e028b1b4f2778696cc741e982 DIFF:

[Lldb-commits] [lldb] 0ed233c - [lldb][NFC] Don't construct a ConstString twice in LibCxxVariant

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T12:23:01+01:00 New Revision: 0ed233c85134e5e1581c5ef73edd1e746f6f0d0f URL: https://github.com/llvm/llvm-project/commit/0ed233c85134e5e1581c5ef73edd1e746f6f0d0f DIFF:

[Lldb-commits] [lldb] ea2af72 - [lldb] Refactored TestCallOverriddenMethod.py to general virtual function test

2020-02-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-02-10T09:40:40+01:00 New Revision: ea2af727a5c38906e3d1321de51aaa126b4efc69 URL: https://github.com/llvm/llvm-project/commit/ea2af727a5c38906e3d1321de51aaa126b4efc69 DIFF:

<    1   2   3   4   5   6   7   8   9   10   >