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
*
Add a new warning, -Wself-move, to Clang.
Richard Trieu
2015-01-10
1
-0
/
+40
*
Sema: Don't crash when variable is redefined as a constexpr function
David Majnemer
2015-01-09
1
-0
/
+5
*
Sema: Dependent array designators cannot be checked
David Majnemer
2015-01-09
1
-0
/
+7
*
PR22117: Fix a case where we would get confused about which function parameter
Richard Smith
2015-01-09
1
-1
/
+10
*
Handle OpaqueValueExprs more intelligently in the TransformTypos tree
Kaelyn Takata
2015-01-07
1
-0
/
+5
*
Remove an assert that's not true on invalid code.
Nico Weber
2015-01-04
1
-0
/
+8
*
AST: Remove overzealous assertion from IsModifiable
David Majnemer
2015-01-04
1
-0
/
+3
*
Volatile reads are side-effecting operations, but in the general case of acce...
Aaron Ballman
2015-01-03
1
-3
/
+4
*
Sema: Permit array l-values in asm output operands
David Majnemer
2014-12-29
1
-0
/
+4
*
Sema: Only permit permit modifiable l-values as asm output params
David Majnemer
2014-12-29
1
-0
/
+10
*
SemaCXX: Don't crash when annotation tokens show up before the tag name
David Majnemer
2014-12-29
1
-4
/
+11
*
Sema: Variable templates cannot be static bitfield members
David Majnemer
2014-12-28
1
-0
/
+6
*
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
2014-12-28
1
-0
/
+6
*
Rename test.cc files to test.cpp.
Nico Weber
2014-12-22
1
-2
/
+2
*
DR1048: drop top-level cv-qualifiers when deducing the return type of a
Richard Smith
2014-12-19
1
-3
/
+1
*
Added a fixit to remove empty parens from a C++11 attribute argument list whe...
Aaron Ballman
2014-12-19
1
-0
/
+5
*
Attributes accepting an EnumArgument are allowed to pass a string literal, or...
Aaron Ballman
2014-12-19
1
-0
/
+1
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
2
-6
/
+17
*
Correct delayed typos in the operand to typeof expressions.
Kaelyn Takata
2014-12-19
1
-0
/
+5
*
Fix diagnostic for static methods referencing fields from using decls
Reid Kleckner
2014-12-18
1
-0
/
+8
*
Don't assume friended C++ method decls have qualifiers
Reid Kleckner
2014-12-17
1
-1
/
+54
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
7
-9
/
+65
*
Support constant evaluation for member calls on std::initializer_list
Richard Smith
2014-12-17
1
-0
/
+3
*
Try typo correction on all initialization arguments and be less
Kaelyn Takata
2014-12-16
1
-0
/
+4
*
Look at whether TransformTypos returned a different Expr instead of looking a...
Nick Lewycky
2014-12-16
1
-0
/
+13
*
Add a new flag, -fspell-checking-limit=<number> to control how many times we'...
Nick Lewycky
2014-12-16
2
-372
/
+349
*
Sema: Don't crash converting to bool from _Atomic
David Majnemer
2014-12-16
1
-0
/
+4
*
Improve handling of value dependent expressions in __attribute__((enable_if))...
Nick Lewycky
2014-12-16
1
-0
/
+41
*
Sema: Check value dependent casts when possible
David Majnemer
2014-12-16
1
-0
/
+3
*
Handle errors in lambda prototype instantiation correctly
Reid Kleckner
2014-12-15
1
-0
/
+14
*
Warn when attribute 'optnone' conflicts with attributes on a
Paul Robinson
2014-12-15
1
-0
/
+18
*
Sema: Don't diagnose string + int if the int is value dependent
David Majnemer
2014-12-15
1
-0
/
+5
*
Parse: Don't reorder tokens using ConsumeToken
David Majnemer
2014-12-15
1
-0
/
+5
*
AST: Limit zero-sized constexpr behavior to array types
David Majnemer
2014-12-14
1
-1
/
+2
*
Sema: Constexpr functions must have return statements which have an expr
David Majnemer
2014-12-13
1
-0
/
+5
*
Pretty print support for template arg enum constants
Will Wilson
2014-12-13
1
-1
/
+1
*
Fix two small bugs in typo correction. One assertion failure building member ...
Nick Lewycky
2014-12-13
1
-0
/
+24
*
Implement feedback on r224172 in PR21899
Reid Kleckner
2014-12-13
1
-14
/
+5
*
Typo correction: Ignore temporary binding exprs after overload resolution
Reid Kleckner
2014-12-13
1
-0
/
+20
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-0
/
+15
*
Instead of having -Os/-Oz add OptimizeForSize/MinSize first, and later
Paul Robinson
2014-12-11
1
-0
/
+2
*
AST: Incomplete types might be zero sized
David Majnemer
2014-12-11
1
-0
/
+8
*
Diagnose attributes 'optnone' and 'minsize' on the same declaration.
Paul Robinson
2014-12-10
2
-0
/
+11
*
Revert r223980 as it had wrong commit message.
Paul Robinson
2014-12-10
2
-11
/
+0
*
Rename a couple of preprocessor symbols to be more descriptive. NFC.
Paul Robinson
2014-12-10
2
-0
/
+11
*
Forgot to commit this change with r223975
David Majnemer
2014-12-10
1
-2
/
+2
*
AST: Properly calculate the linkage of a IndirectFieldDecl
David Majnemer
2014-12-10
1
-0
/
+4
*
AST: Don't assume two zero sized objects live at different addresses
David Majnemer
2014-12-09
1
-0
/
+6
*
Handle possible TypoExprs in member initializers.
Kaelyn Takata
2014-12-08
1
-0
/
+7
*
Recognize __unaligned keyword after type specifier
Nico Rieck
2014-12-04
1
-0
/
+1
[next]