index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
AST
Age
Commit message (
Expand
)
Author
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-03-04
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2013-02-28
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-22
Comment parsing: add CommentOptions to allow specifying custom comment block ...
Dmitri Gribenko
2013-02-05
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-01-31
Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
2013-01-19
Comment parsing: add more tests for html character references
Dmitri Gribenko
2013-01-19
fix the unit tests too.
Chris Lattner
2012-12-20
Provide couple of DeclPrint tests for my last patch.
Fariborz Jahanian
2012-12-19
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-18
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-11
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-05
In DeclPrint add printing of '= default'
Fariborz Jahanian
2012-12-05
In DeclPrint add printing of 'explicit'
Fariborz Jahanian
2012-12-05
fix comment.
Fariborz Jahanian
2012-12-05
Testing C++ declarations embedded in
Fariborz Jahanian
2012-12-04
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.
NAKAMURA Takumi
2012-12-04
Untabify (in USEDLIBS, Makefile(s)).
NAKAMURA Takumi
2012-11-29
Remove out-of-date comment.
Richard Smith
2012-11-29
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....
NAKAMURA Takumi
2012-11-29
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...
NAKAMURA Takumi
2012-11-08
Fix a source range regression in C++ new expressions with call initializers.
David Blaikie
2012-11-08
Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...
Abramo Bagnara
2012-11-08
Fixed range of implicit MemberExpr.
Abramo Bagnara
2012-11-07
Test for source location range of new expressions fixed in r167507.
David Blaikie
2012-11-06
Add unit tests for source locations of AST nodes.
Manuel Klimek
2012-10-23
More unit-test fixes
Douglas Gregor
2012-10-23
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
Patch for decl printer test of objective-c methods.
Fariborz Jahanian
2012-10-15
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-09-29
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-24
unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...
NAKAMURA Takumi
2012-09-23
As a followup for r164303, add some tests for printing literals that test
Dmitri Gribenko
2012-09-14
Comment parsing: don't parse comment marker followed by a digit as a command
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-31
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs
Dmitri Gribenko
2012-08-31
DeclPrinter tests: since now some platforms use C++11 by default, make it
Dmitri Gribenko
2012-08-30
Reland r160052: Default to -std=c++11 on Windows.
Nico Weber
2012-08-25
ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompa...
NAKAMURA Takumi
2012-08-24
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-24
DeclPrinter tests: mark test case we get wrong currently with WRONG.
Dmitri Gribenko
[next]