Add --root flag used for deriving header guard CPP variable.

By default, the header guard CPP variable is calculated as the relative 
path to the directory that contains .git, .hg, or .svn. When this flag 
is specified, the relative path is calculated from the specified 
directory.

Patch by mazda@chromium.org
CR: https://codereview.appspot.com/8630045/
This commit is contained in:
erg@google.com
2013-04-16 21:06:32 +00:00
parent 5de56f3124
commit 4d70a88efd
3 changed files with 53 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
// A test header for cpplint_unittest.py.