aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-123.2 release branch r167713release_32Pawel Wodnicki
2012-11-05Following the example from loop-convert tests, simplifying the remove-cstr-ca...Manuel Klimek
2012-10-10Remove a trailing blank line, test commit.NAKAMURA Takumi
2012-09-12Fix typo in a comment in lit.cfgDavid Blaikie
2012-09-04Make lit.cfg like the other lit.cfgs so it can be run standalone.David Blaikie
2012-09-01Update Makefiles to reflect split of clangRewrite.a into two libraries.Ted Kremenek
2012-08-31Add loop-convert to the Make build.David Blaikie
2012-08-31Fix tests to be more robust (to older versions of grep, lesser lit-like test ...David Blaikie
2012-08-24loop-convert, a C++11 for loop modernizerSam Panzer
2012-08-24Reverted to correct commit this time.Sam Panzer
2012-08-24Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer
2012-08-24Slight refactoringSam Panzer
2012-08-24Fixes according to code review commentsSam Panzer
2012-08-24For Loop ConversionSam Panzer
2012-08-24Change AST matcher names to conform with the new naming.Daniel Jasper
2012-08-21Make Mr. Pedantic happy by fixing banner to be exactly 80 columnsMarshall Clow
2012-08-16Fixed some renaming detritus in the comments, and an unused variable warning....Marshall Clow
2012-08-14Rename directory from 'toolTemplate' to 'tool-template'Marshall Clow
2012-08-14Added a tool template to make creating new tools simplerMarshall Clow
2012-08-09Use parallel dirs here, there shouldn't be cross-tool dependenciesChandler Carruth
2012-08-09Fix the order of the link arguments for this tool. I think there isChandler Carruth
2012-08-08Fix up the makefiles in the tools repo, and add a top-level makefileChandler Carruth
2012-08-08Add a copy of the LLVM license here so that even a stand-alone checkoutChandler Carruth
2012-08-08Replace the stub README with a proper one based on Clang's.Chandler Carruth
2012-08-07Added code to let the user specify a compilation database on the command lineMarshall Clow
2012-08-07Add a root CMakeLists.txt and fix up all the test build stuff.Chandler Carruth
2012-08-07Copy some of the testing infrastructure from the primary Clang repository intoChandler Carruth
2012-08-07Copy the existing regression test for remove-cstr-calls from the tooling branchChandler Carruth
2012-08-07Make some directories for the tool-specific regression tests in the newChandler Carruth
2012-08-07Fix compilation with mainline AST matchers.Chandler Carruth
2012-08-07Put it in the correct place within the repository.Chandler Carruth
2012-08-07Initial check-in of a skeleton of the future clang-tools-extra repository.Chandler Carruth