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
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed layout of test/ASTMerge.
Sean Callanan
2016-11-16
38
-990
/
+0
*
Updated ASTMerge/macro.m to use _Nullable.
Sean Callanan
2016-11-07
1
-1
/
+1
*
When the ASTImporter imports a source location, it avoids importing macro
Sean Callanan
2016-11-07
4
-0
/
+19
*
ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbots
Aleksei Sidorin
2016-09-28
1
-0
/
+11
*
ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbots
Aleksei Sidorin
2016-09-28
1
-11
/
+0
*
[ASTImporter] Implement some expression-related AST node import (part 2)
Aleksei Sidorin
2016-09-28
2
-0
/
+157
*
When importing classes and structs with anonymous structs, it is critical that
Sean Callanan
2016-07-14
2
-0
/
+14
*
Added support to the ASTImporter for C++ constructor initializers.
Sean Callanan
2016-05-16
1
-0
/
+19
*
Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...
Oleksiy Vyalov
2016-05-14
1
-17
/
+0
*
Handle injected class names in the ASTImporter.
Sean Callanan
2016-05-14
1
-0
/
+7
*
Added support to the ASTImporter for C++ constructor initializers.
Sean Callanan
2016-05-14
1
-0
/
+17
*
[ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...
Argyrios Kyrtzidis
2016-02-18
2
-2
/
+4
*
Implemented ASTImporter support for Stmts and fixed
Sean Callanan
2015-04-28
2
-0
/
+10
*
Ignore test Inputs globally and remove redundant lit.local.cfg files
Alp Toker
2013-11-15
1
-1
/
+0
*
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
Richard Smith
2012-12-20
2
-0
/
+8
*
Fix crash at @implementation with a forward reference as base class.
Argyrios Kyrtzidis
2012-03-13
1
-1
/
+1
*
Fix two thinkos and add a test for importing the AST of a category
Douglas Gregor
2010-12-08
2
-0
/
+28
*
Implement AST import for Objective-C property implementations
Douglas Gregor
2010-12-07
2
-0
/
+39
*
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
2
-0
/
+42
*
Implement AST import support for class template specializations.
Douglas Gregor
2010-12-01
2
-0
/
+28
*
Implement basic AST importing and merging support for class template
Douglas Gregor
2010-11-30
2
-0
/
+41
*
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
2
-0
/
+16
*
Add test for AST importing of C++ namespaces, missing from a prior commit
Douglas Gregor
2010-02-24
2
-0
/
+34
*
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
2
-0
/
+10
*
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
2
-0
/
+52
*
Implement AST merging for Objective-C properties.
Douglas Gregor
2010-02-17
2
-0
/
+25
*
AST import for Objective-C protocols
Douglas Gregor
2010-02-17
2
-0
/
+46
*
Implement AST importing and checking for Objective-C method declarations.
Douglas Gregor
2010-02-17
2
-0
/
+47
*
Implement AST importing of Objective-C instance variables.
Douglas Gregor
2010-02-17
2
-4
/
+36
*
Skeleton for importing Objective-C classes
Douglas Gregor
2010-02-16
2
-0
/
+14
*
Cope with anonymous tags defined within declarators by structurally
Douglas Gregor
2010-02-15
6
-1
/
+29
*
Reimplement the structural-equality checks used to determine whether
Douglas Gregor
2010-02-15
2
-3
/
+13
*
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
2
-0
/
+69
*
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
2
-0
/
+40
*
Add missing test cases for AST merging of structures.
Douglas Gregor
2010-02-11
2
-0
/
+29
*
Implement basic support for merging function declarations across
Douglas Gregor
2010-02-10
2
-0
/
+12
*
Implement AST importing and merging for typedefs. As part of this, provide a ...
Douglas Gregor
2010-02-10
2
-0
/
+8
*
Teach AST merging that variables with incomplete array types can be
Douglas Gregor
2010-02-10
2
-0
/
+8
*
Add missing header file
Douglas Gregor
2010-02-10
1
-0
/
+1
*
Implement basic support for importing source locations from one AST
Douglas Gregor
2010-02-10
2
-0
/
+2
[next]