summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-841/+798
* Fixed the location of a conditional to make the following code clearer.Sean Callanan2016-08-271-7/+7
* The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan2016-08-271-3/+2
* Fixed a bad lldbassert() condition.Sean Callanan2016-08-261-1/+1
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+1
* Allow runtimes to execute custom LLVM ModulePasses over the expression IRLuke Drummond2016-06-151-1/+35
* [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.Renato Golin2016-05-141-1/+1
* Remove unused variableEd Maste2016-05-131-2/+1
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-131-1/+30
* Expressions can run without a process.Jim Ingham2016-04-211-17/+30
* Fix warning in ClangExpressionParserPavel Labath2016-03-301-1/+1
* Removed LoggingDiagnosticConsumer, an unused class.Sean Callanan2016-03-251-50/+0
* Fix now-ambiguous references to Error.Lang Hames2016-03-251-5/+5
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-5/+115
* Ignore global constructor warning in clang.Greg Clayton2016-03-241-0/+4
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-25/+47
* Collect IRExecutionUnits as part of persistent expression state.Sean Callanan2016-03-211-0/+99
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-25/+93
* Revert "Track expression language from one place in ClangExpressionParser"Ewan Crawford2016-03-101-7/+9
* Track expression language from one place in ClangExpressionParserEwan Crawford2016-03-101-9/+7
* Update after r262737 in clang changed the accessor.James Y Knight2016-03-041-1/+1
* Improve readability and performance of ClangExpressionParser::FindFunctionInM...Aidan Dodds2016-02-251-5/+4
* refactor/cleanup ClangExpressionParser::ParseEwan Crawford2016-02-191-33/+20
* Delete unused function in ClangExpressionParserEwan Crawford2016-02-191-15/+0
* [LLDB][MIPS] Provide CPU string to compiler for appropriate code generation f...Bhushan D. Attarde2016-02-181-4/+14
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Centralized symbol lookup in IRExecutionUnit, and fixed the code model.Sean Callanan2016-02-121-0/+12
* Add ability to override JIT expr compiler options.Aidan Dodds2016-02-031-25/+78
* Fix build after clang interface change in r259489Pavel Labath2016-02-021-3/+3
* Add IRExecutionUnitSP to lldb-forward and use it instead of hand-rolling in p...Jim Ingham2015-11-051-1/+1
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-33/+39
* Reduce header inclusion in Expression.Bruce Mitchener2015-10-071-0/+1
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+1
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-1/+2
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+649
OpenPOWER on IntegriCloud