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
/
DeclGroup.h
Age
Commit message (
Expand
)
Author
2009-10-26
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-12
add a new isNull() method to DeclGroupRef.
Chris Lattner
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-29
Implement PointerLikeTypeTraits for DeclGroupRef.
Chris Lattner
2009-03-28
add accessors.
Chris Lattner
2009-03-28
some random cleanups
Chris Lattner
2009-03-28
Cleanups for DeclGroup.
Chris Lattner
2009-02-13
Remove DeclGroupOwningRef, since we intend for declarations to be owned
Douglas Gregor
2008-10-07
Add const_iterator to DeclGroup.
Ted Kremenek
2008-10-06
Added prototype serialization code for DeclGroup.
Ted Kremenek
2008-10-06
Modified DeclGroupRef to always load/store the internal pointer value as Decl...
Ted Kremenek
2008-09-26
Forgot to check in header file with last commit.
Ted Kremenek
2008-09-25
Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...
Ted Kremenek