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
*
[lldb/Expression] Improve interpreter error message with a non-running target
Med Ismail Bennani
2020-01-14
1
-2
/
+3
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-8
/
+9
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
1
-1
/
+1
*
[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource
Raphael Isemann
2019-11-29
1
-1
/
+1
*
[lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename
Raphael Isemann
2019-11-23
1
-1
/
+1
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
1
-9
/
+0
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
1
-0
/
+1
*
[LLDB] Fix a bunch of -Wdocumentation warnings
Jonas Devlieghere
2019-11-13
1
-4
/
+1
*
Set GNUC version in the LLDB expression parser.
Adrian Prantl
2019-10-11
1
-0
/
+3
*
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
Raphael Isemann
2019-10-10
1
-5
/
+6
*
[lldb] Don't crash when the ASTImporter produces diagnostics but instead log ...
Raphael Isemann
2019-10-09
1
-39
/
+54
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
1
-1
/
+1
*
[lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after cons...
Raphael Isemann
2019-10-01
1
-3
/
+1
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-4
/
+2
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-22
/
+7
*
Ignore generated @import statements in the expression evaluator
Raphael Isemann
2019-09-24
1
-4
/
+14
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-1
/
+1
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-33
/
+33
*
[lldb][NFC] Make include directories in Clang expression parser a std::string
Raphael Isemann
2019-09-11
1
-7
/
+6
*
[clang] Change FileManager to use llvm::ErrorOr instead of null on failure
Harlan Haskins
2019-08-01
1
-4
/
+7
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-32
/
+27
*
[lldb] Fix buildbot build fail caused by r366645
Yuanfang Chen
2019-07-21
1
-2
/
+2
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
[Expression] Move IRDynamicChecks to ClangExpressionParser
Alex Langford
2019-07-12
1
-17
/
+20
*
[lldb] Don't use __FUNCTION__ as a file name
Raphael Isemann
2019-07-11
1
-1
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-3
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
ExpressionParser: only force link MCJIT when needed
Saleem Abdulrasool
2019-05-03
1
-5
/
+0
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-2
/
+2
*
Instantiate 'std' templates explicitly in the expression evaluator
Raphael Isemann
2019-04-30
1
-1
/
+7
*
[CodeComplete] Remove obsolete isOutputBinary().
Sam McCall
2019-04-18
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-2
/
+1
*
Safer casting in ClangExpressionParser code completion
Raphael Isemann
2019-03-14
1
-2
/
+2
*
Fix an invalid static cast in ClangExpressionParser.cpp
Adrian Prantl
2019-03-13
1
-2
/
+2
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-29
/
+135
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-4
/
+4
*
[Reproducers] Make clang use lldb's VFS.
Jonas Devlieghere
2019-02-18
1
-0
/
+4
*
[ExpressionParser] Reuse the FileManager from the compiler instance.
Jonas Devlieghere
2019-02-14
1
-11
/
+5
*
Deserialize Clang module search path from DWARF
Adrian Prantl
2019-02-13
1
-10
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-6
/
+6
*
[Reproducers] Integrate FileProvider with clang
Jonas Devlieghere
2019-02-13
1
-3
/
+17
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-2
/
+2
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+6
*
Fixed function name in log statement
Raphael Isemann
2019-02-11
1
-2
/
+2
*
Simplify LangOpts initalization in ClangExpressionParser [NFC]
Raphael Isemann
2019-01-25
1
-31
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Do not use PATH_MAX with SmallString
Stella Stamenova
2018-12-10
1
-1
/
+1
*
[Expr] Check the language before ignoring Objective C keywords
Aleksandr Urakov
2018-12-04
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
[next]