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
/
Sema
/
IdentifierResolver.h
Age
Commit message (
Expand
)
Author
2012-12-17
IdentifierResolver: Remove an unnecessary include and an unused parameter.
Nico Weber
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2011-10-27
Make the loading of information attached to an IdentifierInfo from an
Douglas Gregor
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-03-16
When we're inserting a synthesized label declaration for a
Douglas Gregor
2011-03-14
When synthesizing a label declaration based on a goto statement that
Douglas Gregor
2011-03-07
Support explicit template specialization and instantiation for members
Douglas Gregor
2010-08-24
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-20
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-18
More PCH -> AST renaming.
Sebastian Redl
2010-08-12
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor