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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print the correct error when our DynamicCheckerFunctions fail to install
Raphael Isemann
2018-09-11
1
-2
/
+2
*
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
4
-10
/
+11
*
Move NoBuiltin=true closer to the other LangOpts code [NFC]
Raphael Isemann
2018-08-30
1
-4
/
+4
*
Adjusting some comments in ClangExpressionParser.cpp
Raphael Isemann
2018-08-30
1
-2
/
+1
*
Added missing include to <cctype> for 'std::isalnum'
Raphael Isemann
2018-08-30
1
-0
/
+1
*
Fixed code style for the CodeCompletion members [NFC]
Raphael Isemann
2018-08-30
1
-10
/
+10
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
5
-5
/
+439
*
Remove redundant initialization
Adrian Prantl
2018-08-30
1
-1
/
+1
*
Let the CompilerInstance create our clang ASTContext
Raphael Isemann
2018-08-27
1
-10
/
+5
*
Reuse the SelectorTable from Clang's Preprocessor
Raphael Isemann
2018-08-23
2
-5
/
+1
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
2
-4
/
+11
*
Removed doxygen comment that doesn't fit to function signature
Raphael Isemann
2018-08-07
1
-6
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
3
-3
/
+3
*
Refactor ClangUserExpression::Parse [NFC]
Raphael Isemann
2018-07-10
2
-30
/
+63
*
Don't take the address of an xvalue when printing an expr result
Raphael Isemann
2018-07-09
1
-3
/
+2
*
Refactor OnExit utility class in ClangUserExpression
Raphael Isemann
2018-06-19
1
-24
/
+15
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
2
-7
/
+4
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-3
/
+3
*
Add ClangHost.cpp to the Xcode project.
Jim Ingham
2018-06-05
1
-0
/
+1
*
Remove dependency from Host to clang.
Zachary Turner
2018-06-04
4
-13
/
+171
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
2
-5
/
+4
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
12
-216
/
+199
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
5
-32
/
+13
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
6
-12
/
+15
*
Fix expression parser to not accept any type whose basename matches for a typ...
Greg Clayton
2018-04-30
1
-3
/
+6
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
9
-184
/
+146
*
Use the DWARF linkage name when importing C++ methods.
Davide Italiano
2018-03-27
1
-1
/
+1
*
Fix crash exposed by r328025
Pavel Labath
2018-03-21
1
-2
/
+3
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
2
-9
/
+12
*
Fix clang-3.8 build
Pavel Labath
2018-03-13
1
-1
/
+1
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
1
-0
/
+9
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-6
/
+5
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
2
-7
/
+7
*
Fix memory leaks in GoParser
Raphael Isemann
2018-01-23
1
-1
/
+5
*
Fix uninitialized variable in GoParser
Raphael Isemann
2018-01-22
1
-1
/
+3
*
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
Davide Italiano
2017-12-15
1
-0
/
+8
*
[ExpressionParser] Rollback C++98 as the standard for evaluating.
Davide Italiano
2017-12-15
1
-8
/
+0
*
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
Davide Italiano
2017-12-14
1
-0
/
+8
*
[Expression parser] Remove logging of field that is no longer in clang's Targ...
Craig Topper
2017-11-20
1
-1
/
+0
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
4
-4
/
+1
*
[ExpressionParser] Garbage-collect dead code. NFCI.
Davide Italiano
2017-10-24
1
-9
/
+0
*
Remove some unused function calls from ClangUserExpression.cpp
Stephane Sezer
2017-10-24
1
-1
/
+0
*
Remove some dead code from ClangExpressionDeclMap.cpp
Stephane Sezer
2017-10-24
1
-47
/
+3
*
Silence some "implicit conversion of string literal" warnings
Pavel Labath
2017-10-17
2
-7
/
+7
*
[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.
Davide Italiano
2017-09-30
1
-2
/
+1
*
Fix compilation error
Eugene Zemtsov
2017-09-29
1
-13
/
+13
[next]