summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-11-26 21:47:00 (GMT)
committerBrad King <brad.king@kitware.com>2016-12-14 14:40:33 (GMT)
commitc5df1f165c7f8f1e31e3144d326c6836af2e678d (patch)
tree58a84dbb41717eb7f49c1ae746b39ed5db37ca26 /Source/.gitattributes
parent1dd3e21a54f684df876da6d778ed04535ebf10ee (diff)
downloadCMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.zip
CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.gz
CMake-c5df1f165c7f8f1e31e3144d326c6836af2e678d.tar.bz2
Regenerate lexer source code
Revise the manual procedure in the `*Lexer.in.l` files. Some of our post-processing steps are no longer necessary with the current set of supported compilers. Some steps changed with newer versions of flex. Then regenerate all lexers with flex version 2.6.1.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r--Source/.gitattributes12
1 files changed, 9 insertions, 3 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes
index e9e35bd..dbd6382 100644
--- a/Source/.gitattributes
+++ b/Source/.gitattributes
@@ -1,4 +1,10 @@
# Preserve indentation style in generated code.
-cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab
-cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
-cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
+cmCommandArgumentLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
+cmCommandArgumentLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
+cmDependsJavaLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
+cmDependsJavaLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
+cmExprLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
+cmExprLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
+cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
+cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab
+cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab