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
/
SemaCXX
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore test Inputs globally and remove redundant lit.local.cfg files
Alp Toker
2013-11-15
1
-1
/
+0
*
PR17533 and duplicates: don't compute the return type of an overloaded operator
Richard Smith
2013-11-15
1
-0
/
+19
*
Don't reject dependent range-based for loops in constexpr functions. The loop
Richard Smith
2013-11-15
1
-0
/
+13
*
Modern gcc is happy to constant evaluate __builtin_strlen in various cases
Richard Smith
2013-11-15
1
-0
/
+39
*
Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-for...
Richard Smith
2013-11-14
1
-0
/
+4
*
Added warning on structures/unions that are empty or contain only
Serge Pavlov
2013-11-14
2
-2
/
+19
*
Only provide MS builtins when -fms-extensions is on
Reid Kleckner
2013-11-13
1
-0
/
+6
*
Warn on duplicate function specifier
Serge Pavlov
2013-11-13
2
-0
/
+12
*
A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...
Faisal Vali
2013-11-12
1
-1
/
+22
*
-fms-compatibility: Use C++98 null pointer constant rules
Reid Kleckner
2013-11-12
1
-0
/
+16
*
Thread-safety analysis: check guarded_by and pt_guarded_by on array access.
DeLesley Hutchins
2013-11-08
1
-12
/
+56
*
PR17800: When performing pack expansion, we must always rebuild the AST nodes
Richard Smith
2013-11-07
1
-0
/
+13
*
PR17615: A delegating constructor initializer is a full-expression. Don't
Richard Smith
2013-11-07
1
-0
/
+11
*
Added a test case for the fix to bug 17632 in r193751
Chris Wailes
2013-11-07
1
-0
/
+2
*
This patch implements capturing of variables within generic lambdas.
Faisal Vali
2013-11-07
2
-4
/
+1478
*
Fix diagnostic goof in r194161.
Richard Smith
2013-11-06
1
-1
/
+1
*
Add a limit to the length of a sequence of 'operator->' functions we will
Richard Smith
2013-11-06
1
-0
/
+26
*
Thread safety analysis: minor bugfix to smart pointer handling, and expanded
DeLesley Hutchins
2013-11-06
1
-6
/
+36
*
More constant evaluation cleanup, and fix an issue where we'd override an
Richard Smith
2013-11-06
1
-3
/
+3
*
Thread safety analysis: check pt_guarded_by attribute when calling -> and *
DeLesley Hutchins
2013-11-05
1
-0
/
+84
*
Refactor constant expression handling and make a couple of tweaks to make it a
Richard Smith
2013-11-05
1
-0
/
+17
*
Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases."
Kaelyn Uhrain
2013-11-05
1
-13
/
+0
*
Try to correct a mistyped "-" or ">" to "->" for some C++ cases.
Kaelyn Uhrain
2013-11-04
1
-0
/
+13
*
Sema: Do not allow overloading between methods based on restrict
David Majnemer
2013-11-03
1
-0
/
+5
*
Add test case for r193923
David Majnemer
2013-11-02
1
-0
/
+3
*
Sema: Disallow derived classes with virtual bases from having flexible array ...
David Majnemer
2013-11-02
1
-0
/
+4
*
Sema: Cleanup and simplify anonymous union diagnostics
David Majnemer
2013-11-02
1
-1
/
+1
*
Sema: Flexible array members were introduced in C99, diagnose their use in C++
David Majnemer
2013-11-02
1
-1
/
+1
*
Change the other -Wtautological-compare warnings to not trigger in template
Richard Trieu
2013-11-02
1
-0
/
+16
*
Add non-type template parameter test for disabled -Wtautological-compare
Richard Trieu
2013-11-01
1
-0
/
+6
*
Disable -Wtautological-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+19
*
Disable -Wtautological-constant-out-of-range-compare in template instantiations.
Richard Trieu
2013-11-01
1
-0
/
+26
*
Support return type deduction for templates in -fdelayed-template-parsing (mi...
Faisal Vali
2013-11-01
2
-3
/
+94
*
Changed tests_typestate to test_typestate for consistency.
Chris Wailes
2013-10-29
2
-19
/
+19
*
Switch %clang -cc1 tests to %clang_cc1
Alp Toker
2013-10-28
1
-1
/
+1
*
Add -Wstring-plus-char, which warns when adding char literals to C strings.
Jordan Rose
2013-10-25
1
-0
/
+32
*
Sema: Do not allow lambda expressions to appear inside of constant expressions
David Majnemer
2013-10-25
1
-1
/
+3
*
Consider used attributes in hidden decls.
Rafael Espindola
2013-10-25
1
-0
/
+6
*
Simplify and refactor the uninitialized field warning.
Richard Trieu
2013-10-25
1
-3
/
+63
*
Refactor: Extract specializing the generic lambda call operator during conver...
Faisal Vali
2013-10-24
1
-1
/
+4
*
Fix a test file option from -emit-llvm -o to -emit-llvm-only.
Faisal Vali
2013-10-24
1
-1
/
+1
*
Fix an instantiation bug with nested generic lambdas and conversion to fptrs.
Faisal Vali
2013-10-24
1
-0
/
+44
*
And Again: Teach TreeTransform how to transform nested generic lambdas.
Faisal Vali
2013-10-23
1
-3
/
+514
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-514
/
+3
*
Again: Teach TreeTransform and family how to transform generic
Faisal Vali
2013-10-23
1
-3
/
+514
*
Retain previous language linkage of friend function declarations
Alp Toker
2013-10-22
1
-0
/
+19
*
Consider hidden decls for isUsed checks.
Rafael Espindola
2013-10-22
1
-0
/
+9
*
Extend test to show an alias can be before a definition.
Rafael Espindola
2013-10-21
1
-1
/
+2
*
Be more precise when diagnosing 'inline' on global replacement functions
David Majnemer
2013-10-21
1
-1
/
+1
*
Switch attribute test line endings from CRLF
Alp Toker
2013-10-20
2
-45
/
+45
[next]