summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnnotator.h
Commit message (Expand)AuthorAgeFilesLines
* Basic support for formatting asm() statments.Daniel Jasper2013-03-141-0/+1
* Added AnnotatedToken::isOneOf + a few other refactoringsAlexander Kornienko2013-03-131-0/+21
* Normal indent for last element of builder-type call.Daniel Jasper2013-03-011-1/+4
* Allow breaking between a type and name in variable declarations.Daniel Jasper2013-02-241-2/+5
* Fix counting of parameters so that r175162 works as expected.Daniel Jasper2013-02-141-1/+1
* Align superclasses for multiple inheritence.Daniel Jasper2013-02-141-0/+1
* Formatter: Detect ObjC message expressions after 'in' in loopNico Weber2013-02-111-2/+7
* Fix invalid formatting with spaces before trailing comments.Daniel Jasper2013-02-111-2/+2
* Fix formatting of overloaded operator definitions.Daniel Jasper2013-02-111-1/+1
* Formatter: Detect ObjC array literals.Nico Weber2013-02-101-1/+2
* 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-1/+7
* Optionally derive formatting information from the input file.Daniel Jasper2013-02-061-11/+11
* Initial support for formatting ObjC method declarations/calls.Daniel Jasper2013-02-051-1/+7
* Restructuring of token annotation for formatting.Daniel Jasper2013-02-041-39/+7
* Move the token annotator into separate files.Daniel Jasper2013-01-291-0/+228
OpenPOWER on IntegriCloud