[llvm-branch-commits] [cfe-branch] r146581 - /cfe/branches/tooling/

Chandler Carruth chandlerc at gmail.com
Wed Dec 14 11:39:18 PST 2011


Author: chandlerc
Date: Wed Dec 14 13:39:18 2011
New Revision: 146581

URL: http://llvm.org/viewvc/llvm-project?rev=146581&view=rev
Log:
Create a tooling branch where the AST matchers and tooling infrastructe can be
staged while it is being cleaned up and brought up the desired coding standards
for submission to mainline.

This branch may not build without some small patches to LLVM which are
currently under review. If you have questions about the code in the branch,
where its going, etc., feel free to ping myself or Manuel Klimek.

Added:
    cfe/branches/tooling/   (props changed)
      - copied from r146580, cfe/trunk/

Propchange: cfe/branches/tooling/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Dec 14 13:39:18 2011
@@ -0,0 +1,3 @@
+configure.out
+cscope.files
+cscope.out

Propchange: cfe/branches/tooling/
------------------------------------------------------------------------------
--- svn:mergeinfo (added)
+++ svn:mergeinfo Wed Dec 14 13:39:18 2011
@@ -0,0 +1,2 @@
+/cfe/branches/type-system-rewrite:134693-134817
+/cfe/trunk/test/SemaTemplate:126920





More information about the llvm-branch-commits mailing list