[Lldb-commits] [lldb] 29bd219 - [lldb] Added test for objc_direct calls with categories

2019-12-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-20T11:07:30+01:00 New Revision: 29bd2194979c50097edb39a4beb714bff8c153a1 URL: https://github.com/llvm/llvm-project/commit/29bd2194979c50097edb39a4beb714bff8c153a1 DIFF:

[Lldb-commits] [lldb] 200cce3 - [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style

2019-12-19 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-19T10:55:54+01:00 New Revision: 200cce345dcf114a1b1012bc9c68adef6c99a595 URL: https://github.com/llvm/llvm-project/commit/200cce345dcf114a1b1012bc9c68adef6c99a595 DIFF:

[Lldb-commits] [lldb] d8a3194 - [lldb][NFC] Add unit test for persistent variable lookup with ClangExpressionDeclMap

2019-12-18 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-18T13:50:05+01:00 New Revision: d8a3194987301672fbd50f4e5703952381f0157c URL: https://github.com/llvm/llvm-project/commit/d8a3194987301672fbd50f4e5703952381f0157c DIFF:

[Lldb-commits] [lldb] 268f37d - [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T16:10:34+01:00 New Revision: 268f37df6e45c4b0603bd4d964483a0d84da44c1 URL: https://github.com/llvm/llvm-project/commit/268f37df6e45c4b0603bd4d964483a0d84da44c1 DIFF:

[Lldb-commits] [lldb] b852b3c - [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and document it

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T15:56:07+01:00 New Revision: b852b3c982d2e8ad3f13c626b3e3655e5b3c399e URL: https://github.com/llvm/llvm-project/commit/b852b3c982d2e8ad3f13c626b3e3655e5b3c399e DIFF:

[Lldb-commits] [lldb] 4aee81c - [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without a Target and add basic unit test

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T14:04:12+01:00 New Revision: 4aee81c4f73359230e358108bc428e3b0cc59566 URL: https://github.com/llvm/llvm-project/commit/4aee81c4f73359230e358108bc428e3b0cc59566 DIFF:

[Lldb-commits] [lldb] ff0102b - [lldb] Remove modern-type-lookup

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

[Lldb-commits] [lldb] d9ca412 - [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T11:21:11+01:00 New Revision: d9ca412a8a75ab64af33a9e95d1319c4dd2004d2 URL: https://github.com/llvm/llvm-project/commit/d9ca412a8a75ab64af33a9e95d1319c4dd2004d2 DIFF:

[Lldb-commits] [lldb] 6e1fe49 - [lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOrigin instead

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T10:42:09+01:00 New Revision: 6e1fe4966c402d17a253b38192cfd5e8b919ab8e URL: https://github.com/llvm/llvm-project/commit/6e1fe4966c402d17a253b38192cfd5e8b919ab8e DIFF:

[Lldb-commits] [lldb] d5b54bb - [lldb] Add support for calling objc_direct methods from LLDB's expression evaluator.

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

[Lldb-commits] [lldb] ba6f25d - [lldb][NFC] Make clang-format happy by removing trailing space in ArchSpec.cpp

2019-12-17 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T09:13:48+01:00 New Revision: ba6f25d7d3671f8ff1d072a43a292950dbbf899e URL: https://github.com/llvm/llvm-project/commit/ba6f25d7d3671f8ff1d072a43a292950dbbf899e DIFF:

[Lldb-commits] [lldb] 3c6554b - [lldb] Fix unused variable warning in ThreadPlanStepRange.cpp

2019-12-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-17T08:53:06+01:00 New Revision: 3c6554be2e3c1500f825df5f7c186f2e58d6a33a URL: https://github.com/llvm/llvm-project/commit/3c6554be2e3c1500f825df5f7c186f2e58d6a33a DIFF:

[Lldb-commits] [lldb] 22caa3c - [lldb] Add unit test for ClangASTImporter

2019-12-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T12:43:55+01:00 New Revision: 22caa3cfbcf5762a47acc40c425d9fe0c40da621 URL: https://github.com/llvm/llvm-project/commit/22caa3cfbcf5762a47acc40c425d9fe0c40da621 DIFF:

[Lldb-commits] [lldb] 75e8a91 - [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter

2019-12-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T12:09:05+01:00 New Revision: 75e8a91cf84fce2432f70949ab9e353ff2322a5f URL: https://github.com/llvm/llvm-project/commit/75e8a91cf84fce2432f70949ab9e353ff2322a5f DIFF:

[Lldb-commits] [lldb] f49d15b - [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSourceCommon.h

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

[Lldb-commits] [lldb] 959ed0e - [lldb][NFC] Fix file header of TestClangASTContext.cpp

2019-12-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T09:34:16+01:00 New Revision: 959ed0e2944c454a3df3aa3bc8ab551c8b587e9b URL: https://github.com/llvm/llvm-project/commit/959ed0e2944c454a3df3aa3bc8ab551c8b587e9b DIFF:

[Lldb-commits] [lldb] 64678ef - [lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin

2019-12-16 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T09:16:33+01:00 New Revision: 64678ef9f289e9c1951fee5dbcacde583f3d6576 URL: https://github.com/llvm/llvm-project/commit/64678ef9f289e9c1951fee5dbcacde583f3d6576 DIFF:

[Lldb-commits] [lldb] 0683250 - [lldb][NFC] Remove unnecessary includes in source/Commands

2019-12-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T08:59:08+01:00 New Revision: 068325012796bf2da527612ea6fdc61531c8beb3 URL: https://github.com/llvm/llvm-project/commit/068325012796bf2da527612ea6fdc61531c8beb3 DIFF:

[Lldb-commits] [lldb] e2d4761 - [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and DenseMap

2019-12-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-16T08:29:14+01:00 New Revision: e2d47614a81d0805a869e6141512e0136da9 URL: https://github.com/llvm/llvm-project/commit/e2d47614a81d0805a869e6141512e0136da9 DIFF:

[Lldb-commits] [lldb] 8280896 - [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of known instances

2019-12-15 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-15T22:39:50+01:00 New Revision: 8280896bd1b055a192d9e7d482b0ffa14ee88e3a URL: https://github.com/llvm/llvm-project/commit/8280896bd1b055a192d9e7d482b0ffa14ee88e3a DIFF:

[Lldb-commits] [lldb] 9bace26 - [lldb][NFC] Remove all `setUp` overrides that only call the parent implementation

2019-12-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-13T12:34:49+01:00 New Revision: 9bace26a690a778ec0f09a9aae9537dfbdb6f42f URL: https://github.com/llvm/llvm-project/commit/9bace26a690a778ec0f09a9aae9537dfbdb6f42f DIFF:

[Lldb-commits] [lldb] 3ca771b - [lldb][NFC] Remove unused includes in Utility's source files

2019-12-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-13T12:33:47+01:00 New Revision: 3ca771ba594fbd40da7ef842c04b5842e7b2a83c URL: https://github.com/llvm/llvm-project/commit/3ca771ba594fbd40da7ef842c04b5842e7b2a83c DIFF:

[Lldb-commits] [lldb] 4286aca - [lldb][NFC] Add reminder to TestSampleTest that setUp should be deleted if it not needed.

2019-12-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-13T12:10:05+01:00 New Revision: 4286aca5d5adb2fd07fb07d0dbbc94e2ff16270d URL: https://github.com/llvm/llvm-project/commit/4286aca5d5adb2fd07fb07d0dbbc94e2ff16270d DIFF:

[Lldb-commits] [lldb] 5ab9fa4 - [lldb][NFC] Make metadata tracking type safe

2019-12-13 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-13T12:04:42+01:00 New Revision: 5ab9fa44cd60d5bca7b6d809a86bf10be416eb5d URL: https://github.com/llvm/llvm-project/commit/5ab9fa44cd60d5bca7b6d809a86bf10be416eb5d DIFF:

[Lldb-commits] [lldb] e39cb48 - [lldb] Remove ClangASTMetrics

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

[Lldb-commits] [lldb] 2aec4b4 - [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static method

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

[Lldb-commits] [lldb] c7738cc - [lldb] Don't search the metadata map three times when retrieving metadata

2019-12-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-11T15:08:10+01:00 New Revision: c7738cca7efda9d1a78569b69ba4ac735c0f2212 URL: https://github.com/llvm/llvm-project/commit/c7738cca7efda9d1a78569b69ba4ac735c0f2212 DIFF:

[Lldb-commits] [lldb] f95ef6a - [lldb][NFC] Remove dead metadata code in ClangASTSourceProxy

2019-12-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-11T14:38:12+01:00 New Revision: f95ef6a548211ffa6723e4ec923d37359a3bb9e1 URL: https://github.com/llvm/llvm-project/commit/f95ef6a548211ffa6723e4ec923d37359a3bb9e1 DIFF:

[Lldb-commits] [lldb] 3bf8558 - [lldb][NFC] Remove ClangExternalASTSourceCommon::g_TotalSizeOfMetadata

2019-12-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-11T14:05:43+01:00 New Revision: 3bf8558fbb2f3e9348bf1f5aafb64d8095ad6420 URL: https://github.com/llvm/llvm-project/commit/3bf8558fbb2f3e9348bf1f5aafb64d8095ad6420 DIFF:

[Lldb-commits] [lldb] 987e732 - [lldb][NFC] Cleanup includes in FormatManagerTests.cpp

2019-12-11 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-11T11:33:19+01:00 New Revision: 987e7323fb53f968d5878483610fcf2319cdde86 URL: https://github.com/llvm/llvm-project/commit/987e7323fb53f968d5878483610fcf2319cdde86 DIFF:

[Lldb-commits] [lldb] 14f3d13 - [lldb] Actually enable wchar support in Editline when it is defined in the host config

2019-12-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-10T14:30:41+01:00 New Revision: 14f3d13412cb2eac87f1c0ae74ed2af7ace1580f URL: https://github.com/llvm/llvm-project/commit/14f3d13412cb2eac87f1c0ae74ed2af7ace1580f DIFF:

[Lldb-commits] [lldb] e9895c6 - [lldb][NFC] Make g_TotalSizeOfMetadata in ClangExternalASTSourceCommon.cpp static

2019-12-10 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-10T13:46:12+01:00 New Revision: e9895c612a5a331660020172affa927664e138ad URL: https://github.com/llvm/llvm-project/commit/e9895c612a5a331660020172affa927664e138ad DIFF:

[Lldb-commits] [lldb] d0fb7a4 - [lldb] Support for DWARF-5 atomic types

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

[Lldb-commits] [lldb] f6e0567 - [lldb] Add a test for how we lazily create Clang AST nodes

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

[Lldb-commits] [lldb] fc39b94 - [lldb][NFC] Move [SU]Int64ValueIsValidForByteSize to RegisterValue

2019-12-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-06T11:16:39+01:00 New Revision: fc39b94849c89843aebb210c5d9be9c48e2b43a6 URL: https://github.com/llvm/llvm-project/commit/fc39b94849c89843aebb210c5d9be9c48e2b43a6 DIFF:

[Lldb-commits] [lldb] b6e2cf3 - [lldb][NFC] Remove ability to pass a custom printf format to DataExtractor::PutToLog

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

[Lldb-commits] [lldb] 777d1f7 - [lldb] Migrate VMRange::Dump to raw_ostream

2019-12-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-06T10:19:20+01:00 New Revision: 777d1f7272b52cbe372e7234a7247b189e416062 URL: https://github.com/llvm/llvm-project/commit/777d1f7272b52cbe372e7234a7247b189e416062 DIFF:

[Lldb-commits] [lldb] 4dac97e - [lldb][NFC] Migrate FileSpec::Dump to raw_ostream

2019-12-06 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-06T09:40:42+01:00 New Revision: 4dac97eb1e6563750e682e482e68f29ac076a4f7 URL: https://github.com/llvm/llvm-project/commit/4dac97eb1e6563750e682e482e68f29ac076a4f7 DIFF:

[Lldb-commits] [lldb] 1462f5a - [lldb][NFC] Move Address and AddressRange functions out of Stream and let them take raw_ostream

2019-12-05 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-05T14:41:33+01:00 New Revision: 1462f5a4c138bb20f38a579a29d12ab4e5fb6191 URL: https://github.com/llvm/llvm-project/commit/1462f5a4c138bb20f38a579a29d12ab4e5fb6191 DIFF:

[Lldb-commits] [lldb] 5e71356 - [lldb] Fix macOS build by replacing nullptr with FileSpec()

2019-12-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-04T14:37:10+01:00 New Revision: 5e713563934eadb48b4830ad019bdb91f1d89150 URL: https://github.com/llvm/llvm-project/commit/5e713563934eadb48b4830ad019bdb91f1d89150 DIFF:

[Lldb-commits] [lldb] 4d37f18 - [lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseChildMembers

2019-12-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-04T10:05:40+01:00 New Revision: 4d37f18b29cc3fd1abd336ec10baca17694d035f URL: https://github.com/llvm/llvm-project/commit/4d37f18b29cc3fd1abd336ec10baca17694d035f DIFF:

[Lldb-commits] [lldb] c4c464f - [lldb][NFC] Migrate to raw_ostream in Module::GetDescription

2019-12-04 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-04T09:35:50+01:00 New Revision: c4c464f8a5025ad59733723e1ba1900837760078 URL: https://github.com/llvm/llvm-project/commit/c4c464f8a5025ad59733723e1ba1900837760078 DIFF:

[Lldb-commits] [lldb] 2f1e7b3 - [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTriple

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-04T08:28:52+01:00 New Revision: 2f1e7b3d01e176e912477d52847c19d3847a43a0 URL: https://github.com/llvm/llvm-project/commit/2f1e7b3d01e176e912477d52847c19d3847a43a0 DIFF:

[Lldb-commits] [lldb] 16c0653 - [lldb][NFC] Extract searching for function SymbolContexts out of ClangExpressionDeclMap::LookupFunction

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-03T12:33:24+01:00 New Revision: 16c0653db1150c849bb25f0547abb64349234394 URL: https://github.com/llvm/llvm-project/commit/16c0653db1150c849bb25f0547abb64349234394 DIFF:

[Lldb-commits] [lldb] b37a43d - [lldb] Remove all remaining tabs from TestReturnValue.py

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-03T12:14:40+01:00 New Revision: b37a43d93db8c5afb3b95d803638f0536608779d URL: https://github.com/llvm/llvm-project/commit/b37a43d93db8c5afb3b95d803638f0536608779d DIFF:

[Lldb-commits] [lldb] 4821d2a - [lldb][NFC] Test going up/down one line in the multiline expression editor

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-03T12:06:40+01:00 New Revision: 4821d2a014e02b14223676c98b2ef5244eb91da8 URL: https://github.com/llvm/llvm-project/commit/4821d2a014e02b14223676c98b2ef5244eb91da8 DIFF:

[Lldb-commits] [lldb] 46d0ec3 - [lldb] Remove tab from TestReturnValue.py

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-03T11:44:24+01:00 New Revision: 46d0ec3a803021281c8d868b1487d2d5cd06f274 URL: https://github.com/llvm/llvm-project/commit/46d0ec3a803021281c8d868b1487d2d5cd06f274 DIFF:

[Lldb-commits] [lldb] 315600f - [lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ValueObjectSynthetic

2019-12-03 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-03T09:18:44+01:00 New Revision: 315600f480055f5143aaa245f25bd25221edfa91 URL: https://github.com/llvm/llvm-project/commit/315600f480055f5143aaa245f25bd25221edfa91 DIFF:

[Lldb-commits] [lldb] d62026e - [lldb][NFC] Don't calculate member indices in DWARFASTParserClang::ParseChildMembers

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

[Lldb-commits] [lldb] 4f728bf - [lldb][NFC] Use raw_ostream instead of Stream in Baton::GetDescription

2019-12-02 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-12-02T13:27:21+01:00 New Revision: 4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c URL: https://github.com/llvm/llvm-project/commit/4f728bfc13c45bc744bfdbfc3086bed74a8cbb4c DIFF:

[Lldb-commits] [lldb] f8fb372 - [lldb][NFC] Make Stream's IndentLevel an unsigned integers.

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

[Lldb-commits] [lldb] 160a504 - [lldb][NFC] Add 'breakpoint command list' test

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

[Lldb-commits] [lldb] 8059188 - [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T14:11:25+01:00 New Revision: 8059188c45f049b52b779d6684ea78b6ef8b168c URL: https://github.com/llvm/llvm-project/commit/8059188c45f049b52b779d6684ea78b6ef8b168c DIFF:

[Lldb-commits] [lldb] c214c92 - [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload

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

[Lldb-commits] [lldb] bc7f1df - [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T13:28:55+01:00 New Revision: bc7f1df6b61a3c8f88f2541ef9ba73f4ee0ee4fe URL: https://github.com/llvm/llvm-project/commit/bc7f1df6b61a3c8f88f2541ef9ba73f4ee0ee4fe DIFF:

[Lldb-commits] [lldb] 76016f9 - [lldb][NFC] Early exit in ClangASTContext::CreateInstance

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T12:49:33+01:00 New Revision: 76016f9b3a9acdba7728561a7ddfb48b1245dfa7 URL: https://github.com/llvm/llvm-project/commit/76016f9b3a9acdba7728561a7ddfb48b1245dfa7 DIFF:

[Lldb-commits] [lldb] d752b75 - [lldb][NFC] Simplify regex_chars in CommandCompletions

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T12:34:23+01:00 New Revision: d752b75d7fce2a77bb7656d33d2aa062372dc014 URL: https://github.com/llvm/llvm-project/commit/d752b75d7fce2a77bb7656d33d2aa062372dc014 DIFF:

[Lldb-commits] [lldb] d1d6049 - [lldb][NFC] Remove dead logging code from DWARFASTParserClang::CompleteRecordType

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T12:13:34+01:00 New Revision: d1d6049e9d6600f28746379290705b02ffb52d4b URL: https://github.com/llvm/llvm-project/commit/d1d6049e9d6600f28746379290705b02ffb52d4b DIFF:

[Lldb-commits] [lldb] a48b5e2 - [lldb][NFC] Fix header guard comment in ThreadSafeDenseMap.h

2019-11-29 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-29T11:34:18+01:00 New Revision: a48b5e24747ca83f9f18dff62a4bacb2f7dfd773 URL: https://github.com/llvm/llvm-project/commit/a48b5e24747ca83f9f18dff62a4bacb2f7dfd773 DIFF:

[Lldb-commits] [lldb] c2dd84e - [lldb][NFC] Remove CompilerDeclContext::IsClang

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T15:54:11+01:00 New Revision: c2dd84e396d091ca61b06b59c622b444ffc17234 URL: https://github.com/llvm/llvm-project/commit/c2dd84e396d091ca61b06b59c622b444ffc17234 DIFF:

[Lldb-commits] [lldb] f39277c - [lldb][NFC] Remove unused variable in ClangASTSource::CompleteType

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T15:32:56+01:00 New Revision: f39277c1d370ccbbec2e20a20375ee6fb7281ae4 URL: https://github.com/llvm/llvm-project/commit/f39277c1d370ccbbec2e20a20375ee6fb7281ae4 DIFF:

[Lldb-commits] [lldb] e0203b2 - [lldb][NFC] Simplify CompilerDecl and CompilerDeclContext initialization

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T15:27:54+01:00 New Revision: e0203b25af92a3388580d6ef4eb386058720449e URL: https://github.com/llvm/llvm-project/commit/e0203b25af92a3388580d6ef4eb386058720449e DIFF:

[Lldb-commits] [lldb] 3cd8ba0 - [lldb][NFC] Remove unused CompilerDecl::IsClang

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T15:11:37+01:00 New Revision: 3cd8ba0e37a035a134dc01ce260040f1d57f4d40 URL: https://github.com/llvm/llvm-project/commit/3cd8ba0e37a035a134dc01ce260040f1d57f4d40 DIFF:

[Lldb-commits] [lldb] 50e2ffa - Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext"

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T14:25:46+01:00 New Revision: 50e2ffa18da4247e4d45f421c3271b58b936c869 URL: https://github.com/llvm/llvm-project/commit/50e2ffa18da4247e4d45f421c3271b58b936c869 DIFF:

[Lldb-commits] [lldb] 42c857a - [lldb][NFC] Remove unused STLUtil include and STLUtil.h header

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T14:11:35+01:00 New Revision: 42c857aa4783824183d55e8a6ede488d69349806 URL: https://github.com/llvm/llvm-project/commit/42c857aa4783824183d55e8a6ede488d69349806 DIFF:

[Lldb-commits] [lldb] a54ef8a - [lldb][NFC] Use llvm::StringRef instead of C-strings as multimap key

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T14:05:47+01:00 New Revision: a54ef8af89c78f7296bea6ffabb7728ef563bec1 URL: https://github.com/llvm/llvm-project/commit/a54ef8af89c78f7296bea6ffabb7728ef563bec1 DIFF:

[Lldb-commits] [lldb] 2e3c040 - [lldb][NFC] Remove unused CStringToDIEMap typedef

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T13:33:19+01:00 New Revision: 2e3c040ee062741472233c1de2dbf135bcee5c7a URL: https://github.com/llvm/llvm-project/commit/2e3c040ee062741472233c1de2dbf135bcee5c7a DIFF:

[Lldb-commits] [lldb] ee79fea - [lldb][NFC] Remove forward declaration of PrivateAutoCompleteMembers

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T12:45:48+01:00 New Revision: ee79feaec3ed44b21654936baf44561f5f726dfc URL: https://github.com/llvm/llvm-project/commit/ee79feaec3ed44b21654936baf44561f5f726dfc DIFF:

[Lldb-commits] [lldb] 9d26791 - [lldb][NFC] Make GetAsCXXRecordDecl static

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T12:24:41+01:00 New Revision: 9d2679152a4bbe892f72802427657bfdca85a63b URL: https://github.com/llvm/llvm-project/commit/9d2679152a4bbe892f72802427657bfdca85a63b DIFF:

[Lldb-commits] [lldb] f7e31e0 - [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T10:45:29+01:00 New Revision: f7e31e0cfd3b467a21c2ac9a94f5c828f88a9b72 URL: https://github.com/llvm/llvm-project/commit/f7e31e0cfd3b467a21c2ac9a94f5c828f88a9b72 DIFF:

[Lldb-commits] [lldb] b44e91a - [lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPLETE_TYPENAMES

2019-11-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-28T10:21:58+01:00 New Revision: b44e91a472526f01d67ee9ce5de2561216782330 URL: https://github.com/llvm/llvm-project/commit/b44e91a472526f01d67ee9ce5de2561216782330 DIFF:

[Lldb-commits] [lldb] 92d5ea5 - [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift reference

2019-11-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-27T10:28:02+01:00 New Revision: 92d5ea5d1674c38e03d130c6b04afa118e94ef4a URL: https://github.com/llvm/llvm-project/commit/92d5ea5d1674c38e03d130c6b04afa118e94ef4a DIFF:

[Lldb-commits] [lldb] f1b1173 - [lldb][NFC] Remove unused CompilerType memory functions

2019-11-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-27T09:51:50+01:00 New Revision: f1b117394d7f9ae6decf9730ed9d443ca1b54769 URL: https://github.com/llvm/llvm-project/commit/f1b117394d7f9ae6decf9730ed9d443ca1b54769 DIFF:

[Lldb-commits] [lldb] 3a28042 - [lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayType

2019-11-27 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-27T09:28:01+01:00 New Revision: 3a280422b66a31af694782746ec0b5b7552a82a1 URL: https://github.com/llvm/llvm-project/commit/3a280422b66a31af694782746ec0b5b7552a82a1 DIFF:

[Lldb-commits] [lldb] 16144d2 - [lldb][NFC] Modernize string handling in DWARFASTParserClang::ParseTypeModifier

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T15:04:54+01:00 New Revision: 16144d2b21d90a0515be2fc9158cbaf828abd980 URL: https://github.com/llvm/llvm-project/commit/16144d2b21d90a0515be2fc9158cbaf828abd980 DIFF:

[Lldb-commits] [lldb] cdfecb8 - [lldb][NFC] Remove no longer unused variable in DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T14:17:06+01:00 New Revision: cdfecb82ee27fabf927102a356acd298ddca8703 URL: https://github.com/llvm/llvm-project/commit/cdfecb82ee27fabf927102a356acd298ddca8703 DIFF:

[Lldb-commits] [lldb] 0181338 - [lldb][NFC] Simplify structure parsing code in DWARFASTParserClang::ParseTypeFromDWARF

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

[Lldb-commits] [lldb] 30fc94b - [lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T13:53:06+01:00 New Revision: 30fc94be237f26d3127d8bbc872d9e3b82f03590 URL: https://github.com/llvm/llvm-project/commit/30fc94be237f26d3127d8bbc872d9e3b82f03590 DIFF:

[Lldb-commits] [lldb] 8f2b57d - [lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T12:30:06+01:00 New Revision: 8f2b57d257e87b0244f9883cd8075898005ba757 URL: https://github.com/llvm/llvm-project/commit/8f2b57d257e87b0244f9883cd8075898005ba757 DIFF:

[Lldb-commits] [lldb] 9493965 - [lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T12:14:40+01:00 New Revision: 94939650b632cd44e518a9adeb16ab829375 URL: https://github.com/llvm/llvm-project/commit/94939650b632cd44e518a9adeb16ab829375 DIFF:

[Lldb-commits] [lldb] e8013ef - [lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T11:46:25+01:00 New Revision: e8013ef53ac0cd82f9c921abd0b2fa1aa8b2f20c URL: https://github.com/llvm/llvm-project/commit/e8013ef53ac0cd82f9c921abd0b2fa1aa8b2f20c DIFF:

[Lldb-commits] [lldb] 7047a3a - [lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::ParseTypeFromDWARF

2019-11-26 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-26T11:07:59+01:00 New Revision: 7047a3a729c6b2779b512269ff3eba88d8976d63 URL: https://github.com/llvm/llvm-project/commit/7047a3a729c6b2779b512269ff3eba88d8976d63 DIFF:

[Lldb-commits] [lldb] cfd9d39 - [lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeForType

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

[Lldb-commits] [lldb] d178213 - [lldb][NFC] Allow range-based for-loops on VariableList

2019-11-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-25T15:03:46+01:00 New Revision: d1782133d96d316c3bc98e33a191994794a26851 URL: https://github.com/llvm/llvm-project/commit/d1782133d96d316c3bc98e33a191994794a26851 DIFF:

[Lldb-commits] [lldb] 7a6588a - [lldb] Remove lldb's own ASTDumper

2019-11-25 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-25T13:27:51+01:00 New Revision: 7a6588abf8bac99d716188608adfbfb4928714db URL: https://github.com/llvm/llvm-project/commit/7a6588abf8bac99d716188608adfbfb4928714db DIFF:

[Lldb-commits] [lldb] 1e0d395 - [lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClass

2019-11-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-23T22:48:09+01:00 New Revision: 1e0d395480b3cc4d1364aab74a81ce5ba29a470c URL: https://github.com/llvm/llvm-project/commit/1e0d395480b3cc4d1364aab74a81ce5ba29a470c DIFF:

[Lldb-commits] [lldb] 46883f4 - [lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVendor

2019-11-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-23T20:31:13+01:00 New Revision: 46883f46dc4f0ec3eb5cf2a6c5492bbd2c57c8c2 URL: https://github.com/llvm/llvm-project/commit/46883f46dc4f0ec3eb5cf2a6c5492bbd2c57c8c2 DIFF:

[Lldb-commits] [lldb] 7a0c548 - [lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariable

2019-11-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-23T18:41:23+01:00 New Revision: 7a0c54844474ca110a2ca5316d86ec08417c1730 URL: https://github.com/llvm/llvm-project/commit/7a0c54844474ca110a2ca5316d86ec08417c1730 DIFF:

[Lldb-commits] [lldb] 7af53d7 - [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename

2019-11-23 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-23T17:56:23+01:00 New Revision: 7af53d75c60bf5c09157daeebff86b9e594bf1ee URL: https://github.com/llvm/llvm-project/commit/7af53d75c60bf5c09157daeebff86b9e594bf1ee DIFF:

[Lldb-commits] [lldb] 0b0dca9 - [lldb] Fix exception breakpoint not being resolved when set on dummy target

2019-11-22 Thread Raphael Isemann via lldb-commits
Author: Martin Svensson Date: 2019-11-22T11:20:09+01:00 New Revision: 0b0dca9f6fe34333abdb437bd1d3d92c8362a2e6 URL: https://github.com/llvm/llvm-project/commit/0b0dca9f6fe34333abdb437bd1d3d92c8362a2e6 DIFF:

[Lldb-commits] [lldb] b30dabf - [lldb] Don't enable expression log in TestEmptyStdModule.py

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-22T08:34:08+01:00 New Revision: b30dabfe905b714b9161422b58199e2aa8938481 URL: https://github.com/llvm/llvm-project/commit/b30dabfe905b714b9161422b58199e2aa8938481 DIFF:

[Lldb-commits] [lldb] 8cf8ec4 - [lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternalVisibleDecl

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T14:59:47+01:00 New Revision: 8cf8ec40a1fee9706237d30385e78e1de214d8f7 URL: https://github.com/llvm/llvm-project/commit/8cf8ec40a1fee9706237d30385e78e1de214d8f7 DIFF:

[Lldb-commits] [lldb] 5fb7dd8 - [lldb][NFC] Move searching functions in ClangExpressionDeclMap to own function

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T14:31:31+01:00 New Revision: 5fb7dd8a40d2f35eea47b9c280722bd735e387a0 URL: https://github.com/llvm/llvm-project/commit/5fb7dd8a40d2f35eea47b9c280722bd735e387a0 DIFF:

[Lldb-commits] [lldb] 24e9886 - [lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExternalVisibleDecls

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T13:43:48+01:00 New Revision: 24e98867937d5bb89605fd7be7e9ebdd3d5fb935 URL: https://github.com/llvm/llvm-project/commit/24e98867937d5bb89605fd7be7e9ebdd3d5fb935 DIFF:

[Lldb-commits] [lldb] 7fa976d - [lldb][NFC] Move searching local variables into own function

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T12:45:38+01:00 New Revision: 7fa976d57a1e2ab735212e5d9fc13cc38c4c81e9 URL: https://github.com/llvm/llvm-project/commit/7fa976d57a1e2ab735212e5d9fc13cc38c4c81e9 DIFF:

[Lldb-commits] [lldb] a0408ab - [lldb][NFC] Move searching the ClangModulesDeclVendor into own function

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T12:04:43+01:00 New Revision: a0408ab7f9863954b9d978d78761ed7b893f13b1 URL: https://github.com/llvm/llvm-project/commit/a0408ab7f9863954b9d978d78761ed7b893f13b1 DIFF:

[Lldb-commits] [lldb] 337151f - [lldb][NFC] Move searching for the local variable namespace into own function

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T11:03:24+01:00 New Revision: 337151f41e78f42df1eedbb86479888a2c5d0a04 URL: https://github.com/llvm/llvm-project/commit/337151f41e78f42df1eedbb86479888a2c5d0a04 DIFF:

[Lldb-commits] [lldb] 2cada1e - [lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDecls

2019-11-21 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-21T10:29:50+01:00 New Revision: 2cada1e4da9d55b54a06b240cc061605729d50f4 URL: https://github.com/llvm/llvm-project/commit/2cada1e4da9d55b54a06b240cc061605729d50f4 DIFF:

[Lldb-commits] [lldb] c502bae - [lldb][NFC] Simplify ClangASTContext::GetBasicTypes

2019-11-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-20T12:47:14+01:00 New Revision: c502bae52410c83947e5ad7184dff810083afe75 URL: https://github.com/llvm/llvm-project/commit/c502bae52410c83947e5ad7184dff810083afe75 DIFF:

[Lldb-commits] [lldb] 51ad025 - [lldb][NFC] Move searching for $__lldb_objc_class into its own function

2019-11-20 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2019-11-20T16:10:24+01:00 New Revision: 51ad025ff313804674b4fb01f56f7b83e3ecc5e3 URL: https://github.com/llvm/llvm-project/commit/51ad025ff313804674b4fb01f56f7b83e3ecc5e3 DIFF:

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