index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
ExpressionParser
/
Clang
/
ClangUserExpression.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-8
/
+11
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
1
-0
/
+1
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
1
-3
/
+3
*
[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.h
Raphael Isemann
2019-12-17
1
-1
/
+0
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
1
-9
/
+13
*
[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variable
Raphael Isemann
2019-11-12
1
-1
/
+3
*
[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...
Raphael Isemann
2019-11-04
1
-2
/
+2
*
[lldb] Add log output for the support files we pass to the CppModuleConfigura...
Raphael Isemann
2019-10-10
1
-0
/
+11
*
[lldb] Fix undefined behavior when having fixits in undefined top level exprs
Raphael Isemann
2019-09-25
1
-1
/
+4
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-31
/
+50
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-11
/
+11
*
Reland "[lldb][NFC] Make ApplyObjcCastHack less scary"
Raphael Isemann
2019-09-17
1
-9
/
+5
*
Revert "[lldb][NFC] Make ApplyObjcCastHack less scary"
Jim Ingham
2019-09-17
1
-5
/
+9
*
[lldb][NFC] Make ApplyObjcCastHack less scary
Raphael Isemann
2019-09-16
1
-9
/
+5
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
1
-1
/
+1
*
Detect HAVE_SYS_TYPES_H in lldb
Haibo Huang
2019-08-07
1
-0
/
+2
*
[lldb][NFC] Remove unnecessary cast in ClangUserExpression
Raphael Isemann
2019-08-06
1
-5
/
+3
*
[lldb][NFC] Refactor ClangUserExpression::UpdateLanguageForExpr
Raphael Isemann
2019-08-05
1
-12
/
+16
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-16
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
Inject only relevant local variables in the expression evaluation context
Raphael Isemann
2019-05-02
1
-6
/
+8
*
Replace local utility class OnExit with llvm::scope_exit (NFC)
Tatyana Krasnukha
2019-04-26
1
-17
/
+4
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-1
/
+1
*
Minor code style fix in ClangUserExpression.cpp [NFC]
Raphael Isemann
2019-04-24
1
-2
/
+1
*
Shorten comment line to be below 80 characters [NFC]
Raphael Isemann
2019-04-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
1
-1
/
+1
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-5
/
+73
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-4
/
+4
*
Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...
Jim Ingham
2019-03-06
1
-3
/
+4
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-4
/
+4
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-6
/
+4
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-7
/
+40
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor ClangUserExpression::GetLanguageForExpr
Raphael Isemann
2018-09-27
1
-18
/
+12
*
Change type of m_user_expression_start_pos to size_t
Raphael Isemann
2018-09-22
1
-1
/
+1
*
Reland [ClangUserExpression][NFC] Removed unused code
Raphael Isemann
2018-09-06
1
-3
/
+1
*
Revert "[ClangUserExpression][NFC] Removed unused code"
Raphael Isemann
2018-09-06
1
-0
/
+4
*
[ClangUserExpression][NFC] Removed unused code
David Bolvansky
2018-09-03
1
-4
/
+0
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
1
-2
/
+3
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-0
/
+123
*
Refactor ClangUserExpression::Parse [NFC]
Raphael Isemann
2018-07-10
1
-30
/
+56
*
Refactor OnExit utility class in ClangUserExpression
Raphael Isemann
2018-06-19
1
-24
/
+15
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-1
/
+3
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-20
/
+16
*
Remove some unused function calls from ClangUserExpression.cpp
Stephane Sezer
2017-10-24
1
-1
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix spelling mistake.
Jason Molenda
2017-02-21
1
-1
/
+1
[next]