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
/
lib
/
Sema
/
SemaInit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Handle merged fields in designated initializers.
Richard Smith
2016-04-08
1
-3
/
+5
*
P0138R2: Allow direct-list-initialization of an enumeration from an integral
Richard Smith
2016-03-28
1
-15
/
+57
*
Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.
Manman Ren
2016-03-10
1
-30
/
+57
*
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...
Richard Smith
2016-03-08
1
-25
/
+106
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-6
/
+11
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-9
/
+5
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Fixed processing of GNU extensions to C99 designated initializers
Alexey Bataev
2016-01-25
1
-6
/
+6
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-7
/
+7
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-4
/
+5
*
Fix crash on invalid initialization with std::initializer_list
Reid Kleckner
2015-12-09
1
-1
/
+2
*
Fix PR20334: invalid assertion while diagnosing list initialization failure
Faisal Vali
2015-12-07
1
-1
/
+3
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-1
/
+27
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
1
-1
/
+3
*
[Sema] Don't create an invalid source range for overlong initializer lists.
Benjamin Kramer
2015-09-23
1
-2
/
+4
*
Clarify the error message when the reason the conversion is not viable is bec...
Nick Lewycky
2015-08-25
1
-0
/
+1
*
[Sema] Don't crash when diagnosing hack in libstdc++
David Majnemer
2015-08-21
1
-2
/
+5
*
Fix -Wredundant-move warning.
Richard Trieu
2015-07-29
1
-30
/
+3
*
Disable -Wpessimizing-move and -Wredundant-move in template instantiations.
Richard Trieu
2015-07-29
1
-0
/
+3
*
Do not give a -Wredundant-move warning when removing the move will result in an
Richard Trieu
2015-07-28
1
-1
/
+11
*
[sema] Fix infinite loop when using a boolean value as designated initializer.
Argyrios Kyrtzidis
2015-07-27
1
-8
/
+6
*
[Sema] Emit correct warning when copy-elision is not possible.
Davide Italiano
2015-07-18
1
-0
/
+5
*
[Sema] Range-loopify InititializationSequence destructor. NFC intended.
Davide Italiano
2015-07-01
1
-4
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-38
/
+194
*
Have -Wredundant-move ignore reference types.
Richard Trieu
2015-05-18
1
-0
/
+3
*
When emitting a dropped qualifier error, show which qualifiers are dropped.
Richard Trieu
2015-05-16
1
-3
/
+10
*
Reverse the order of types in the reference dropping qualifiers error.
Richard Trieu
2015-05-15
1
-1
/
+1
*
Add -Wpessimizing-move and -Wredundant-move warnings.
Richard Trieu
2015-04-29
1
-0
/
+112
*
[Sema] Do not permit binding a reference to a compound literal
David Majnemer
2015-04-26
1
-0
/
+5
*
Move fixit for const init from note to diag, weaken to warning in MS mode.
Nico Weber
2015-04-17
1
-23
/
+41
*
Remove useless statement.
Nikola Smiljanic
2015-04-14
1
-1
/
+0
*
[Sema] Don't assume that an initializer list has an initializer
David Majnemer
2015-04-10
1
-3
/
+3
*
Fix UTF8 chars to ASCII.
NAKAMURA Takumi
2015-02-25
1
-2
/
+2
*
Revert r167816 and replace it with a proper fix for the issue: do not
Richard Smith
2015-02-21
1
-17
/
+4
*
DR1467: If aggregate initialization encounters an initializer list for which
Richard Smith
2015-02-16
1
-1
/
+2
*
More for DR1467: In C++, when initializing an element of an aggregate,
Richard Smith
2015-02-12
1
-39
/
+40
*
Improve the "braces around scalar init" warning to determine whether to warn
Richard Smith
2015-02-12
1
-6
/
+65
*
A temporary fix for backward compatibility breakages caused by PR12117.
Larisse Voufo
2015-02-10
1
-4
/
+15
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-10
/
+5
*
Fix \param in r228276. [-Wdocumentation]
NAKAMURA Takumi
2015-02-05
1
-1
/
+1
*
PR22465: when performing list-initialization for a class type C, if we see an
Richard Smith
2015-02-05
1
-16
/
+19
*
Various fixes to mangling of list-initialization.
Richard Smith
2015-02-05
1
-0
/
+3
*
CXX [qoi]. Prevent a crash when initializer expression is
Fariborz Jahanian
2015-01-28
1
-0
/
+2
*
Implement the remaining portion of DR1467 from r227022. I may have overlooked...
Larisse Voufo
2015-01-27
1
-33
/
+14
*
Tweak r227115 per review feedback
Ben Langmuir
2015-01-26
1
-1
/
+1
*
Fix assert instantiating string init of static variable
Ben Langmuir
2015-01-26
1
-3
/
+3
*
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
Nico Weber
2015-01-26
1
-9
/
+0
*
First steps in implementing DR1467: List-initialization of aggregate from sam...
Larisse Voufo
2015-01-24
1
-32
/
+92
[next]