aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/CMakeLists.txt
AgeCommit message (Expand)Author
2018-06-04Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-30Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""Eric Liu
2018-05-30Reland "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-18Revert "Move #include manipulation code to new lib/Tooling/Inclusions."Eric Liu
2018-05-18Move #include manipulation code to new lib/Tooling/Inclusions.Eric Liu
2017-06-21[clang-format] Support sorting using declarationsKrasimir Georgiev
2017-02-27[clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev
2017-01-25[clang-format] Implement comment reflowing.Krasimir Georgiev
2016-10-19[clang-format] Add comment manipulation headerEric Liu
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst
2016-04-25Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu
2014-12-10clang-format: Factor out UnwrappedLineFormatter into a separate file.Daniel Jasper
2014-10-29Refactor libTooling to reduce required dependencies.Daniel Jasper
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2013-12-10[CMake] clang/lib: Prune redundant dependencies.NAKAMURA Takumi
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi
2013-08-22clang-format: Add column layout formatting for braced listsDaniel Jasper
2013-08-16Split UnwrappedLineFormatter into individual components.Daniel Jasper
2013-04-15Unified token breaking logic for strings and block comments.Alexander Kornienko
2013-01-29Move the token annotator into separate files.Daniel Jasper
2012-12-03libclangFormat is not libclangTooling, but it depends on it.Benjamin Kramer
2012-12-03Initial version of formatting library.Daniel Jasper