summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-4/+12
* [analyzer] Reland r299544 "Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-062-2/+113
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-0/+13
* Revert "[analyzer] Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-052-113/+2
* [analyzer] Add a modular constraint system to the CloneDetectorArtem Dergachev2017-04-052-2/+113
* clang-format: [JS] fix whitespace around "of" operator.Martin Probst2017-04-051-0/+2
* [clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre2017-04-041-0/+15
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-0/+2
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-11/+12
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-430/+0
* Revert "Try to unbreak buildbots after r298913."Juergen Ributzka2017-03-291-20/+28
* Try to unbreak buildbots after r298913.Eric Liu2017-03-281-28/+20
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+430
* [ASTMatchers] add typeAliasTemplateDecl matcher.Eric Liu2017-03-281-0/+16
* FileManager: mark virtual file entries as valid entriesErik Verbruggen2017-03-281-2/+50
* Fix issues in clang-format's AlignConsecutive modes.Nikola Smiljanic2017-03-231-5/+82
* Modules: Remove an invalid check in unit tests for r298278Duncan P. N. Exon Smith2017-03-211-1/+0
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-206-7/+115
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-186-114/+7
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-176-7/+114
* [clang-format] disable adding extra space after MSVC '__super' keywordMartin Probst2017-03-161-0/+4
* clang-format: Fix bug in wrapping behavior of operators.Daniel Jasper2017-03-161-0/+3
* Add AST matchers for ObjCProtocolDecl, ObjCCategoryDecl, ObjCMethodDecl, ObjC...Aaron Ballman2017-03-152-13/+65
* Add more debugging code for the SystemZ bot.Juergen Ributzka2017-03-141-12/+24
* clang-format: Make it very slighly more expensive to wrap between "= {".Daniel Jasper2017-03-141-0/+7
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-141-0/+90
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-0/+7
* clang-format: [JS] allow breaking after non-null assertions.Martin Probst2017-03-131-0/+6
* clang-format: [JS] do not wrap after interface and type.Martin Probst2017-03-131-0/+14
* Revert "Reapply [VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-111-75/+0
* Adding debug output to investigate systemz bot issue.Juergen Ributzka2017-03-111-0/+1
* Reapply [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+74
* Revert r297510 "[VFS] Ignore broken symlinks in the directory iterator."Juergen Ributzka2017-03-101-83/+0
* [VFS] Ignore broken symlinks in the directory iterator.Juergen Ributzka2017-03-101-0/+83
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+12
* Add missing implementation for AtomicChange::replace(...)Eric Liu2017-03-081-2/+20
* [clang-format] Look at NoLineBreak and NoLineBreakInOperand before breakProtr...Krasimir Georgiev2017-03-081-2/+87
* clang-format: Get slightly better at understanding */&.Daniel Jasper2017-03-081-0/+1
* [clang-format] Enable comment reflowing in multiline comments containing pragmasKrasimir Georgiev2017-03-081-1/+21
* [clang-format] Followup of D30646 - unbreak the buildAndi-Bogdan Postelnicu2017-03-071-2/+2
* [clang-format] Fixed indent issue when adding a comment at the end of a retur...Andi-Bogdan Postelnicu2017-03-071-0/+5
* [clang-format] Support namespaces ending in semicolonKrasimir Georgiev2017-03-071-1/+84
* [analyzer] Fix crash when building CFG with variable of incomplete typeMartin Bohme2017-03-071-1/+13
* [clang-format] Add tests for ambiguous namespaces to the comment fixerKrasimir Georgiev2017-03-061-0/+80
* [clang-format] Make NamespaceEndCommentFixer add at most one commentKrasimir Georgiev2017-03-061-0/+18
* [clang-format] Use number of unwrapped lines for short namespaceKrasimir Georgiev2017-03-022-14/+57
* clang-format: [JS] Properly format object literals with shorthands.Daniel Jasper2017-03-011-0/+5
* clang-format: [JS/TS] Properly understand cast expressions.Daniel Jasper2017-03-011-0/+3
* [clang-format] Don't add namespace end comments for unbalanced right braces a...Krasimir Georgiev2017-03-011-0/+12
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-21/+45