]> granicus.if.org Git - clang/history - unittests
Avoid a crash after loading an #undef'd macro in code completion
[clang] / unittests /
2014-09-30 Daniel Jasperclang-format: [JS] Support AllowShortFunctionsOnASingle...
2014-09-29 NAKAMURA TakumiRevert r218616, "Refactor Matcher<T> and DynTypedMatche...
2014-09-29 Samuel BenzaquenRefactor Matcher<T> and DynTypedMatcher to reduce overh...
2014-09-29 Daniel Jasperclang-format: Fix GCC warning about implicit bool point...
2014-09-29 Daniel Jasperclang-format: [JS] Improve formatting of function liter...
2014-09-24 Nico Weberclang-format: Don't let -style=Chromium imply c++03...
2014-09-19 Daniel Jasperclang-format: [JS] add space before operator 'in'.
2014-09-19 Daniel Jasperclang-format: Prevent column layout if elements aren...
2014-09-19 Daniel Jasperclang-format: Undo r216377.
2014-09-16 Daniel Jasperclang-format: Allow unbroken ::: in inline assembly.
2014-09-16 Daniel Jasperclang-format: Restructure and add missing tests.
2014-09-15 Daniel Jasperclang-format: Basic support for Java.
2014-09-15 Daniel Jasperclang-format: Add option to break before non-assignment...
2014-09-12 Daniel Jasperclang-format: Improve line breaks at function calls.
2014-09-11 Roman KashitsynFix bug 20892 - clang-format does not handle C-style...
2014-09-10 Daniel Jasperclang-format: Add option to allow short case labels...
2014-09-10 Benjamin KramerRevert over-eager unique_ptr conversion.
2014-09-10 Craig TopperUnique_ptrify PPCallbacks ownership.
2014-09-09 Daniel Jasperclang-format: [JS] Support regex literals with trailing...
2014-09-09 Benjamin KramerTooling: Ignore file names in tooling::deduplicate.
2014-09-05 Daniel Jasperclang-format: [JS] Format embedded function literals...
2014-09-05 Daniel Jasperclang-format: [JS] JavaScript does not have the */...
2014-09-05 Daniel Jasperclang-format: [JS] Better support for empty function...
2014-09-05 Daniel Jasperclang-format: [JS] Fix indentation in dict literals.
2014-09-04 Daniel Jasperclang-format: [JS] Support alternative operator names...
2014-09-04 Daniel Jasperclang-format: [JS] Supprot "catch" as function name.
2014-09-04 Daniel Jasperclang-format: [JS] Support comments in dict literals.
2014-09-04 Manuel KlimekAdd matcher for linkage specification
2014-09-03 Benjamin KramerASTMatchers: Add a matcher to detect whether a decl...
2014-09-03 Daniel Jasperclang-format: Add an option 'SpaceAfterCStyleCast'.
2014-08-29 Daniel Jasperclang-format: Fix unary operator detection in corner...
2014-08-29 David Blaikieunique_ptrify SourceManager::createFileID
2014-08-27 David BlaikieOverload SourceManager::overrideFileContents so that...
2014-08-27 Rafael EspindolaUpdate for LLVM api change.
2014-08-27 Daniel Jasperclang-format: Fix regression in formatting of braced...
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Prune redundant libdeps.
2014-08-27 NAKAMURA Takumi[CMake] ClangCodeGenTests: Add Core. It's referenced...
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Reorder libdeps.
2014-08-27 NAKAMURA TakumiClangCodeGenTests: Quick fix to USEDLIBS. clangCodeGen...
2014-08-27 Julien LerougeFix missing component.
2014-08-26 Daniel Jasperclang-format: Don't butcher __asm blocks.
2014-08-26 Keno FischerAttempt to address cmake buildbot failure
2014-08-26 Keno FischerDon't segfault in EmitCXXGlobalInitFunc when main file...
2014-08-26 Aaron BallmanSwitching from std::vector to llvm::ArrayRef per post...
2014-08-26 Aaron BallmanSome versions of MSVC do not support initializer list...
2014-08-26 Daniel Jasperclang-format: New option SpacesInSquareBrackets.
2014-08-26 Daniel Jasperclang-format: Improve handling of block comments in...
2014-08-25 Will DietzASTVector: Fix return value of various insert() methods.
2014-08-25 Manuel KlimekAdd hasAttr matcher for declarations.
2014-08-25 Daniel Jasperclang-format: Understand sequenced casts.
2014-08-25 Daniel Jasperclang-format: Improve formatting of nested builder...
2014-08-17 Rafael EspindolaCreate a std::unique_ptr earlier.
2014-08-17 Rafael EspindolaConvert a few ownership comments with std::unique_ptr.
2014-08-15 Samuel BenzaquenAdd isDeleted() matcher for FunctionDecl nodes.
2014-08-15 Daniel Jasperclang-format: Prefer breaking after return type over...
2014-08-15 Daniel Jasperclang-format: [proto] Understand text-format nesting...
2014-08-14 Alexander KornienkoSplit a large unit-test, so that it doesn't exceed...
2014-08-14 Daniel Jasperclang-format: Fix AlwaysBreakAfterDefinitionReturnType...
2014-08-14 Daniel Jasperclang-format: Support chained dereferenced assignments.
2014-08-14 Daniel Jasperclang-format: Support breaking arguments of function...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-08-13 Manuel KlimekFix crasher bug in clang-format.
2014-08-13 Daniel Jasperclang-format: Format long lists in columns if without...
2014-08-13 Daniel Jasperclang-format: Understand #defines defining system includes.
2014-08-12 Samuel BenzaquenSupport named values in the autocomplete feature.
2014-08-12 Daniel Jasperclang-format: Avoid bad line break.
2014-08-11 David Blaikieunique_ptr-ify FileSystemStatCache::setNextStatCache
2014-08-11 Roman KashitsynFixes bug 20587 - Add K&R break before braces style
2014-08-10 David BlaikieRecommit 213307: unique_ptr-ify ownership of ASTConsume...
2014-08-08 Benjamin KramerAdd missing header guards.
2014-08-08 Daniel Jasperclang-format: Prefer not to put lambdas on a single...
2014-08-08 NAKAMURA Takumi[CMake] Upate libdeps in FrontendTests corresponding...
2014-08-07 Benjamin KramerFlip the order the preprocessor and frontendaction...
2014-08-06 Daniel Jasperclang-format: Correct SBPO_Always-behavior after functi...
2014-08-06 Daniel Jasperclang-format: Add special comments to disable formatting.
2014-08-06 Daniel Jasperclang-format: Fix indentation in multi-line placement...
2014-08-05 Chad Rosier[PR19983] SBPO_Always not covering all the cases.
2014-08-05 NAKAMURA TakumiASTMatchersTests/matchesConditionallyWithCuda: Add...
2014-08-05 Daniel Jasperclang-format: Add option to always break after a functi...
2014-08-05 Daniel Jasperclang-format: Break before 'else' in Stroustrup style.
2014-08-05 Manuel KlimekAdds AST matchers for matching CUDA declarations.
2014-08-04 Daniel Jasperclang-format: Understand parameter pack initialization.
2014-08-01 Daniel Jasperclang-format: Add a space in ObjC protocols.
2014-07-31 Fariborz JahanianObective-C. Patch to fix the incorrect ObjcMessageExpr...
2014-07-31 Manuel KlimekFix parsing of classes where the class name is an absol...
2014-07-30 Daniel Jasperclang-format: Understand 'typename' in placement new.
2014-07-28 Daniel Jasperclang-format: [proto] Improve formatting of text-proto...
2014-07-28 Daniel Jasperclang-format: Improve operator and template recognition.
2014-07-28 Daniel Jasperclang-format: Improve pointer/reference detection.
2014-07-28 Daniel Jasperclang-format: Fix unary operator recognition.
2014-07-28 Daniel Jasperclang-format: Fix formatting of lock annotations in...
2014-07-24 NAKAMURA Takumi[CMake] LexTests: Prune redundant libdep(s).
2014-07-23 Daniel JasperPrevent assert in ASTMatchFinder.
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-23 Richard SmithAST printer: fix double space before base class with...
2014-07-23 Richard SmithWhen pretty-printing a declaration of a pack, put the...
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Daniel Jasperclang-format: Fix parsing of conditional expressions.
2014-07-17 Nikola SmiljanicFix FriendDecl source location and range for class...
next