aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2014-04-28clang-format: Improve binary operator detection.Daniel Jasper
2014-04-28clang-format: Fixes spaces in case statements.Daniel Jasper
2014-04-28clang-format: Don't wrap after @interface.Daniel Jasper
2014-04-27clang-format: Fix bug when aligning trailing /**/-comments in macros.Daniel Jasper
2014-04-25Push unique_ptr ownership of ASTUnits further back into their factories.David Blaikie
2014-04-25Improve ownership of ASTUnits in libTooling by using std::unique_ptr.David Blaikie
2014-04-25fix a test-only leak found by lsan, PR19521Kostya Serebryany
2014-04-24Fix a tiny test-only leak, found by LSan.Nico Weber
2014-04-24Fix two leaks found by LSan (one is test-only).Nico Weber
2014-04-24Fix two test-only leaks found by LSan.Nico Weber
2014-04-24Fix four more test-only leaks found by LSan.Nico Weber
2014-04-24Fix 3 test-only leaks found by LSan.Nico Weber
2014-04-23Quick fix for layering that broke shared library build.John Thompson
2014-04-23Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-17Fix alignment of trailing block comments.Alexander Kornienko
2014-04-17clang-format: Respect BinPackParameters in Cpp11BracedListStyle.Daniel Jasper
2014-04-17When writing YAML in libclang, use yaml::escape instead of write_escapedBen Langmuir
2014-04-16clang-format: Add special case to reduce indentaiton in streams.Daniel Jasper
2014-04-15Fix assertion when breaking string literals with tab characters.Alexander Kornienko
2014-04-15clang-format: Understand proto text format without commas.Daniel Jasper
2014-04-15xDaniel Jasper
2014-04-15clang-format: Basic support for C++1y.Daniel Jasper
2014-04-14Add support for named values in the parser.Samuel Benzaquen
2014-04-14clang-format: Fix regression caused by r206165.Daniel Jasper
2014-04-14clang-format: Fix incorrect &&-detection in macros.Daniel Jasper
2014-04-14clang-format: Improve array literal formatting fix in r206161.Daniel Jasper
2014-04-14clang-format: With ColumnLimit=0, keep short array literals on a line.Daniel Jasper
2014-04-14clang-format: Don't allow hanging indentation for operators on new linesDaniel Jasper
2014-04-14Format code around VCS conflict markers.Manuel Klimek
2014-04-14clang-format: Improve formatting of annotated variables.Daniel Jasper
2014-04-10clang-format: Fix false positive in braced list detection in protos.Daniel Jasper
2014-04-09clang-format: Treat a trailing comment like a trailing comma in braced lists.Daniel Jasper
2014-04-09clang-format: Fix bug where clang-format would break the code.Daniel Jasper
2014-04-09clang-format: Improve format of calls with several lambdas.Daniel Jasper
2014-04-09clang-format: Allow breaking between trailing annotations in more cases.Daniel Jasper
2014-04-09clang-format: Keep more trailing annotations on the same line.Daniel Jasper
2014-04-09clang-format: Recognize lists ending in trailing commas correctly.Daniel Jasper
2014-04-08clang-format: Fix incorrect multi-block-parameter computation.Daniel Jasper
2014-04-08clang-format: Correctly understand arrays of pointers.Daniel Jasper
2014-04-08clang-format: Extend AllowShortFunctions.. to only merge inline functions.Daniel Jasper
2014-04-04clang-format: Don't merge simple blocks in case statements.Daniel Jasper
2014-04-03Revert "Add support for named values in the parser."Samuel Benzaquen
2014-04-03clang-format: Prefer an additional line-break over hanging indent.Daniel Jasper
2014-04-03clang-format: Understand that "auto" is a type.Daniel Jasper
2014-04-02Add matcher for ExprWithCleanups.Samuel Benzaquen
2014-04-02Add support for named values in the parser.Samuel Benzaquen
2014-04-02Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie
2014-04-01Fixing the MSVC 2012 build bot, which cannot do initializer lists yet. Amends...Aaron Ballman
2014-04-01clang-format: Support configurable list of foreach-macros.Daniel Jasper