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
/
test
/
ASTMerge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update tests touched by r249656
David Majnemer
2015-10-08
2
-6
/
+6
*
PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...
Nikola Smiljanic
2015-07-16
1
-1
/
+1
*
[Hexagon] Reapply 238773 after fix to LLVM.
Colin LeMahieu
2015-06-03
1
-1
/
+0
*
Revert "[Hexagon] Test passes for hexagon target now that the backend correct...
Rafael Espindola
2015-06-01
1
-0
/
+1
*
[Hexagon] Test passes for hexagon target now that the backend correctly gener...
Colin LeMahieu
2015-06-01
1
-1
/
+0
*
XFAIL Hexagon until more codegen in place.
Rick Foos
2015-04-29
1
-0
/
+1
*
Implemented ASTImporter support for Stmts and fixed
Sean Callanan
2015-04-28
4
-0
/
+20
*
Ignore test Inputs globally and remove redundant lit.local.cfg files
Alp Toker
2013-11-15
1
-1
/
+0
*
Changes so that a few tests do not fail when running under guarded malloc.
Argyrios Kyrtzidis
2013-07-12
1
-1
/
+1
*
Add 'not' to commands that are expected to fail.
Rafael Espindola
2013-07-04
10
-10
/
+10
*
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
1
-4
/
+4
*
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
Richard Smith
2012-12-20
3
-0
/
+13
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
1
-0
/
+1
*
Update VerifyDiagnosticConsumer to only get directives during parsing.
Jordan Rose
2012-08-10
1
-0
/
+6
*
Fix crash at @implementation with a forward reference as base class.
Argyrios Kyrtzidis
2012-03-13
1
-1
/
+1
*
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-04
1
-4
/
+4
*
Flip the default for showing include stacks on notes to false. This
Chandler Carruth
2011-03-27
1
-1
/
+1
*
Fix two thinkos and add a test for importing the AST of a category
Douglas Gregor
2010-12-08
3
-1
/
+31
*
Implement AST import for Objective-C property implementations
Douglas Gregor
2010-12-07
3
-1
/
+44
*
Implement ASTImporter support for Objective-C category implementations.
Douglas Gregor
2010-12-07
2
-0
/
+17
*
Extern the ASTImporter to import @implementation declarations.
Douglas Gregor
2010-12-07
3
-1
/
+46
*
Implement AST import support for class template specializations.
Douglas Gregor
2010-12-01
3
-0
/
+37
*
Implement basic AST importing and merging support for class template
Douglas Gregor
2010-11-30
3
-0
/
+56
*
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...
Argyrios Kyrtzidis
2010-10-15
1
-2
/
+0
*
Try to disable this again.
Eric Christopher
2010-10-08
1
-3
/
+5
*
Disable this test temporarily in an attempt to green the buildbots.
Eric Christopher
2010-10-08
1
-3
/
+3
*
Don't add an imported function into its lexical context until *after*
Douglas Gregor
2010-10-01
2
-0
/
+8
*
Hack in some really terrible C++ record PCH support that I need right now.
John McCall
2010-06-03
3
-0
/
+25
*
Instead of counting totally diagnostics, split the count into a count
Chris Lattner
2010-04-07
8
-8
/
+8
*
Add test for AST importing of C++ namespaces, missing from a prior commit
Douglas Gregor
2010-02-24
3
-0
/
+40
*
AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...
Douglas Gregor
2010-02-19
2
-2
/
+4
*
AST import for sizeof and alignof expressions
Douglas Gregor
2010-02-19
2
-2
/
+4
*
AST import for DeclRefExprs
Douglas Gregor
2010-02-19
2
-2
/
+4
*
AST import of parenthesized expressions, unary operators, binary
Douglas Gregor
2010-02-19
2
-2
/
+6
*
AST import for character literals
Douglas Gregor
2010-02-18
3
-0
/
+14
*
AST import for forward declarations of Objective-C protocols
Douglas Gregor
2010-02-18
2
-0
/
+12
*
Implement import of forward declarations of Objective-C classes
Douglas Gregor
2010-02-18
2
-0
/
+10
*
AST import of Objective-C categories.
Douglas Gregor
2010-02-18
3
-0
/
+61
*
Implement AST merging for Objective-C properties.
Douglas Gregor
2010-02-17
3
-0
/
+34
*
AST import for Objective-C protocols
Douglas Gregor
2010-02-17
3
-1
/
+49
*
Implement AST importing and checking for Objective-C method declarations.
Douglas Gregor
2010-02-17
3
-1
/
+54
*
Implement AST importing of Objective-C instance variables.
Douglas Gregor
2010-02-17
3
-6
/
+43
*
Skeleton for importing Objective-C classes
Douglas Gregor
2010-02-16
3
-0
/
+20
*
Cope with anonymous tags defined within declarators by structurally
Douglas Gregor
2010-02-15
7
-1
/
+32
*
Reimplement the structural-equality checks used to determine whether
Douglas Gregor
2010-02-15
3
-4
/
+19
*
Funnel changes to the ImportedDecls list in the ASTImporter through a
Douglas Gregor
2010-02-12
2
-0
/
+13
*
Implement AST importing and merging for enumeration types and
Douglas Gregor
2010-02-12
3
-0
/
+94
*
Handle AST merges of incomplete class types.
Douglas Gregor
2010-02-12
2
-0
/
+19
*
When AST merging for record declarations fails, warn about the
Douglas Gregor
2010-02-11
3
-3
/
+70
*
Add missing test cases for AST merging of structures.
Douglas Gregor
2010-02-11
3
-0
/
+36
[next]