1. bc7f1df [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource by Raphael Isemann · 6 years ago
  2. 7af53d7 [lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename by Raphael Isemann · 6 years ago
  3. 96d814a [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes by Raphael Isemann · 6 years ago
  4. 979da9a Avoid including Builtins.h in Preprocessor.h by Reid Kleckner · 6 years ago
  5. ad88277 [LLDB] Fix a bunch of -Wdocumentation warnings by Jonas Devlieghere · 6 years ago
  6. f30ae71 Set GNUC version in the LLDB expression parser. by Adrian Prantl · 6 years ago
  7. 7c47b4a [lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership by Raphael Isemann · 6 years ago
  8. 4e969da [lldb] Don't crash when the ASTImporter produces diagnostics but instead log them. by Raphael Isemann · 6 years ago
  9. f913fd6 factor out an abstract base class for File by Lawrence D'Anna · 6 years ago
  10. c73bfc9 [lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after construction. by Raphael Isemann · 6 years ago
  11. 7ca15ba remove File::SetStream(), make new files instead. by Lawrence D'Anna · 6 years ago
  12. 9379d19 [lldb] Decouple importing the std C++ module from the way the program is compiled by Raphael Isemann · 6 years ago
  13. bd2a910 Ignore generated @import statements in the expression evaluator by Raphael Isemann · 6 years ago
  14. 948786c File::SetDescriptor() should require options by Jonas Devlieghere · 6 years ago
  15. 1442efe [lldb] Print better diagnostics for user expressions and modules by Raphael Isemann · 6 years ago
  16. 3ad8278 [lldb][NFC] Make include directories in Clang expression parser a std::string by Raphael Isemann · 6 years ago
  17. 84586c1 [clang] Change FileManager to use llvm::ErrorOr instead of null on failure by Harlan Haskins · 6 years ago
  18. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  19. b4e0632 [lldb] Fix buildbot build fail caused by r366645 by Yuanfang Chen · 6 years ago
  20. b5701710 [LanguageRuntime] Move ObjCLanguageRuntime into a plugin by Alex Langford · 6 years ago
  21. bab7e3d [Expression] Move IRDynamicChecks to ClangExpressionParser by Alex Langford · 6 years ago
  22. 60b71ce [lldb] Don't use __FUNCTION__ as a file name by Raphael Isemann · 6 years ago
  23. e823bbe [Target] Remove Process::GetObjCLanguageRuntime by Alex Langford · 6 years ago
  24. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
  25. 5a36558 ExpressionParser: only force link MCJIT when needed by Saleem Abdulrasool · 7 years ago
  26. 1756630 C.128 override, virtual keyword handling by Raphael Isemann · 7 years ago
  27. f74a4c1 Instantiate 'std' templates explicitly in the expression evaluator by Raphael Isemann · 7 years ago
  28. 3a75330 [CodeComplete] Remove obsolete isOutputBinary(). by Sam McCall · 7 years ago
  29. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 7 years ago
  30. 1da7eac Frontend: Remove CompilerInstance::VirtualFileSystem, NFC by Duncan P. N. Exon Smith · 7 years ago
  31. d63c1db Safer casting in ClangExpressionParser code completion by Raphael Isemann · 7 years ago
  32. 7e34d78 Fix an invalid static cast in ClangExpressionParser.cpp by Adrian Prantl · 7 years ago
  33. 6c0bbfc Add ability to import std module into expression parser to improve C++ debugging by Raphael Isemann · 7 years ago
  34. f05b42e Bring Doxygen comment syntax in sync with LLVM coding style. by Adrian Prantl · 7 years ago
  35. 9764b65 [Reproducers] Make clang use lldb's VFS. by Jonas Devlieghere · 7 years ago
  36. ff04b3d [ExpressionParser] Reuse the FileManager from the compiler instance. by Jonas Devlieghere · 7 years ago
  37. 0f30a3b Deserialize Clang module search path from DWARF by Adrian Prantl · 7 years ago
  38. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  39. 63e2e59 [Reproducers] Integrate FileProvider with clang by Jonas Devlieghere · 7 years ago
  40. 70355ac Remove redundant ::get() for smart pointer. (NFC) by Jonas Devlieghere · 7 years ago
  41. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  42. f75a9dc Fixed function name in log statement by Raphael Isemann · 7 years ago
  43. 0d649c6 Simplify LangOpts initalization in ClangExpressionParser [NFC] by Raphael Isemann · 7 years ago
  44. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  45. b3f44ad Do not use PATH_MAX with SmallString by Stella Stamenova · 7 years ago
  46. f335188 [Expr] Check the language before ignoring Objective C keywords by Aleksandr Urakov · 7 years ago
  47. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  48. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  49. fa98390 NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) by Erik Pilkington · 7 years ago
  50. 9dd34c8 Add descriptions to completed expressions by Raphael Isemann · 7 years ago
  51. 262dd8c Print the correct error when our DynamicCheckerFunctions fail to install by Raphael Isemann · 7 years ago
  52. c11a780 Use a CompletionRequest in the expression command completion [NFC] by Raphael Isemann · 7 years ago
  53. d424c2a Move NoBuiltin=true closer to the other LangOpts code [NFC] by Raphael Isemann · 7 years ago
  54. 20892fb Adjusting some comments in ClangExpressionParser.cpp by Raphael Isemann · 7 years ago
  55. b83f914 Added missing include to <cctype> for 'std::isalnum' by Raphael Isemann · 7 years ago
  56. 39ec6e7 Fixed code style for the CodeCompletion members [NFC] by Raphael Isemann · 7 years ago
  57. 7482973 Added initial code completion support for the `expr` command by Raphael Isemann · 7 years ago
  58. 2305c04 Remove redundant initialization by Adrian Prantl · 7 years ago
  59. 596709d Let the CompilerInstance create our clang ASTContext by Raphael Isemann · 7 years ago
  60. d2b0862 Reuse the SelectorTable from Clang's Preprocessor by Raphael Isemann · 7 years ago
  61. 778b308 Fix broken builtin functions in the expression command by Raphael Isemann · 7 years ago
  62. 60f028f Replace HostInfo::GetLLDBPath with specific functions by Pavel Labath · 7 years ago
  63. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  64. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  65. 89419f8 [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions. by Davide Italiano · 8 years ago
  66. 75dfd9a [ExpressionParser] Rollback C++98 as the standard for evaluating. by Davide Italiano · 8 years ago
  67. d416b0b [ExpressionParser] Fix evaluation failures due to mismatch in C++ versions. by Davide Italiano · 8 years ago
  68. dc5050c [Expression parser] Remove logging of field that is no longer in clang's TargetOptions struct. by Craig Topper · 8 years ago
  69. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  70. 68e4423 [Expression parser] Setting to enable use of ExternalASTMerger by Sean Callanan · 8 years ago
  71. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  72. 573ab90 Move StringList from Core -> Utility. by Zachary Turner · 9 years ago
  73. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  74. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  75. 6302bf6 Clean up debug logging by Pavel Labath · 9 years ago
  76. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  77. 5c79313 NFC. Remove unused header include. by Chris Bieneman · 9 years ago
  78. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  79. e2411fa Make DiagnosticsManager functions take StringRefs. by Zachary Turner · 9 years ago
  80. 2256215 Don't access the process in expressions w/o checking that the process exists. by Jim Ingham · 9 years ago
  81. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  82. 3a878af Fixed the location of a conditional to make the following code clearer. by Sean Callanan · 9 years ago
  83. 8a33f61 The error stream in IRForTarget is never null, so use it instead of the log. by Sean Callanan · 9 years ago
  84. 950e4ce Fixed a bad lldbassert() condition. by Sean Callanan · 9 years ago
  85. fc670cf Don't crash when trying to capture persistent variables in a block. by Sean Callanan · 9 years ago
  86. 9d48422 Allow runtimes to execute custom LLVM ModulePasses over the expression IR by Luke Drummond · 9 years ago
  87. 15cb0bd [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC. by Renato Golin · 9 years ago
  88. d589a75 Remove unused variable by Ed Maste · 9 years ago
  89. adc1abe [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation for MIPS by Sagar Thakur · 9 years ago
  90. 0d6a90d Expressions can run without a process. by Jim Ingham · 10 years ago
  91. 6ce88f8 Fix warning in ClangExpressionParser by Pavel Labath · 10 years ago
  92. ed96370 Removed LoggingDiagnosticConsumer, an unused class. by Sean Callanan · 10 years ago
  93. 09ff326 Fix now-ambiguous references to Error. by Lang Hames · 10 years ago
  94. a1e541b Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".) by Jim Ingham · 10 years ago
  95. c9a078a Ignore global constructor warning in clang. by Greg Clayton · 10 years ago
  96. 00294b3 Backend support for top-level Clang epxressions by Sean Callanan · 10 years ago
  97. bd4dc69 Collect IRExecutionUnits as part of persistent expression state. by Sean Callanan · 10 years ago
  98. 579e70c Add a DiagnosticManager replace error streams in the expression parser. by Sean Callanan · 10 years ago
  99. 7648dd3 Revert "Track expression language from one place in ClangExpressionParser" by Ewan Crawford · 10 years ago
  100. 6dc9db5 Track expression language from one place in ClangExpressionParser by Ewan Crawford · 10 years ago