]> granicus.if.org Git - clang/history - unittests
Fix the rececl chain for redeclarations of predefined decls
[clang] / unittests /
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...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-16 Benjamin Kramer[ASTMatchers] Add a usingDirectiveDecl matcher.
2014-07-15 Daniel Jasperclang-format: Improve heuristic around avoiding bad...
2014-07-15 Justin BognerVirtualFileSystem: Correctly generate the mapping for...
2014-07-14 Benjamin Kramer[ASTMatchers] Make hasOverloadedOperatorName also match...
2014-07-14 Daniel Jasperclang-format: Improve cast detection (fix false positive).
2014-07-11 Argyrios Kyrtzidis[Driver] clang::driver::getARMCPUForMArch() moved to...
2014-07-10 Argyrios Kyrtzidis[Driver/Unittests] Follow up for r212666, add unit...
2014-07-09 Daniel Jasperclang-format: Fix behavior around pointer-to-member...
2014-07-09 Daniel Jasperclang-format: Add new option to indent wrapped function...
2014-07-09 Daniel Jasperclang-format: Revamp function declaration/definition...
2014-07-08 Benjamin KramerUpdate unit test for signature change.
2014-07-07 Ben LangmuirUse temporary module cache in test
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-06-30 Ben LangmuirConsider module depedencies when checking a preamble...
2014-06-30 Daniel Jasperclang-format: Support member function reference qualifiers.
2014-06-30 Daniel Jasperclang-format: Improve expression heuristics.
2014-06-30 Daniel Jasperclang-format: [JS] support free-standing functions...
2014-06-29 Alexander KornienkoAdd a matcher for SubstNonTypeTemplateParmExpr.
2014-06-29 NAKAMURA TakumiLibclangTest.cpp: s/uint/unsigned/. I think 'uint'...
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-27 David BlaikieRemove 'const' from MemoryBuffers used through the...
2014-06-27 Ben LangmuirAdd reparse test for libclang
2014-06-26 Alp TokerMake test from r211758 portable
2014-06-26 Alp TokerRAV: visit copy expressions of captured variables in...
2014-06-25 Ben LangmuirAdd vfs::recursive_directory_iterator
2014-06-25 NAKAMURA TakumiVirtualFileSystemTest.cpp: Get rid of initializer list...
2014-06-25 NAKAMURA TakumiReformat.
2014-06-24 Ben LangmuirFix test issues from r211623 and remove test-only API
2014-06-24 Ben LangmuirDisable the bits of r211623 that broke the bots
2014-06-24 Ben LangmuirAdd directory_iterator for (non-recursive) iteration...
2014-06-24 Daniel Jasperclang-format: Understand that breaking before lambdas...
2014-06-23 Daniel Jasperclang-format: [proto] Add required space before absolut...
2014-06-23 Daniel Jasperclang-format: Fix corner case in pointer/reference...
2014-06-21 David MajnemerLex: Use the correct types for MS integer suffixes
2014-06-21 Rafael EspindolaRevert "Lex: Use the correct types for MS integer suffixes"
2014-06-21 David MajnemerLex: Use the correct types for MS integer suffixes
2014-06-17 Daniel Jasperclang-format: Introduce style with spaces on both sides...
2014-06-13 Rafael EspindolaUpdate for llvm api change.
2014-06-13 Samuel BenzaquenDo not store duplicate parents when memoization data...
2014-06-13 Daniel Jasperclang-format: [JS] Understand named function literals.
2014-06-12 Rafael EspindolaRefer to error_code with the std prefix.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaFix msvc unittest build.
2014-06-12 Rafael EspindolaGive clang-format its own error category.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Daniel Jasperclang-format: Fix pointer/reference detection after...
2014-06-10 Daniel Jasperclang-format: [JS] Treat dict literals similar to objc...
2014-06-10 Daniel Jasperclang-format: Increase penalty for wrapping array subsc...
2014-06-10 Daniel Jasperclang-format: Fix enum formatting with specific comment.
next