summaryrefslogtreecommitdiffstats
path: root/unittests/Tooling
Commit message (Expand)AuthorAgeFilesLines
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+69
* clangFrontend depends on clangEdit.Benjamin Kramer2012-04-041-2/+2
* Adds a tooling library.Manuel Klimek2012-04-043-0/+353
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-023-2025/+0
* Fix broken test on windows. To get operator new working, we need size_t, for ...Manuel Klimek2011-06-011-4/+6
* This patch implements an AST matching framework that allows to writeManuel Klimek2011-05-311-0/+1602
* Adds a test for the command line parser when a quoted string is not closed by...Manuel Klimek2011-05-021-0/+14
* This is the next step in building the standalone tools infrastructure:Manuel Klimek2011-04-272-0/+316
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-211-0/+91