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
/
ClangExpressionParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-6
/
+4
*
Add descriptions to completed expressions
Raphael Isemann
2018-09-17
1
-8
/
+32
*
Print the correct error when our DynamicCheckerFunctions fail to install
Raphael Isemann
2018-09-11
1
-2
/
+2
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
1
-6
/
+6
*
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
1
-4
/
+273
*
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
1
-3
/
+1
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
1
-2
/
+11
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-3
/
+1
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-42
/
+34
*
[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
1
-1
/
+0
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Clean up debug logging
Pavel Labath
2017-02-13
1
-8
/
+8
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
NFC. Remove unused header include.
Chris Bieneman
2017-01-31
1
-1
/
+0
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-2
/
+2
*
Make DiagnosticsManager functions take StringRefs.
Zachary Turner
2016-11-12
1
-2
/
+2
*
Don't access the process in expressions w/o checking that
Jim Ingham
2016-11-03
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-841
/
+798
*
Fixed the location of a conditional to make the following code clearer.
Sean Callanan
2016-08-27
1
-7
/
+7
*
The error stream in IRForTarget is never null, so use it instead of the log.
Sean Callanan
2016-08-27
1
-3
/
+2
*
Fixed a bad lldbassert() condition.
Sean Callanan
2016-08-26
1
-1
/
+1
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
1
-1
/
+1
*
Allow runtimes to execute custom LLVM ModulePasses over the expression IR
Luke Drummond
2016-06-15
1
-1
/
+35
*
[LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.
Renato Golin
2016-05-14
1
-1
/
+1
*
Remove unused variable
Ed Maste
2016-05-13
1
-2
/
+1
*
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...
Sagar Thakur
2016-05-13
1
-1
/
+30
*
Expressions can run without a process.
Jim Ingham
2016-04-21
1
-17
/
+30
*
Fix warning in ClangExpressionParser
Pavel Labath
2016-03-30
1
-1
/
+1
*
Removed LoggingDiagnosticConsumer, an unused class.
Sean Callanan
2016-03-25
1
-50
/
+0
*
Fix now-ambiguous references to Error.
Lang Hames
2016-03-25
1
-5
/
+5
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-5
/
+115
*
Ignore global constructor warning in clang.
Greg Clayton
2016-03-24
1
-0
/
+4
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-25
/
+47
*
Collect IRExecutionUnits as part of persistent expression state.
Sean Callanan
2016-03-21
1
-0
/
+99
[prev]
[next]