Logo
Explore Help
Sign In
shylie/llvm-project
1
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
Daniel Jasper a3501d4b81 Improve detection of trailing return types.
Trailing return types can only occur in declaration contexts.

Before:
  void f() { auto a = b -> c(); }

After:
  void f() { auto a = b->c(); }

llvm-svn: 186087
2013-07-11 14:33:06 +00:00
..
BreakableToken.cpp
Reformat clang-format's source files after r185822 and others.
2013-07-08 14:34:09 +00:00
BreakableToken.h
Reformat clang-format's source files after r185822 and others.
2013-07-08 14:34:09 +00:00
CMakeLists.txt
Unified token breaking logic for strings and block comments.
2013-04-15 14:28:00 +00:00
Encoding.h
Reformat clang-format's source files after r185822 and others.
2013-07-08 14:34:09 +00:00
Format.cpp
Fix indentation problem for comments in call chains
2013-07-11 13:48:16 +00:00
FormatToken.h
Add experimental flag for adaptive parameter bin-packing.
2013-07-10 14:02:49 +00:00
Makefile
…
TokenAnnotator.cpp
Improve detection of trailing return types.
2013-07-11 14:33:06 +00:00
TokenAnnotator.h
UTF-8 support for clang-format.
2013-06-05 14:09:10 +00:00
UnwrappedLineParser.cpp
Fix alignment of closing brace in braced initializers.
2013-07-09 09:06:29 +00:00
UnwrappedLineParser.h
Fix alignment of closing brace in braced initializers.
2013-07-09 09:06:29 +00:00
WhitespaceManager.cpp
Reformat clang-format's source files after r185822 and others.
2013-07-08 14:34:09 +00:00
WhitespaceManager.h
Reformat clang-format's source files after r185822 and others.
2013-07-08 14:34:09 +00:00
Powered by Gitea Version: 1.23.1 Page: 1042ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API