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
Age
Commit message (
Expand
)
Author
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-15
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...
Argyrios Kyrtzidis
2010-10-08
Try to disable this again.
Eric Christopher
2010-10-08
Disable this test temporarily in an attempt to green the buildbots.
Eric Christopher
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-04-07
Instead of counting totally diagnostics, split the count into a count
Chris Lattner
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
Hook up the diagnostics-argument printer when merging AST files, so
Douglas Gregor
2010-02-09
Introduce a testbed for merging multiple ASTs into a single AST
Douglas Gregor