aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-07-17clang-format: Fix parsing of conditional expressions.Daniel Jasper
2014-07-17Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2014-07-16[ASTMatchers] Add a usingDirectiveDecl matcher.Benjamin Kramer
2014-07-15clang-format: Improve heuristic around avoiding bad line breaks.Daniel Jasper
2014-07-15VirtualFileSystem: Correctly generate the mapping for an empty VFSJustin Bogner
2014-07-14[ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.Benjamin Kramer
2014-07-14clang-format: Improve cast detection (fix false positive).Daniel Jasper
2014-07-11[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis
2014-07-10[Driver/Unittests] Follow up for r212666, add unit test for the newly exposed...Argyrios Kyrtzidis
2014-07-09clang-format: Fix behavior around pointer-to-member invocations.Daniel Jasper
2014-07-09clang-format: Add new option to indent wrapped function declarations.Daniel Jasper
2014-07-09clang-format: Revamp function declaration/definition indentation.Daniel Jasper
2014-07-08Update unit test for signature change.Benjamin Kramer
2014-07-07Use temporary module cache in testBen Langmuir
2014-07-06Use non-intrusive refcounting for TargetOptionsAlp Toker
2014-07-05Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker
2014-06-30Consider module depedencies when checking a preamble in libclangBen Langmuir
2014-06-30clang-format: Support member function reference qualifiers.Daniel Jasper
2014-06-30clang-format: Improve expression heuristics.Daniel Jasper
2014-06-30clang-format: [JS] support free-standing functions again.Daniel Jasper
2014-06-29Add a matcher for SubstNonTypeTemplateParmExpr.Alexander Kornienko
2014-06-29LibclangTest.cpp: s/uint/unsigned/. I think 'uint' is not a standard type.NAKAMURA Takumi
2014-06-28Remove llvm:: from uses of ArrayRef.Craig Topper
2014-06-27Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie
2014-06-27Add reparse test for libclangBen Langmuir
2014-06-26Make test from r211758 portableAlp Toker
2014-06-26RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker
2014-06-25Add vfs::recursive_directory_iteratorBen Langmuir
2014-06-25VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...NAKAMURA Takumi
2014-06-25Reformat.NAKAMURA Takumi
2014-06-24Fix test issues from r211623 and remove test-only APIBen Langmuir
2014-06-24Disable the bits of r211623 that broke the botsBen Langmuir
2014-06-24Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir
2014-06-24clang-format: Understand that breaking before lambdas is fine.Daniel Jasper
2014-06-23clang-format: [proto] Add required space before absolute references.Daniel Jasper
2014-06-23clang-format: Fix corner case in pointer/reference detection.Daniel Jasper
2014-06-21Lex: Use the correct types for MS integer suffixesDavid Majnemer
2014-06-21Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola
2014-06-21Lex: Use the correct types for MS integer suffixesDavid Majnemer
2014-06-17clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper
2014-06-13Update for llvm api change.Rafael Espindola
2014-06-13Do not store duplicate parents when memoization data is available.Samuel Benzaquen
2014-06-13clang-format: [JS] Understand named function literals.Daniel Jasper
2014-06-12Refer to error_code with the std prefix.Rafael Espindola
2014-06-12Replace llvm::error_code with std::error_code.Rafael Espindola
2014-06-12Fix msvc unittest build.Rafael Espindola
2014-06-12Give clang-format its own error category.Rafael Espindola