summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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