hanchenye-llvm-project/clang/lib/Format
Daniel Jasper dd9276e464 Better fix for r177725.
It turns out that

-foo;

can be an objective C method declaration. So instead of the previous
solution, recognize objective C methods only if we are in a declaration
scope.

llvm-svn: 177740
2013-03-22 16:55:40 +00:00
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Align comments to surrounding unformatted comments. 2013-03-22 16:25:51 +00:00
Makefile
TokenAnnotator.cpp Better fix for r177725. 2013-03-22 16:55:40 +00:00
TokenAnnotator.h Basic support for formatting asm() statments. 2013-03-14 13:45:21 +00:00
UnwrappedLineParser.cpp Better fix for r177725. 2013-03-22 16:55:40 +00:00
UnwrappedLineParser.h Format a line if a range in its leading whitespace was selected. 2013-03-04 13:43:19 +00:00