index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
basic
/
basic.start
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow constexpr construction of subobjects unconditionally, not just in C++14.
David L. Jones
2017-01-09
1
-0
/
+21
*
[Sema] main can't be declared as global variable, in C++.
Davide Italiano
2015-08-14
1
-0
/
+66
*
Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...
Alp Toker
2014-07-16
1
-1
/
+0
*
clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
NAKAMURA Takumi
2014-07-16
1
-0
/
+1
*
Don't accept qualified 'int' main return types in C++ or standard C mode
Alp Toker
2014-07-02
1
-0
/
+2
*
Add a test file missed from r199782.
Richard Smith
2014-01-22
1
-0
/
+24
*
Sema: Do not merge new decls with invalid, old decls
David Majnemer
2013-07-07
1
-1
/
+8
*
Sema: Fix a crash when main is redeclared as a function-template.
David Majnemer
2013-07-06
1
-0
/
+9
*
PR15100: look through type sugar when determining whether we have one of the
Richard Smith
2013-01-29
1
-0
/
+23
*
Fold tests for C++ 'main' into a single file.
Richard Smith
2013-01-29
10
-54
/
+78
*
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-10-19
4
-0
/
+4
*
Disallow constexpr main.
Richard Smith
2012-02-04
1
-0
/
+6
*
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2011-12-15
1
-2
/
+2
*
Always treat 'main' as an extern "C" function, so that we detect
Douglas Gregor
2010-10-21
1
-0
/
+5
*
Tweak the text of several main() diagnostics and punch a hole specifically for
John McCall
2009-12-24
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
7
-7
/
+7
*
Semantic checking for main().
John McCall
2009-07-25
7
-0
/
+39