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] 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
*
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
[next]