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
/
Sema
/
SemaType.cpp
Age
Commit message (
Expand
)
Author
2008-05-07
Diagnose attempts to use C++ default arguments outside of a function declaration
Douglas Gregor
2008-04-13
Introduce support for finding class and enum names via ordinary name lookup i...
Douglas Gregor
2008-04-13
This patch is just the easy part of the class names patch, which
Chris Lattner
2008-04-10
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-08
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-06
move a semantic check out of the parser into sema.
Chris Lattner
2008-04-05
Fix handling of implicit int, resolving PR2012 and reverting (and
Chris Lattner
2008-04-02
add a common base class "PointerLikeType" for PointerType and ReferenceType,
Chris Lattner
2008-04-02
Various parts of the standard require something to be an "incomplete or
Chris Lattner
2008-04-02
1) Enforce C99 6.7.3p2: "Types other than pointer types derived from
Chris Lattner
2008-04-02
Fix several bugs in array -> pointer decomposition.
Chris Lattner
2008-04-02
Fix PR2017 and silence some bogus errors.
Chris Lattner
2008-03-16
Make the parameter count of ObjCMethodDecl unsigned, you
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner