index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
unittests
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR15095: Use more correct source locations for the InitListExpr we fake up for
Richard Smith
2013-02-05
2
-1
/
+36
*
Move commonly useful code for AST testing into MatchVerfier.h.
Manuel Klimek
2013-01-31
2
-165
/
+196
*
Comment parsing: add more tests for html character references
Dmitri Gribenko
2013-01-19
1
-1
/
+2
*
fix the unit tests too.
Chris Lattner
2013-01-19
1
-1
/
+1
*
Provide couple of DeclPrint tests for my last patch.
Fariborz Jahanian
2012-12-20
1
-0
/
+18
*
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
1
-1
/
+1
*
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
1
-1
/
+1
*
PR14558: Compute triviality of special members (etc) at the end of the class
Richard Smith
2012-12-11
1
-2
/
+1
*
In DeclPrint add printing of '= default'
Fariborz Jahanian
2012-12-05
1
-2
/
+2
*
In DeclPrint add printing of 'explicit'
Fariborz Jahanian
2012-12-05
1
-2
/
+1
*
fix comment.
Fariborz Jahanian
2012-12-05
1
-1
/
+1
*
Testing C++ declarations embedded in
Fariborz Jahanian
2012-12-05
1
-18
/
+11
*
Really sort the #include lines in unittests/...
Chandler Carruth
2012-12-04
2
-2
/
+2
*
Sort the #include lines for unittests/...
Chandler Carruth
2012-12-04
3
-13
/
+11
*
ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.
NAKAMURA Takumi
2012-12-04
1
-1
/
+1
*
Untabify (in USEDLIBS, Makefile(s)).
NAKAMURA Takumi
2012-12-04
1
-1
/
+1
*
Remove out-of-date comment.
Richard Smith
2012-11-29
1
-3
/
+0
*
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....
NAKAMURA Takumi
2012-11-29
1
-14
/
+2
*
ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...
NAKAMURA Takumi
2012-11-29
1
-4
/
+12
*
Fix a source range regression in C++ new expressions with call initializers.
David Blaikie
2012-11-08
1
-0
/
+6
*
Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...
Abramo Bagnara
2012-11-08
1
-1
/
+18
*
Fixed range of implicit MemberExpr.
Abramo Bagnara
2012-11-08
1
-0
/
+8
*
Test for source location range of new expressions fixed in r167507.
David Blaikie
2012-11-07
1
-0
/
+6
*
Add unit tests for source locations of AST nodes.
Manuel Klimek
2012-11-06
2
-0
/
+253
*
More unit-test fixes
Douglas Gregor
2012-10-23
2
-0
/
+2
*
Fixup unit tests for DiagnosticOptions change
Douglas Gregor
2012-10-23
2
-2
/
+2
*
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
1
-2
/
+2
*
Patch for decl printer test of objective-c methods.
Fariborz Jahanian
2012-10-18
1
-6
/
+36
*
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-15
1
-1
/
+1
*
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
1
-1
/
+1
*
Move the 'find macro by spelling' infrastructure to the Preprocessor class and
Dmitri Gribenko
2012-09-29
1
-1
/
+1
*
unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...
NAKAMURA Takumi
2012-09-24
1
-2
/
+0
*
As a followup for r164303, add some tests for printing literals that test
Dmitri Gribenko
2012-09-23
2
-0
/
+175
*
Comment parsing: don't parse comment marker followed by a digit as a command
Dmitri Gribenko
2012-09-14
1
-3
/
+31
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
2
-89
/
+151
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
1
-1
/
+2
*
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
2
-2
/
+2
*
DeclPrinter tests: simplify the code by using the new runToolOnCodeWithArgs
Dmitri Gribenko
2012-08-31
1
-27
/
+10
*
DeclPrinter tests: since now some platforms use C++11 by default, make it
Dmitri Gribenko
2012-08-31
1
-105
/
+97
*
Reland r160052: Default to -std=c++11 on Windows.
Nico Weber
2012-08-30
1
-0
/
+2
*
ASTTests: Suppress TestCXXConstructorDecl11 on msvc for now. It seems incompa...
NAKAMURA Takumi
2012-08-25
1
-1
/
+2
*
Use LLVM's plugin registry to enable registering new compilation
Daniel Jasper
2012-08-24
1
-1
/
+1
*
Rename the ASTMatchers to better match AST nodes. Now, all
Daniel Jasper
2012-08-24
1
-46
/
+46
*
DeclPrinter tests: mark test case we get wrong currently with WRONG.
Dmitri Gribenko
2012-08-24
1
-1
/
+1
*
DeclPrinter tests: add two more tests.
Dmitri Gribenko
2012-08-24
1
-0
/
+23
*
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-22
1
-78
/
+94
*
DeclPrinter, terse mode: don't print function bodies
Dmitri Gribenko
2012-08-21
1
-17
/
+34
*
Rename PrintingPolicy::DontRecurseInDeclContext to PrintingPolicy::TerseOutput
Dmitri Gribenko
2012-08-21
1
-1
/
+1
*
DeclPrinter: add terse output mode and lots of tests
Dmitri Gribenko
2012-08-20
3
-3
/
+1207
*
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-09
2
-4
/
+8
[next]