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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParser
Jonas Devlieghere
2019-11-13
1
-10
/
+1
*
[lldb][NFC] Remove unused ExpressionParser::Parse
Raphael Isemann
2019-11-04
1
-1
/
+1
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-1
/
+8
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-16
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-1
/
+8
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-23
/
+23
*
[ExpressionParser] Reuse the FileManager from the compiler instance.
Jonas Devlieghere
2019-02-14
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use a CompletionRequest in the expression command completion [NFC]
Raphael Isemann
2018-08-30
1
-1
/
+1
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-0
/
+34
*
Reuse the SelectorTable from Clang's Preprocessor
Raphael Isemann
2018-08-23
1
-2
/
+0
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
1
-2
/
+0
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-8
/
+8
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-128
/
+126
*
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...
Sagar Thakur
2016-05-13
1
-1
/
+13
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+3
*
Collect IRExecutionUnits as part of persistent expression state.
Sean Callanan
2016-03-21
1
-0
/
+16
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-6
/
+7
*
Revert "Track expression language from one place in ClangExpressionParser"
Ewan Crawford
2016-03-10
1
-2
/
+0
*
Track expression language from one place in ClangExpressionParser
Ewan Crawford
2016-03-10
1
-0
/
+2
*
Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...
Jim Ingham
2015-11-05
1
-1
/
+1
*
Reduce header inclusion in Expression.
Bruce Mitchener
2015-10-07
1
-2
/
+0
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+138