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
Nico Weber
d5650bdc1a
Formatter: Add tests for try/catch. Let 'throw' start an expression.
...
Before: throw a *b; Now: throw a * b; llvm-svn: 171754
2013-01-07 16:36:17 +00:00
..
CMakeLists.txt
libclangFormat is not libclangTooling, but it depends on it.
2012-12-03 18:28:52 +00:00
Format.cpp
Formatter: Add tests for try/catch. Let 'throw' start an expression.
2013-01-07 16:36:17 +00:00
Makefile
libclangFormat is not libclangTooling, but it depends on it.
2012-12-03 18:28:52 +00:00
UnwrappedLineParser.cpp
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
2013-01-07 14:56:16 +00:00
UnwrappedLineParser.h
s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser.
2013-01-07 14:56:16 +00:00