Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc7f1df6b61a3c8f88f2541ef9ba73f4ee0ee4fe
/
lldb
/
source
/
Plugins
/
ExpressionParser
/
Clang
/
ClangExpressionParser.cpp
bc7f1df
[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource
by Raphael Isemann
· 6 years ago
7af53d7
[lldb][NFC] Fix LLDB build after ModuleManager->ASTReader rename
by Raphael Isemann
· 6 years ago
96d814a
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
by Raphael Isemann
· 6 years ago
979da9a
Avoid including Builtins.h in Preprocessor.h
by Reid Kleckner
· 6 years ago
ad88277
[LLDB] Fix a bunch of -Wdocumentation warnings
by Jonas Devlieghere
· 6 years ago
f30ae71
Set GNUC version in the LLDB expression parser.
by Adrian Prantl
· 6 years ago
7c47b4a
[lldb][NFC] Use unique_ptr in DiagnosticManager to express ownership
by Raphael Isemann
· 6 years ago
4e969da
[lldb] Don't crash when the ASTImporter produces diagnostics but instead log them.
by Raphael Isemann
· 6 years ago
f913fd6
factor out an abstract base class for File
by Lawrence D'Anna
· 6 years ago
c73bfc9
[lldb][NFC] Disallow changing the ASTContext of an ClangASTContext after construction.
by Raphael Isemann
· 6 years ago
7ca15ba
remove File::SetStream(), make new files instead.
by Lawrence D'Anna
· 6 years ago
9379d19
[lldb] Decouple importing the std C++ module from the way the program is compiled
by Raphael Isemann
· 6 years ago
bd2a910
Ignore generated @import statements in the expression evaluator
by Raphael Isemann
· 6 years ago
948786c
File::SetDescriptor() should require options
by Jonas Devlieghere
· 6 years ago
1442efe
[lldb] Print better diagnostics for user expressions and modules
by Raphael Isemann
· 6 years ago
3ad8278
[lldb][NFC] Make include directories in Clang expression parser a std::string
by Raphael Isemann
· 6 years ago
84586c1
[clang] Change FileManager to use llvm::ErrorOr instead of null on failure
by Harlan Haskins
· 6 years ago
63e5fb7
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
by Jonas Devlieghere
· 6 years ago
b4e0632
[lldb] Fix buildbot build fail caused by r366645
by Yuanfang Chen
· 6 years ago
b5701710
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
by Alex Langford
· 6 years ago
bab7e3d
[Expression] Move IRDynamicChecks to ClangExpressionParser
by Alex Langford
· 6 years ago
60b71ce
[lldb] Don't use __FUNCTION__ as a file name
by Raphael Isemann
· 6 years ago
e823bbe
[Target] Remove Process::GetObjCLanguageRuntime
by Alex Langford
· 6 years ago
248a130
[lldb] NFC modernize codebase with modernize-use-nullptr
by Konrad Kleine
· 6 years ago
5a36558
ExpressionParser: only force link MCJIT when needed
by Saleem Abdulrasool
· 7 years ago
1756630
C.128 override, virtual keyword handling
by Raphael Isemann
· 7 years ago
f74a4c1
Instantiate 'std' templates explicitly in the expression evaluator
by Raphael Isemann
· 7 years ago
3a75330
[CodeComplete] Remove obsolete isOutputBinary().
by Sam McCall
· 7 years ago
8b3af63
[NFC] Remove ASCII lines from comments
by Jonas Devlieghere
· 7 years ago
1da7eac
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
by Duncan P. N. Exon Smith
· 7 years ago
d63c1db
Safer casting in ClangExpressionParser code completion
by Raphael Isemann
· 7 years ago
7e34d78
Fix an invalid static cast in ClangExpressionParser.cpp
by Adrian Prantl
· 7 years ago
6c0bbfc
Add ability to import std module into expression parser to improve C++ debugging
by Raphael Isemann
· 7 years ago
f05b42e
Bring Doxygen comment syntax in sync with LLVM coding style.
by Adrian Prantl
· 7 years ago
9764b65
[Reproducers] Make clang use lldb's VFS.
by Jonas Devlieghere
· 7 years ago
ff04b3d
[ExpressionParser] Reuse the FileManager from the compiler instance.
by Jonas Devlieghere
· 7 years ago
0f30a3b
Deserialize Clang module search path from DWARF
by Adrian Prantl
· 7 years ago
d5b4403
Replace 'ap' with 'up' suffix in variable names. (NFC)
by Jonas Devlieghere
· 7 years ago
63e2e59
[Reproducers] Integrate FileProvider with clang
by Jonas Devlieghere
· 7 years ago
70355ac
Remove redundant ::get() for smart pointer. (NFC)
by Jonas Devlieghere
· 7 years ago
796ac80
Use std::make_shared in LLDB (NFC)
by Jonas Devlieghere
· 7 years ago
f75a9dc
Fixed function name in log statement
by Raphael Isemann
· 7 years ago
0d649c6
Simplify LangOpts initalization in ClangExpressionParser [NFC]
by Raphael Isemann
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
b3f44ad
Do not use PATH_MAX with SmallString
by Stella Stamenova
· 7 years ago
f335188
[Expr] Check the language before ignoring Objective C keywords
by Aleksandr Urakov
· 7 years ago
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
fa98390
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
by Erik Pilkington
· 7 years ago
9dd34c8
Add descriptions to completed expressions
by Raphael Isemann
· 7 years ago
262dd8c
Print the correct error when our DynamicCheckerFunctions fail to install
by Raphael Isemann
· 7 years ago
c11a780
Use a CompletionRequest in the expression command completion [NFC]
by Raphael Isemann
· 7 years ago
d424c2a
Move NoBuiltin=true closer to the other LangOpts code [NFC]
by Raphael Isemann
· 7 years ago
20892fb
Adjusting some comments in ClangExpressionParser.cpp
by Raphael Isemann
· 7 years ago
b83f914
Added missing include to <cctype> for 'std::isalnum'
by Raphael Isemann
· 7 years ago
39ec6e7
Fixed code style for the CodeCompletion members [NFC]
by Raphael Isemann
· 7 years ago
7482973
Added initial code completion support for the `expr` command
by Raphael Isemann
· 7 years ago
2305c04
Remove redundant initialization
by Adrian Prantl
· 7 years ago
596709d
Let the CompilerInstance create our clang ASTContext
by Raphael Isemann
· 7 years ago
d2b0862
Reuse the SelectorTable from Clang's Preprocessor
by Raphael Isemann
· 7 years ago
778b308
Fix broken builtin functions in the expression command
by Raphael Isemann
· 7 years ago
60f028f
Replace HostInfo::GetLLDBPath with specific functions
by Pavel Labath
· 7 years ago
4ebdee0
Typo fixes.
by Bruce Mitchener
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 8 years ago
89419f8
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
by Davide Italiano
· 8 years ago
75dfd9a
[ExpressionParser] Rollback C++98 as the standard for evaluating.
by Davide Italiano
· 8 years ago
d416b0b
[ExpressionParser] Fix evaluation failures due to mismatch in C++ versions.
by Davide Italiano
· 8 years ago
dc5050c
[Expression parser] Remove logging of field that is no longer in clang's TargetOptions struct.
by Craig Topper
· 8 years ago
5f19b90
Move ArchSpec to the Utility module
by Pavel Labath
· 8 years ago
68e4423
[Expression parser] Setting to enable use of ExternalASTMerger
by Sean Callanan
· 8 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
573ab90
Move StringList from Core -> Utility.
by Zachary Turner
· 9 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 9 years ago
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
6302bf6
Clean up debug logging
by Pavel Labath
· 9 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 9 years ago
5c79313
NFC. Remove unused header include.
by Chris Bieneman
· 9 years ago
c156427
Don't allow direct access to StreamString's internal buffer.
by Zachary Turner
· 9 years ago
e2411fa
Make DiagnosticsManager functions take StringRefs.
by Zachary Turner
· 9 years ago
2256215
Don't access the process in expressions w/o checking that the process exists.
by Jim Ingham
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
3a878af
Fixed the location of a conditional to make the following code clearer.
by Sean Callanan
· 9 years ago
8a33f61
The error stream in IRForTarget is never null, so use it instead of the log.
by Sean Callanan
· 9 years ago
950e4ce
Fixed a bad lldbassert() condition.
by Sean Callanan
· 9 years ago
fc670cf
Don't crash when trying to capture persistent variables in a block.
by Sean Callanan
· 9 years ago
9d48422
Allow runtimes to execute custom LLVM ModulePasses over the expression IR
by Luke Drummond
· 9 years ago
15cb0bd
[LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.
by Renato Golin
· 9 years ago
d589a75
Remove unused variable
by Ed Maste
· 9 years ago
adc1abe
[LLDB][MIPS] Provide ABI string to compiler for appropriate code generation for MIPS
by Sagar Thakur
· 9 years ago
0d6a90d
Expressions can run without a process.
by Jim Ingham
· 10 years ago
6ce88f8
Fix warning in ClangExpressionParser
by Pavel Labath
· 10 years ago
ed96370
Removed LoggingDiagnosticConsumer, an unused class.
by Sean Callanan
· 10 years ago
09ff326
Fix now-ambiguous references to Error.
by Lang Hames
· 10 years ago
a1e541b
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "." for "->".)
by Jim Ingham
· 10 years ago
c9a078a
Ignore global constructor warning in clang.
by Greg Clayton
· 10 years ago
00294b3
Backend support for top-level Clang epxressions
by Sean Callanan
· 10 years ago
bd4dc69
Collect IRExecutionUnits as part of persistent expression state.
by Sean Callanan
· 10 years ago
579e70c
Add a DiagnosticManager replace error streams in the expression parser.
by Sean Callanan
· 10 years ago
7648dd3
Revert "Track expression language from one place in ClangExpressionParser"
by Ewan Crawford
· 10 years ago
6dc9db5
Track expression language from one place in ClangExpressionParser
by Ewan Crawford
· 10 years ago
Next »