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
/
ASTResultSynthesizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-1
/
+4
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
1
-2
/
+1
*
[lldb][NFC] Remove GetASTContext call in ClangPersistentVariables
Raphael Isemann
2019-12-28
1
-5
/
+8
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-1
/
+1
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-2
/
+1
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-16
/
+14
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-8
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
1
-1
/
+2
*
Don't take the address of an xvalue when printing an expr result
Raphael Isemann
2018-07-09
1
-3
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-4
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Update to match clang r291737.
Richard Smith
2017-01-12
1
-3
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-426
/
+369
*
Check whether Sema::CreateBuiltinUnaryOp returns an empty result.
Jim Ingham
2016-07-07
1
-0
/
+2
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-2
/
+2
*
Backend support for top-level Clang epxressions
Sean Callanan
2016-03-22
1
-29
/
+87
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
1
-1
/
+1
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+1
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+514