index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
typedef-retain.c
Age
Commit message (
Expand
)
Author
2011-01-19
Change the canonical representation of array types to store qualifiers on the
John McCall
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-30
Fix typo noticed by Chris.
Anders Carlsson
2009-01-30
Turn on -flax-vector-conversions by default, issue a warning whenever one is ...
Anders Carlsson
2008-08-04
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-04-02
Fix several bugs in array -> pointer decomposition.
Chris Lattner
2008-01-04
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2007-10-11
rename -parse-ast-print to -ast-print
Chris Lattner
2007-09-26
Removed option "-parse-ast-check" from clang driver. This is now implemented
Ted Kremenek
2007-07-17
I forgot to check this in earlier
Chris Lattner