summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Formatter: parse and format inline namespaces like regular namespacesDmitri Gribenko2012-12-30
* Penalize tokens with a lower parenthesis level than the start of the line.Daniel Jasper2012-12-24
* Align RHS after assignments and return statements.Daniel Jasper2012-12-24
* Fix formatting over overloaded operators.Daniel Jasper2012-12-24
* Take operator precedence into account when splitting lines.Daniel Jasper2012-12-24
* libFormat: Teach the *& usage heuristic that "return" starts a rhs too.Nico Weber2012-12-23
* Adding to FormatTest.cpp test for a very long ObjC methodFariborz Jahanian2012-12-21
* format: Handle #import as include directive too.Nico Weber2012-12-21
* clang-format: No spaces around directory specifiersDaniel Jasper2012-12-21
* Basic support for formatting for-loops.Daniel Jasper2012-12-21
* Formatting fixes for PR14680Daniel Jasper2012-12-21
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-20
* Provide couple of DeclPrint tests for my last patch.Fariborz Jahanian2012-12-20
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-19
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-18
* Better support for constructor initializers.Daniel Jasper2012-12-18
* Make the format scrambler understand line comments.Daniel Jasper2012-12-18
* Add basic support for splitting before function calls if it can't beDaniel Jasper2012-12-17
* Fix several formatting problems.Daniel Jasper2012-12-17
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-13
* Extend stat query APIs to explicitly specify if the query is forArgyrios Kyrtzidis2012-12-11
* PR14558: Compute triviality of special members (etc) at the end of the classRichard Smith2012-12-11
* Addi formatting tests for pointer template parameters.Daniel Jasper2012-12-10
* Clang-format: error recovery for access specifiersAlexander Kornienko2012-12-10
* Adding tests since when I was asked whether this works I wasn'tManuel Klimek2012-12-10
* Small tweaks to clang-format.Daniel Jasper2012-12-07
* Fixes Makefile for Format unit tests.Fariborz Jahanian2012-12-06
* Clang-format: IndentCaseLabels option, proper namespace handlingAlexander Kornienko2012-12-06
* Clang-format: detect unbalanced braces.Alexander Kornienko2012-12-06
* Implements multiple parents in the parent map.Manuel Klimek2012-12-06
* Improve clang-format's handling of unary operators.Daniel Jasper2012-12-06
* "<<" alignment for clang-format.Daniel Jasper2012-12-06
* In DeclPrint add printing of '= default'Fariborz Jahanian2012-12-05
* In DeclPrint add printing of 'explicit'Fariborz Jahanian2012-12-05
* fix comment.Fariborz Jahanian2012-12-05
* Testing C++ declarations embedded inFariborz Jahanian2012-12-05
* Clang-format: parse for and while loopsAlexander Kornienko2012-12-05
* Indentation fixes for clang-format.Daniel Jasper2012-12-05
* Small tweaks to automatic formatting.Daniel Jasper2012-12-05
* Error recovery part 2Alexander Kornienko2012-12-04
* Clang-format error recovery part 1Alexander Kornienko2012-12-04
* Enum formatting implementationAlexander Kornienko2012-12-04
* Fix spelling I ran over while proof-reading tests.Manuel Klimek2012-12-04
* Fixes crash in isDerivedFrom for recursive templates.Manuel Klimek2012-12-04
* Small fixes to unary operator recognition and handling of includeDaniel Jasper2012-12-04
* Add parameterCountIs() matcher.Daniel Jasper2012-12-04
* Replace workarounds with correct fixes.Daniel Jasper2012-12-04
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-04
* Sort the #include lines for unittests/...Chandler Carruth2012-12-04
* ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.NAKAMURA Takumi2012-12-04