index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
DeclarationName.h
Age
Commit message (
Expand
)
Author
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-03-27
Initial implementation of parsing, semantic analysis, and template
Douglas Gregor
2009-03-21
continue dancing around the obvious algorithm issues in PR3810:
Chris Lattner
2009-03-21
add an assertion for unreachable code.
Chris Lattner
2009-03-14
Remove dead DeclarationName constructors that involving knowing about the
Ted Kremenek
2009-02-03
Semantic analysis, ASTs, and unqualified name lookup support for C++
Douglas Gregor
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-11-23
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-18
Extend DeclarationName to support C++ overloaded operators, e.g.,
Douglas Gregor
2008-11-17
Eliminate all of the placeholder identifiers used for constructors,
Douglas Gregor
2008-11-17
Updated IdentifierResolver to deal with DeclarationNames. The names of
Douglas Gregor
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor