[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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:

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 77da826 - [lldb] Make CompleteTagDeclsScope completion order deterministic

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

[Lldb-commits] [lldb] 9e13cff - [lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in Debug builds

2020-01-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-10T21:34:07+01:00 New Revision: 9e13cff44d6b8b9c9c8420870132931c218707cb URL: https://github.com/llvm/llvm-project/commit/9e13cff44d6b8b9c9c8420870132931c218707cb DIFF:

[Lldb-commits] [lldb] 782ad91 - [lldb] Fix that TestNoSuchArch.py was passing for the wrong reason

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

[Lldb-commits] [lldb] ddf0442 - [lldb] Mark several tests as not dependent on debug info

2020-01-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-13T10:40:29+01:00 New Revision: ddf044290ede7d7fd47f4f673e3e628f551a8aac URL: https://github.com/llvm/llvm-project/commit/ddf044290ede7d7fd47f4f673e3e628f551a8aac DIFF:

[Lldb-commits] [lldb] af4adb0 - [lldb][NFC] Use range-based for loops in IRInterpreter

2020-01-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-13T11:58:45+01:00 New Revision: af4adb07cd18b7081ec5818aee385654c8454356 URL: https://github.com/llvm/llvm-project/commit/af4adb07cd18b7081ec5818aee385654c8454356 DIFF:

[Lldb-commits] [lldb] 4f244bb - [lldb] Fix asan failures in data-formatter-objc tests

2020-01-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-16T09:59:07+01:00 New Revision: 4f244bba4f66b14382c446b62e122fa684b8db78 URL: https://github.com/llvm/llvm-project/commit/4f244bba4f66b14382c446b62e122fa684b8db78 DIFF:

[Lldb-commits] [lldb] 81eaa3d - [lldb][NFC] Delete TestDataFormatterObjCNSDate.py

2020-01-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-16T17:28:07+01:00 New Revision: 81eaa3ddd060ab8486ed3fa349d23dbe8f00d8c5 URL: https://github.com/llvm/llvm-project/commit/81eaa3ddd060ab8486ed3fa349d23dbe8f00d8c5 DIFF:

[Lldb-commits] [lldb] c1fbede - [lldb][NFC] Remove debug print statement from TestExprDiagnostics.py

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

[Lldb-commits] [lldb] 577efd0 - [lldb] Revert ddf044290ede for TestProcessAPI.py

2020-01-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-13T22:09:20+01:00 New Revision: 577efd09e3b7b3a1ec7fcf0597397f137da99843 URL: https://github.com/llvm/llvm-project/commit/577efd09e3b7b3a1ec7fcf0597397f137da99843 DIFF:

[Lldb-commits] [lldb] c9a39a8 - [lldb] Add a display name to ClangASTContext instances

2020-01-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-22T08:54:10+01:00 New Revision: c9a39a896c95402ede07061380346c725556e308 URL: https://github.com/llvm/llvm-project/commit/c9a39a896c95402ede07061380346c725556e308 DIFF:

[Lldb-commits] [lldb] 5ac6106 - [lldb] Re-add NSDate formatter

2020-01-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-17T08:56:05+01:00 New Revision: 5ac610668a7cbde4e8d7106b03ecb218b823fb5c URL: https://github.com/llvm/llvm-project/commit/5ac610668a7cbde4e8d7106b03ecb218b823fb5c DIFF:

[Lldb-commits] [lldb] 6b84083 - [lldb][NFC] Delete unused lldb/source/Plugins/LanguageRuntime/Go/CMakeLists.txt

2020-01-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-17T09:57:44+01:00 New Revision: 6b840834cd508aa673a30074ebd4649100bc8d9a URL: https://github.com/llvm/llvm-project/commit/6b840834cd508aa673a30074ebd4649100bc8d9a DIFF:

[Lldb-commits] [lldb] c3ab790 - [lldb][NFC] Resynchronize Init/Terminate calls in SystemInitializerFull/Test.cpp files.

2020-01-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-17T11:34:59+01:00 New Revision: c3ab790c8f5d2946c3e4e4bf78cedf6be11a6f5a URL: https://github.com/llvm/llvm-project/commit/c3ab790c8f5d2946c3e4e4bf78cedf6be11a6f5a DIFF:

[Lldb-commits] [lldb] f2d41ad - [lldb] Add missing terminate calls to Python/Lua subsystems

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

[Lldb-commits] [lldb] 791f132 - [lldb] Remove out of order OperatingSystemPython::Terminate call in SystemInitializerFull

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

[Lldb-commits] [lldb] 22447a6 - [lldb] Mark the implicit copy constructor as deleted when a move constructor is provided.

2020-01-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-20T14:34:07+01:00 New Revision: 22447a61d405a9e279c7dad72b342dcc6e8b1b4b URL: https://github.com/llvm/llvm-project/commit/22447a61d405a9e279c7dad72b342dcc6e8b1b4b DIFF:

[Lldb-commits] [lldb] 65bab53 - [lldb][NFC] Add test for iterator invalidation during code completion.

2020-01-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-20T15:01:39+01:00 New Revision: 65bab53afb8be61cddae4d8a08dd3d9572de1f66 URL: https://github.com/llvm/llvm-project/commit/65bab53afb8be61cddae4d8a08dd3d9572de1f66 DIFF:

[Lldb-commits] [lldb] 1f7b95d - [lldb][NFC] Convert LLDB_LOGF to LLDB_LOG in ClangASTSource.cpp

2020-01-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-21T13:44:22+01:00 New Revision: 1f7b95d038e687fdaffdff55d32c16934f7bff60 URL: https://github.com/llvm/llvm-project/commit/1f7b95d038e687fdaffdff55d32c16934f7bff60 DIFF:

[Lldb-commits] [lldb] 9029742 - Data formatters: Look through array element typedefs

2020-01-10 Thread Raphael Isemann via lldb-commits
Author: Jaroslav Sevcik Date: 2020-01-10T11:45:24+01:00 New Revision: 902974277d507a149e33487d32e4ba58c41451b6 URL: https://github.com/llvm/llvm-project/commit/902974277d507a149e33487d32e4ba58c41451b6 DIFF:

[Lldb-commits] [lldb] ef23997 - [lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the original AST

2020-01-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-10T19:18:07+01:00 New Revision: ef239972614cc3c67006f9c298fcfa841818dc77 URL: https://github.com/llvm/llvm-project/commit/ef239972614cc3c67006f9c298fcfa841818dc77 DIFF:

[Lldb-commits] [lldb] f18370f - [lldb] Don't defend against internal LLVM errors in IRInterpreter

2020-01-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-14T09:55:34+01:00 New Revision: f18370fe0e7576fb9947e49d66f7a6962c6822ce URL: https://github.com/llvm/llvm-project/commit/f18370fe0e7576fb9947e49d66f7a6962c6822ce DIFF:

[Lldb-commits] [lldb] d8ffd60 - [lldb][NFC] Rewrite python_api/rdar-12481949 test

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

[Lldb-commits] [lldb] 61b6a4e - [lldb] Fix that SBThread.GetStopDescription is returning strings with uninitialized memory at the end.

2020-01-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-14T09:34:32+01:00 New Revision: 61b6a4e82653e1209126404d33ad20a268f55db1 URL: https://github.com/llvm/llvm-project/commit/61b6a4e82653e1209126404d33ad20a268f55db1 DIFF:

[Lldb-commits] [lldb] 9492e9d - [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinition

2020-01-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-14T12:04:24+01:00 New Revision: 9492e9d8cfd356109276da5aa926b297db0e16db URL: https://github.com/llvm/llvm-project/commit/9492e9d8cfd356109276da5aa926b297db0e16db DIFF:

[Lldb-commits] [lldb] 3f944a8 - [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef

2020-01-14 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-14T14:26:29+01:00 New Revision: 3f944a8b8ca895667f04748f62d350f07ee1416b URL: https://github.com/llvm/llvm-project/commit/3f944a8b8ca895667f04748f62d350f07ee1416b DIFF:

[Lldb-commits] [lldb] 7ead008 - [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl inside a record.

2020-01-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-02T14:47:04+01:00 New Revision: 7ead00872929a994ac40fc2c99fce15968e2c5a6 URL: https://github.com/llvm/llvm-project/commit/7ead00872929a994ac40fc2c99fce15968e2c5a6 DIFF:

[Lldb-commits] [lldb] 2e03324 - [lldb][NFC] Remove forward declaration for non-existent type clang::Action and delete references to it

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

[Lldb-commits] [lldb] 1711f88 - [lldb][NFC] Document TypeSystem and related Compiler* classes

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

[Lldb-commits] [lldb] 9b24dad - [lldb][NFC] Make some checks more readable in Variable::PrivateAutoComplete

2020-01-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-01T18:47:44+01:00 New Revision: 9b24dad6c06bba771b805ffd9bd047af25317e52 URL: https://github.com/llvm/llvm-project/commit/9b24dad6c06bba771b805ffd9bd047af25317e52 DIFF:

[Lldb-commits] [lldb] 8dbe2f0 - [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused variable warning

2020-01-01 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-01T22:56:16+01:00 New Revision: 8dbe2f02c6d300e7222b5064b28c4d82a031647d URL: https://github.com/llvm/llvm-project/commit/8dbe2f02c6d300e7222b5064b28c4d82a031647d DIFF:

[Lldb-commits] [lldb] a95f4c8 - [lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMember

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

[Lldb-commits] [lldb] fe8e25a - [lldb][NFC] Create type-safe function for creating a CompilerType from a QualType

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

[Lldb-commits] [lldb] b036f55 - [lldb] Remove some calls to GetASTContext

2019-12-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-26T10:36:36+01:00 New Revision: b036f557cee5b8eb87f0bffa7c305df6eda98437 URL: https://github.com/llvm/llvm-project/commit/b036f557cee5b8eb87f0bffa7c305df6eda98437 DIFF:

[Lldb-commits] [lldb] 4657a39 - [lldb][NFC] Remove ClangExternalASTSourceCommon

2019-12-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-24T13:17:27+01:00 New Revision: 4657a397c22a27775823b8f731abdc6477badfea URL: https://github.com/llvm/llvm-project/commit/4657a397c22a27775823b8f731abdc6477badfea DIFF:

[Lldb-commits] [lldb] a12ac70 - [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate class

2019-12-24 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-24T16:32:40+01:00 New Revision: a12ac7009e99c6f9e72652e34019f07df9970204 URL: https://github.com/llvm/llvm-project/commit/a12ac7009e99c6f9e72652e34019f07df9970204 DIFF:

[Lldb-commits] [lldb] 37339d1 - [lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfaces

2019-12-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-26T16:23:40+01:00 New Revision: 37339d1426d1092aeb6ba3a4939b9efd6c1e2987 URL: https://github.com/llvm/llvm-project/commit/37339d1426d1092aeb6ba3a4939b9efd6c1e2987 DIFF:

[Lldb-commits] [lldb] 42ec584 - [lldb][NFC] Make CompilerDeclContext construction type safe

2019-12-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-23T09:56:54+01:00 New Revision: 42ec584a8b4e604360b7a4d45a65c570d58b1bf9 URL: https://github.com/llvm/llvm-project/commit/42ec584a8b4e604360b7a4d45a65c570d58b1bf9 DIFF:

[Lldb-commits] [lldb] 6df6edf - [lldb][NFC] Document CompilerDeclContext constructors

2019-12-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-23T09:59:58+01:00 New Revision: 6df6edfd0a0b50195d56124b9e43bb7c29843b7f URL: https://github.com/llvm/llvm-project/commit/6df6edfd0a0b50195d56124b9e43bb7c29843b7f DIFF:

[Lldb-commits] [lldb] caf460d - [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingAndBitSize

2019-12-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-25T19:02:40+01:00 New Revision: caf460d979a2b1141797919de0da0bbf1b8eaa88 URL: https://github.com/llvm/llvm-project/commit/caf460d979a2b1141797919de0da0bbf1b8eaa88 DIFF:

[Lldb-commits] [lldb] 0007f9d - [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T20:27:05+01:00 New Revision: 0007f9da7c0c780e2466759c1e53b1109a54e400 URL: https://github.com/llvm/llvm-project/commit/0007f9da7c0c780e2466759c1e53b1109a54e400 DIFF:

[Lldb-commits] [lldb] 6991d57 - [lldb][NFC] Make integer types functions in ClangASTContext not static

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T21:54:07+01:00 New Revision: 6991d5728f12594cabfd8d8d570361efb07f1d5a URL: https://github.com/llvm/llvm-project/commit/6991d5728f12594cabfd8d8d570361efb07f1d5a DIFF:

[Lldb-commits] [lldb] 0460a6b - [lldb][NFC] Remove most GetASTContext calls in AST metadata code

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-29T16:33:40+01:00 New Revision: 0460a6bdf2f2b6c98eb6c72621baaf445aca34d5 URL: https://github.com/llvm/llvm-project/commit/0460a6bdf2f2b6c98eb6c72621baaf445aca34d5 DIFF:

[Lldb-commits] [lldb] b1fb07d - [lldb][NFC] Simplify ClangASTContext::GetTypeForDecl

2019-12-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-30T00:22:23+01:00 New Revision: b1fb07ddbaa539f9173e32dc27110168b165c1fe URL: https://github.com/llvm/llvm-project/commit/b1fb07ddbaa539f9173e32dc27110168b165c1fe DIFF:

[Lldb-commits] [lldb] 9890cc2 - [lldb] Fix LLDB build after API change to printInst (D72172)

2020-01-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-07T08:33:35+01:00 New Revision: 9890cc2ef08576cc16e32aff4288e7a7821a25f7 URL: https://github.com/llvm/llvm-project/commit/9890cc2ef08576cc16e32aff4288e7a7821a25f7 DIFF:

[Lldb-commits] [lldb] 65fdb34 - [lldb][NFC] Use static_cast instead of reinterpret_cast where possible

2020-01-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-07T13:03:56+01:00 New Revision: 65fdb34219f33b2871a532a38814ac4ebea10abc URL: https://github.com/llvm/llvm-project/commit/65fdb34219f33b2871a532a38814ac4ebea10abc DIFF:

[Lldb-commits] [lldb] d364815 - [lldb][NFC] Take a llvm::Triple in ClangASTContext constructor

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

[Lldb-commits] [lldb] 8612e92 - [lldb][NFC] Remove GetASTContext call in ClangDeclVendor

2019-12-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-28T15:20:19+01:00 New Revision: 8612e92ed590e615f9f56e4fb86a1fdaf3a39e15 URL: https://github.com/llvm/llvm-project/commit/8612e92ed590e615f9f56e4fb86a1fdaf3a39e15 DIFF:

[Lldb-commits] [lldb] 36fb199 - [lldb][NFC] Remove GetASTContext call in ClangPersistentVariables

2019-12-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-28T22:45:23+01:00 New Revision: 36fb199ecaa5c75bd339f530277cd6d1f32033b3 URL: https://github.com/llvm/llvm-project/commit/36fb199ecaa5c75bd339f530277cd6d1f32033b3 DIFF:

[Lldb-commits] [lldb] 0a4daff - [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpec

2020-01-08 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-08T09:35:46+01:00 New Revision: 0a4daff6e26f276dd92e777b597e94e093ae018d URL: https://github.com/llvm/llvm-project/commit/0a4daff6e26f276dd92e777b597e94e093ae018d DIFF:

[Lldb-commits] [lldb] 518597c - [lldb] Remove default llvm::Triple argument from ClangASTContext constructor

2020-01-08 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-01-08T12:05:51+01:00 New Revision: 518597c1737646ea1f087c1fa43109f689adf7a6 URL: https://github.com/llvm/llvm-project/commit/518597c1737646ea1f087c1fa43109f689adf7a6 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] a0c6ebd - [lldb] Refactor TestFixIts so that most of it can run on aarch64-linux

2020-04-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-10T13:38:45+02:00 New Revision: a0c6ebd58fabd4d42fce2233ee4c28e7febfe62f URL: https://github.com/llvm/llvm-project/commit/a0c6ebd58fabd4d42fce2233ee4c28e7febfe62f DIFF:

[Lldb-commits] [lldb] 1d3b737 - [lldb] Fixing the bug that the "log timer" has no tab completion

2020-04-09 Thread Raphael Isemann via lldb-commits
Author: Shu Anzai Date: 2020-04-09T08:58:52+02:00 New Revision: 1d3b7370c466eba4bf22dce4a51f885f76698053 URL: https://github.com/llvm/llvm-project/commit/1d3b7370c466eba4bf22dce4a51f885f76698053 DIFF: https://github.com/llvm/llvm-project/commit/1d3b7370c466eba4bf22dce4a51f885f76698053.diff

[Lldb-commits] [lldb] 3e3701f - [lldb][NFC] Remove FormatterChoiceCriterion

2020-04-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-15T09:47:15+02:00 New Revision: 3e3701f8a0bfafdbca91d4a9cae56c69242c754c URL: https://github.com/llvm/llvm-project/commit/3e3701f8a0bfafdbca91d4a9cae56c69242c754c DIFF:

[Lldb-commits] [lldb] 95054ae - [lldb][NFC] Fix typo in 'watchpoint delete' error message

2020-04-07 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-07T16:11:32+02:00 New Revision: 95054aeb07061dbfd6575c10673b9563430de64a URL: https://github.com/llvm/llvm-project/commit/95054aeb07061dbfd6575c10673b9563430de64a DIFF:

[Lldb-commits] [lldb] f0be92e - [lldb/test] Fix TestLoadUnload

2020-04-14 Thread Raphael Isemann via lldb-commits
Author: Med Ismail Bennani Date: 2020-04-14T13:53:51+02:00 New Revision: f0be92ebcd8d53a86c7f03bcd8f4492f259fc59c URL: https://github.com/llvm/llvm-project/commit/f0be92ebcd8d53a86c7f03bcd8f4492f259fc59c DIFF:

[Lldb-commits] [lldb] 02d152b - [lldb] Make some asserts in TestFixIts more expressive

2020-04-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-04-10T19:16:33+02:00 New Revision: 02d152bb1b63e1f5ebdf502a8b8c8c99103a5e75 URL: https://github.com/llvm/llvm-project/commit/02d152bb1b63e1f5ebdf502a8b8c8c99103a5e75 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] fa1b602 - [lldb][NFC] Modernize TestCallUserAnonTypedef

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

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