summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Dont break between (( in __attribute__((.Daniel Jasper2013-02-281-1/+4
* No spaces around pointers to members.Daniel Jasper2013-02-281-2/+5
* Fix spacing after binary operator as macro parameter.Daniel Jasper2013-02-281-1/+2
* Fix formatting of multiplications in array subscripts.Daniel Jasper2013-02-271-0/+3
* Fix bad line break decision.Daniel Jasper2013-02-261-3/+3
* In range-based for-loops, prefer splitting after ":".Daniel Jasper2013-02-261-1/+1
* Only keep empty lines in unwrapped lines if they preceed a line comment.Daniel Jasper2013-02-261-2/+0
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-32/+20
* Better formatting of conditional expressions.Daniel Jasper2013-02-231-8/+24
* Don't recognize unnamed pointer parameters as casts.Daniel Jasper2013-02-231-1/+2
* Allow splitting between string literals and identifiers.Daniel Jasper2013-02-231-0/+6
* Remove accidentally introduced no-op line.Daniel Jasper2013-02-211-1/+0
* Consistently put {} onto the same line for empty functions.Daniel Jasper2013-02-211-2/+2
* Allow breaking between type and name in for loops.Daniel Jasper2013-02-211-3/+10
* Don't remove blank lines within unwrapped lines.Daniel Jasper2013-02-201-1/+3
* Add missing clang-format null pointer check..Daniel Jasper2013-02-191-1/+2
* Correctly format macro with unfinished template declaration.Daniel Jasper2013-02-191-1/+2
* Improve indentation of builder type calls.Daniel Jasper2013-02-181-2/+1
* Improve formatting of builder-type calls.Daniel Jasper2013-02-181-1/+1
* Correctly determine */& usage in more cases.Daniel Jasper2013-02-181-0/+8
* Use the correct type to hold enumeration valuesDmitri Gribenko2013-02-161-2/+2
* Recognize < and > as binary expressions in builder-type calls.Daniel Jasper2013-02-151-3/+5
* Done break between 'operator' and '<<'.Daniel Jasper2013-02-151-1/+1
* Fix counting of parameters so that r175162 works as expected.Daniel Jasper2013-02-141-8/+11
* Reduce penalty for breaking before ./-> after complex calls.Daniel Jasper2013-02-141-5/+6
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-2/+9
* Allow breaking after the return type in function declarations.Daniel Jasper2013-02-131-1/+3
* Formatter: Refactor the cast detection code to be a bit more readable.Nico Weber2013-02-131-9/+10
* Formatter: Detect ObjC method expressions after casts.Nico Weber2013-02-131-1/+1
* Replace 'signed' with 'int'. 'signed' is not typical for LLVM styleDmitri Gribenko2013-02-121-1/+1
* Fixing the MSVC compiler warning a different way; removed use of static_cast ...Aaron Ballman2013-02-121-2/+2
* Removing a signed/unsigned mismatch warning triggered in MSVC 11.Aaron Ballman2013-02-121-1/+1
* Formatter: Correctly format stars in `sizeof(int**)` and similar places.Nico Weber2013-02-121-14/+20
* Formatter: Detect ObjC message expressions after 'in' in loopNico Weber2013-02-111-3/+11
* Fix invalid formatting with spaces before trailing comments.Daniel Jasper2013-02-111-3/+7
* Fix formatting of overloaded operator definitions.Daniel Jasper2013-02-111-16/+12
* Formatter: Remove now-unneeded code for formatting ':'s in ObjC method decls.Nico Weber2013-02-101-21/+0
* Formatter: Detect ObjC array literals.Nico Weber2013-02-101-4/+11
* Fix handling of fake parenthesis during formatting.Daniel Jasper2013-02-081-1/+1
* Implement a tiny expression parser to improve formatting decisions.Daniel Jasper2013-02-081-6/+90
* clang-format: Don't put useless space in f( ::g()).Daniel Jasper2013-02-071-1/+2
* Become a little smarter with formatting long chains of pipes.Daniel Jasper2013-02-061-1/+9
* Formatter: Correctly detect ObjC message expressions preceded by a comment.Nico Weber2013-02-061-11/+14
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-061-42/+51
* Fix an issue with the formatting of stars in default values.Daniel Jasper2013-02-061-1/+1
* Handle nested ObjC calls.Daniel Jasper2013-02-061-83/+88
* Formatter: No space after & and * in front of ObjC message expressions.Nico Weber2013-02-061-6/+10
* Formatter: Detect ObjC method expressions after unary operators.Nico Weber2013-02-051-6/+20
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-16/+34
* Fix formatting regression introduced by r174307.Daniel Jasper2013-02-051-0/+2
OpenPOWER on IntegriCloud