llvm-project/clang/lib/Format
Daniel Jasper 8a68b95d9e Fix incorrect cast identification.
Before: int a = sizeof(int *)+ b;"
After:  int a = sizeof(int *) + b;
llvm-svn: 176957
2013-03-13 17:13:53 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Fix comment indentation before labels. 2013-03-13 15:53:12 +00:00
Makefile
TokenAnnotator.cpp Fix incorrect cast identification. 2013-03-13 17:13:53 +00:00
TokenAnnotator.h Added AnnotatedToken::isOneOf + a few other refactorings 2013-03-13 14:41:29 +00:00
UnwrappedLineParser.cpp Remove whitespace at end of file. 2013-03-01 18:11:39 +00:00
UnwrappedLineParser.h Format a line if a range in its leading whitespace was selected. 2013-03-04 13:43:19 +00:00