]> granicus.if.org Git - clang/history - unittests
clang-cl: Make the driver parse all(?) msvc flags
[clang] / unittests /
2013-11-13 Alexander KornienkoCorrectly mark first token in the presence of UTF-8...
2013-11-13 NAKAMURA Takumiunittests/Tooling/ToolingTest.cpp: Suppress new tests...
2013-11-12 Manuel KlimekAdd test for injecting diagnostic consumers into a...
2013-11-12 Alexander KornienkoRemove extra whitespace instead of breaking the line...
2013-11-12 Alexander KornienkoDo not insert backslashes, when breaking line comments...
2013-11-09 Daniel Jasperclang-format: Fix alignment of ObjC string literals.
2013-11-08 Daniel Jasperclang-format: Improve clang-format's detection about...
2013-11-08 Daniel Jasperclang-format: Improve formatting of operators forced...
2013-11-08 Daniel Jasperclang-format: Don't auto-break short macros in WebKit...
2013-11-08 Daniel Jasperclang-format: Improve linebreaking and indentation...
2013-11-08 Daniel Jasperclang-format: Properly indent ObjC calls wrapped before...
2013-11-08 Daniel Jasperclang-format: Make breaking before ternary operators...
2013-11-07 Manuel Klimek Adds the ability to inject a DiagnosticConsumer into...
2013-11-07 Peter CollingbourneIntroduce MatchFinder::matchAST.
2013-11-07 Peter CollingbourneRe-introduce MatchFinder::addDynamicMatcher.
2013-11-07 Daniel Jasperclang-format: Improve binary operator detection in...
2013-11-07 Daniel Jasperclang-format: Improve ObjC variadic and binary expressi...
2013-11-07 Daniel Jasperclang-format: Improve formatting of constructor initial...
2013-11-07 Daniel Jasperclang-format: Remove old hack that mainly made incorrec...
2013-11-07 Daniel Jasperclang-format: Fix corner case for brace alignment.
2013-11-06 Peter CollingbourneDisable a tooling test on Windows.
2013-11-06 Peter CollingbourneIntroduce ClangTool::buildASTs, and buildASTFromCode.
2013-11-06 Peter CollingbourneIntroduce DynTypedNode::print, dump and getSourceRange.
2013-11-06 Peter CollingbourneIntroduce BoundNodes::getMap.
2013-11-05 Daniel Jasperclang-format: Allow line merging and partial formatting...
2013-10-30 Daniel Jasperclang-format: Fix indenting corner case with comment...
2013-10-30 Daniel Jasperclang-format: Fix whitespaces in include directives.
2013-10-30 Daniel Jasperclang-format: fix for \r\r\n produced in multiline...
2013-10-29 Daniel Jasperclang-format: Option to control spacing in template...
2013-10-29 Samuel BenzaquenResubmit "Refactor DynTypedMatcher into a value type...
2013-10-29 Daniel Jasperclang-format: Fix overloaded operator for global-scoped...
2013-10-26 Daniel Jasperclang-format: Fix ObjC method exprs with variadic param...
2013-10-25 Daniel Jasperclang-format: Adapt line break penalties for LLVM style.
2013-10-24 Daniel Jasperclang-format: Properly reset nested AnnotatedLine struc...
2013-10-24 Daniel Jasperclang-format: Be more conservative about column layout...
2013-10-24 Daniel Jasperclang-format: Cleanup array initializer and dict initia...
2013-10-24 Manuel KlimekUse the same SourceManager for ModuleMaps and compilations.
2013-10-22 Daniel Jasperclang-format: Fix ObjC literal indentation in Google...
2013-10-22 Daniel Jasperclang-format: Improve formatting of ObjC array literals.
2013-10-22 Manuel KlimekRemove incorrect assert.
2013-10-21 Reid KlecknerRevert "Refactor DynTypedMatcher into a value type...
2013-10-21 Samuel BenzaquenRefactor DynTypedMatcher into a value type class, just...
2013-10-21 Manuel KlimekFixes PR17617: Crash on joining short if statements.
2013-10-20 Daniel Jasperclang-format: Better understand Lambda poarameters.
2013-10-20 Daniel Jasperclang-format: Fix formatting of nested blocks after...
2013-10-20 Daniel Jasperclang-format: Support case ranges.
2013-10-20 Daniel Jasperclang-format: Improve formatting of ObjC dict literals.
2013-10-18 Ariel J. BernalReverted r192992 broke windows and freebsd builds.
2013-10-18 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-18 Daniel Jasperclang-format: Be more aggressive on incorrect code.
2013-10-18 Daniel Jasperclang-format: Don't force linebreak between return...
2013-10-18 Daniel JasperMake clang-format slightly more willing to break before...
2013-10-18 Daniel Jasperclang-format: Improve formatting of templated builder...
2013-10-18 Daniel Jasperclang-format: Make continuation indent width configurable.
2013-10-14 Alexey SamsonovFix use-after-free in PPCallbacksTest detected by ASan...
2013-10-14 Alexander KornienkoKeep track of indentation levels in static initializers...
2013-10-12 Manuel KlimekAutomatically munch semicolons after blocks.
2013-10-12 Daniel Jasperclang-format: Fix assertion on unterminated #ifs.
2013-10-12 Pekka JaaskelainenCallback support for OpenCL extension pragmas.
2013-10-12 Daniel Jasperclang-format: No space in "<::" in C++11 mode.
2013-10-11 Alexander KornienkoDon't break string literals inside preprocessor directives.
2013-10-11 Manuel KlimekSupport formatting of preprocessor branches.
2013-10-11 Daniel Jasperclang-format: Don't remove 'unknown' tokens.
2013-10-10 Alexander KornienkoCorrectly detect colon in bit fields. Fixes PR17333.
2013-10-09 Ariel J. BernalRevert commit r192299 until find a way to account for...
2013-10-09 Ariel J. BernalThis patch fixes replacements that are not applied...
2013-10-09 Daniel Jasperclang-format: Fix template declaration line breaking...
2013-10-08 Daniel Jasperclang-format: Improve indentation when deriving from...
2013-10-08 Daniel Jasperclang-format: Improve constructor initializer linewrapping.
2013-10-07 Manuel KlimekFix incorrect detection of class definitions with align...
2013-10-06 Daniel Jasperclang-format: Remove empty lines after visibility modif...
2013-09-30 Daniel Jasperclang-format: Improve alignment after 'return'.
2013-09-29 Daniel Jasperclang-format: Fix assertion on incomplete string literals.
2013-09-27 Alexander KornienkoAdded a comment and another test for the UT_ForIndentat...
2013-09-27 Alexander KornienkoImplemented tab usage only for indentation (http:/...
2013-09-27 Alexander KornienkoCorrectly indent with tabs when whitespace starts from...
2013-09-27 Daniel Jasperclang-format: Improve formatting of functions with...
2013-09-27 Daniel Jasperclang-format: Fix formatting bug with comment in weird...
2013-09-25 Daniel Jasperclang-format: Option to removing the space before assig...
2013-09-21 Daniel Jasperclang-format: Improve address-of-operator detection
2013-09-17 Daniel Jasperclang-format: Don't accidentally move tokens into prepr...
2013-09-17 Daniel Jasperclang-format: Add comment to tests explaining their...
2013-09-17 Daniel Jasperclang-format: Fix line breaking bug after empty ifs.
2013-09-17 Daniel Jasperclang-format: Don't split a >>-operator.
2013-09-16 Alexander KornienkoWhen in pre-c++11 mode, treat _T("xxx") as a single...
2013-09-14 Daniel Jasperclang-format: Fix bug in style option AlwaysBreakTempla...
2013-09-13 Daniel Jasperclang-format: Detect braced lists in subscript expressions.
2013-09-13 Daniel Jasperclang-format: Fix incorrect enum parsing / layouting.
2013-09-12 Michael HanAdd a test case to test RAV visits parameters of implic...
2013-09-11 Daniel Jasperclang-format: Fix bug in pointer detection
2013-09-11 Michael HanTeach RAV to visit parameter variable declarations...
2013-09-11 Alexander KornienkoSupport for CR LF newlines.
2013-09-11 Rui UeyamaDo not quote YAML plain string myself. Let YAMLIO do...
2013-09-10 Alexander KornienkoDon't divide L and #x in macro definitions. Fixes http...
2013-09-10 Alexander KornienkoCorrectly calculate OriginalColumn after multi-line...
2013-09-10 Daniel Jasperclang-format: Understand function type typedefs with...
2013-09-10 Alexander KornienkoCalculate and store ColumnWidth instead of CodePointCou...
2013-09-08 Daniel Jasperclang-format: Keep empty lines and format 1-line nested...
2013-09-07 Enea ZaffanellaFix missing source location in CXXTemporaryObjectExpr...
2013-09-06 Daniel Jasperclang-format: Fix regression introduced by r190038.
next