index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
NestedNameSpecifier.cpp
Age
Commit message (
Expand
)
Author
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-11-10
Move all of the type-printing logic to its own C++ source file
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
Initial stab at implement dependent member references to member
Douglas Gregor
2009-09-05
Start emitting ElaboratedTypes in C++ mode. Support the effort in various
John McCall
2009-09-02
Add a wicked little test-case that illustrates what we have to deal
Douglas Gregor
2009-08-26
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-06-30
Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.
Chris Lattner
2009-05-29
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-04-01
Parsing, semantic analysis, and template instantiation for typename
Douglas Gregor
2009-03-31
Some cleanup and renaming. No functionality change
Douglas Gregor
2009-03-27
Initial implementation of parsing, semantic analysis, and template
Douglas Gregor
2009-03-26
Revamp our representation of C++ nested-name-specifiers. We now have a
Douglas Gregor
2009-03-19
Generalize printing of nested-name-specifier sequences for use in both
Douglas Gregor
2009-03-19
Introduce a representation for types that we referred to via a
Douglas Gregor