summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-214-8/+11
* libclang: Give each VirtualFileOverlay unit test its own nameJustin Bogner2014-05-201-173/+176
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-0/+51
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-201-1/+5
* [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.Richard Smith2014-05-191-3/+4
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-191-8/+21
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-191-0/+5
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-191-0/+2
* [ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.Joey Gouly2014-05-161-0/+3
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-162-2/+2
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-161-2/+2
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-141-0/+41
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-131-0/+6
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-121-0/+3
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-091-0/+1
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-082-16/+72
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-081-0/+7
* clang-format: Fix binary operator detection before lambdas.Daniel Jasper2014-05-081-0/+1
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-081-0/+2
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-0/+70
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-082-2/+47
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-071-0/+5
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-071-0/+17
* clang-format: Fix bad space before braced initializer.Daniel Jasper2014-05-071-0/+1
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-061-0/+7
* Fixed one issue with castingDinesh Dwivedi2014-05-061-0/+2
* clang-format: Understand functions with decltype return type.Daniel Jasper2014-05-051-0/+2
* Added some heuristics to identify c style castingDinesh Dwivedi2014-05-051-7/+12
* clang-format: Improve understanding of decltype.Daniel Jasper2014-05-051-0/+3
* Fix bug in clang-format while merging short functionDinesh Dwivedi2014-05-051-0/+90
* clang-format: Fix import statements with ColumnLimit: 0Daniel Jasper2014-05-051-0/+5
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-031-2/+4
* Fixes issue with Allman BreakBeforeBraces for Objective C @interfaceDinesh Dwivedi2014-05-021-0/+16
* Reformat code following Preprocessor constructor updatesAlp Toker2014-05-024-22/+20
* Factor TargetInfo pointer/DelayInitialization bool pair out of Preprocessor ctorAlp Toker2014-05-024-21/+19
* clang-format: Don't bin-pack text-proto-formatted options.Daniel Jasper2014-04-291-0/+4
* clang-format: Allow single-line function in WebKit style.Daniel Jasper2014-04-291-0/+3
* clang-format: Improve binary operator detection.Daniel Jasper2014-04-281-0/+1
* clang-format: Fixes spaces in case statements.Daniel Jasper2014-04-281-0/+4
* clang-format: Don't wrap after @interface.Daniel Jasper2014-04-281-0/+10
* clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper2014-04-271-0/+11
* Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie2014-04-251-2/+2
* Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie2014-04-251-5/+2
* fix a test-only leak found by lsan, PR19521Kostya Serebryany2014-04-251-0/+1
* Fix a tiny test-only leak, found by LSan.Nico Weber2014-04-241-8/+8
* Fix two leaks found by LSan (one is test-only).Nico Weber2014-04-241-1/+1
* Fix two test-only leaks found by LSan.Nico Weber2014-04-242-2/+6