llvm-project/clang/lib/Format
Daniel Jasper 2f34cacc3b Further fix to pointer to member formatting.
With style where the *s go with the type:
Before: typedef bool* (Class:: *Member)() const;
After:  typedef bool* (Class::*Member)() const;

llvm-svn: 181439
2013-05-08 15:06:58 +00:00
..
BreakableToken.cpp Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
BreakableToken.h Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Format.cpp Improve line breaking in binary expressions. 2013-05-08 14:12:04 +00:00
Makefile
TokenAnnotator.cpp Further fix to pointer to member formatting. 2013-05-08 15:06:58 +00:00
TokenAnnotator.h Fix formatting of pointers to members. 2013-05-08 14:58:20 +00:00
UnwrappedLineParser.cpp Revamps structural error detection / handling. 2013-04-12 14:13:36 +00:00
UnwrappedLineParser.h Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
WhitespaceManager.cpp Add option to align escaped newlines left. 2013-04-25 08:56:26 +00:00
WhitespaceManager.h Add option to align escaped newlines left. 2013-04-25 08:56:26 +00:00