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
/
ClangPersistentVariables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove GetASTContext call in ClangPersistentVariables
Raphael Isemann
2019-12-28
1
-2
/
+10
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-0
/
+11
*
Revert "[lldb] Move redundant persistent variable counter to ClangPersistentV...
Adrian Prantl
2019-08-27
1
-10
/
+0
*
[lldb][NFC] Fix documentation for ClangPersistentVariables::m_next_persistent...
Raphael Isemann
2019-08-05
1
-2
/
+2
*
[lldb][NFC] Clang format GetNextPersistentVariableName signature
Raphael Isemann
2019-08-05
1
-1
/
+1
*
[lldb] Move redundant persistent variable counter to ClangPersistentVariables
Raphael Isemann
2019-08-05
1
-2
/
+12
*
[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl
Alex Langford
2019-06-12
1
-0
/
+3
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-1
/
+1
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-3
/
+2
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-9
/
+4
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-67
/
+60
*
Removed an override of LookupSymbol that mistakenly disabled it for Clang.
Sean Callanan
2016-03-28
1
-3
/
+0
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
1
-6
/
+6
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-21
1
-12
/
+12
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-4
/
+4
*
Changed PersistentExpressionState to allow symbol lookups. Clang doesn't
Sean Callanan
2015-10-01
1
-0
/
+3
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-3
/
+15
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+91