index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
block-call.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a block sema bug where result type of initializer
Fariborz Jahanian
2011-02-11
1
-1
/
+1
*
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-09-05
1
-1
/
+1
*
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-14
1
-3
/
+2
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-2
/
+4
*
Improve diagnostics like "initializing <type> from an expression of
Douglas Gregor
2010-04-09
1
-5
/
+5
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-6
/
+6
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-28
/
+24
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-2
/
+2
*
Tighten up blocks type checking. This was discussed back in the
Mike Stump
2009-04-21
1
-4
/
+4
*
Fix block comparisons. Radar 6732116.
Mike Stump
2009-04-01
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Fix <rdar://problem/6418623> Bogus block type compatibility warning.
Steve Naroff
2008-12-10
1
-1
/
+1
*
instead of forcing blocks on by default, make them default to off, but let
Chris Lattner
2008-12-04
1
-1
/
+1
*
Downgrade incompatible block pointer error to a warning (to be consistent wit...
Steve Naroff
2008-09-24
1
-6
/
+6
*
More type checking for blocks. Still incomplete (will hopefully finish up thi...
Steve Naroff
2008-09-05
1
-0
/
+55