summaryrefslogtreecommitdiff
path: root/unittests/AST
Commit message (Expand)AuthorAge
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Add first set of tests for FriendDecl source range and location.Nikola Smiljanic2014-06-06
* Take PrintingPolicy::SuppressUnwrittenScope into account when printing theRichard Smith2014-05-30
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* ASTTests//EvaluateAsRValueTest.cpp: Appease *-win32 target to add -fno-delaye...NAKAMURA Takumi2014-03-15
* Change a raw string literal back to C++98 style to fix freeBSD9.2 builtbotJames Dennett2014-03-14
* Fix a crash (assertion failure) in EvaluateAsRValue.James Dennett2014-03-14
* Fix use of uninitialized variable in ExternalASTSourceTest.cpp (introduced in...David Blaikie2014-03-11
* Add a unittest for the ExternalASTSource.Richard Smith2014-03-11
* Revert accidentally-committed file.Richard Smith2014-03-08
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Decl printing: add tests for typedefsDmitri Gribenko2014-03-03
* Add a StmtPrinter test for implicit and explicit conversion operator calls.Benjamin Kramer2014-02-26
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-25
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-25
* Correctly set brace range for CXXConstructExprs formed by list initialization.Peter Collingbourne2014-02-22
* clang/unittests/AST,ASTMatchers: Remove _MSC_VER.NAKAMURA Takumi2014-02-16
* Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko2014-01-27
* unittests: explicit stringify StringRefs for conversionSaleem Abdulrasool2014-01-25
* When formatting a C++-only declaration name, enable C++ mode in the formatter'sRichard Smith2014-01-22
* Switch to ssize_t from size_t to unbreak windows builders.David Majnemer2014-01-14
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Add Distance parameter to ASTNodeKind::isBaseOf.Peter Collingbourne2013-11-23
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-06
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-07
* Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko2013-08-23
* Fix source range of implicitly instantiated friend declaration.Enea Zaffanella2013-07-19
* Fixed source range of C++03 access declarations.Enea Zaffanella2013-07-17
* Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie2013-07-13
* Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie2013-07-13
* PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie2013-07-13
* Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella2013-07-08
* AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi2013-07-08
* Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella2013-07-07
* Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella2013-07-06
* Enhancements for the DynTypedNodeSamuel Benzaquen2013-06-19
* Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman2013-06-17
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-07
* Adds a test that verifies angle bracket locations.Manuel Klimek2013-06-07
* ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".NAKAMURA Takumi2013-06-05
* __uint128_t is only available on 64 bit platforms, only test it when it's aro...Benjamin Kramer2013-06-03
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-03
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-03