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
/
SemaTemplate
/
instantiate-expr-1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1...
Keith Walker
2014-08-04
1
-1
/
+1
*
Replace inline asm constraint "=a" by the more general constraint "=r".
Simon Atanasyan
2012-05-22
1
-1
/
+1
*
Pedantic diagnostic correction: in C++, we have integral constant expressions,
Richard Smith
2012-01-15
1
-1
/
+1
*
When transforming the arguments for a C++ "new" expression, make sure
Douglas Gregor
2011-10-18
1
-1
/
+8
*
PR10864: make sure we correctly delay type-checking for inline asm tied opera...
Eli Friedman
2011-09-14
1
-0
/
+13
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-7
/
+7
*
Make sure to mark constructors, operator new, and operator delete as
Douglas Gregor
2010-02-26
1
-0
/
+17
*
When we decide to re-use an existing CXXConstructExpr node, make sure
Douglas Gregor
2010-02-26
1
-0
/
+16
*
When adding ADL candidates for overloaded
Douglas Gregor
2010-02-05
1
-0
/
+12
*
Land test case.
Anders Carlsson
2010-01-24
1
-0
/
+13
*
use DiagRuntimeBehavior to silence the div/rem by zero warning when
Chris Lattner
2010-01-12
1
-2
/
+1
*
implement PR6004, warning about divide and remainder by zero.
Chris Lattner
2010-01-12
1
-1
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Fix template instantiation for non-dependent calls to overloaded call
Douglas Gregor
2009-12-13
1
-0
/
+18
*
When instantiating a UnaryOperator, allow the resulting expression to
Douglas Gregor
2009-11-05
1
-1
/
+26
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Implement template instantiation for the prefix unary operators. As
Douglas Gregor
2009-03-13
1
-0
/
+16
*
Implement template instantiation for several more kinds of expressions:
Douglas Gregor
2009-03-13
1
-0
/
+10
*
Implement template instantiation for builtin binary operators
Douglas Gregor
2009-03-12
1
-0
/
+33
*
Straw man for instantiation of expressions. Use it to instantiate the
Douglas Gregor
2009-03-12
1
-0
/
+12