This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
lib
/
Format
History
Manuel Klimek
a3ff45ebed
Fixes recovering from errors when parsing braced init lists.
...
Before we would build huge unwrapped lines which take a long time to optimze. llvm-svn: 179168
2013-04-10 09:52:05 +00:00
..
CMakeLists.txt
Move the token annotator into separate files.
2013-01-29 21:01:14 +00:00
Format.cpp
Fix labels with trailing comments and cleanup.
2013-04-10 09:49:49 +00:00
Makefile
libclangFormat is not libclangTooling, but it depends on it.
2012-12-03 18:28:52 +00:00
TokenAnnotator.cpp
Fix labels with trailing comments and cleanup.
2013-04-10 09:49:49 +00:00
TokenAnnotator.h
Fix labels with trailing comments and cleanup.
2013-04-10 09:49:49 +00:00
UnwrappedLineParser.cpp
Fixes recovering from errors when parsing braced init lists.
2013-04-10 09:52:05 +00:00
UnwrappedLineParser.h
Format a line if a range in its leading whitespace was selected.
2013-03-04 13:43:19 +00:00