index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ASTMerge
/
Inputs
Age
Commit message (
Expand
)
Author
2012-12-20
Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then
Richard Smith
2012-03-13
Fix crash at @implementation with a forward reference as base class.
Argyrios Kyrtzidis
2010-12-08
Fix two thinkos and add a test for importing the AST of a category
Douglas Gregor
2010-12-07
Implement AST import for Objective-C property implementations
Douglas Gregor
2010-12-07
Implement ASTImporter support for Objective-C category implementations.
Douglas Gregor
2010-12-07
Extern the ASTImporter to import @implementation declarations.
Douglas Gregor
2010-12-01
Implement AST import support for class template specializations.
Douglas Gregor
2010-11-30
Implement basic AST importing and merging support for class template
Douglas Gregor
2010-10-01
Don't add an imported function into its lexical context until *after*
Douglas Gregor
2010-06-03
Hack in some really terrible C++ record PCH support that I need right now.
John McCall
2010-02-24
Add test for AST importing of C++ namespaces, missing from a prior commit
Douglas Gregor
2010-02-19
AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...
Douglas Gregor
2010-02-19
AST import for sizeof and alignof expressions
Douglas Gregor
2010-02-19
AST import for DeclRefExprs
Douglas Gregor
2010-02-19
AST import of parenthesized expressions, unary operators, binary
Douglas Gregor
2010-02-18
AST import for character literals
Douglas Gregor
2010-02-18
AST import for forward declarations of Objective-C protocols
Douglas Gregor
2010-02-18
Implement import of forward declarations of Objective-C classes
Douglas Gregor
2010-02-18
AST import of Objective-C categories.
Douglas Gregor
2010-02-17
Implement AST merging for Objective-C properties.
Douglas Gregor
2010-02-17
AST import for Objective-C protocols
Douglas Gregor
2010-02-17
Implement AST importing and checking for Objective-C method declarations.
Douglas Gregor
2010-02-17
Implement AST importing of Objective-C instance variables.
Douglas Gregor
2010-02-16
Skeleton for importing Objective-C classes
Douglas Gregor
2010-02-15
Cope with anonymous tags defined within declarators by structurally
Douglas Gregor
2010-02-15
Reimplement the structural-equality checks used to determine whether
Douglas Gregor
2010-02-12
Funnel changes to the ImportedDecls list in the ASTImporter through a
Douglas Gregor
2010-02-12
Implement AST importing and merging for enumeration types and
Douglas Gregor
2010-02-12
Handle AST merges of incomplete class types.
Douglas Gregor
2010-02-11
When AST merging for record declarations fails, warn about the
Douglas Gregor
2010-02-11
Add missing test cases for AST merging of structures.
Douglas Gregor
2010-02-10
Implement basic support for merging function declarations across
Douglas Gregor
2010-02-10
Implement AST importing and merging for typedefs. As part of this, provide a ...
Douglas Gregor
2010-02-10
Teach AST merging that variables with incomplete array types can be
Douglas Gregor
2010-02-10
Add missing header file
Douglas Gregor
2010-02-10
Implement basic support for importing source locations from one AST
Douglas Gregor
2010-02-09
Add in the LIT magic to avoid running AST merge test inputs as
Douglas Gregor
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor