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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
Nico Weber
2015-01-26
1
-12
/
+0
*
SemaDeclCXX.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2015-01-19
1
-0
/
+1
*
PR6037
Nathan Sidwell
2015-01-19
1
-3
/
+58
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-01-16
1
-1
/
+2
*
Warn about dllexported explicit class template instantiation declarations (PR...
Hans Wennborg
2015-01-15
1
-3
/
+8
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-1
/
+2
*
Parse: Don't crash when default argument in typedef consists of sole '='
David Majnemer
2015-01-13
1
-2
/
+7
*
Fix grammar-o in comment.
Nico Weber
2015-01-06
1
-1
/
+1
*
Sema: Variable templates cannot be static bitfield members
David Majnemer
2014-12-28
1
-1
/
+1
*
PR21969: Improve diagnostics for a conversion function that has any pieces of a
Richard Smith
2014-12-19
1
-4
/
+88
*
Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifier
David Majnemer
2014-12-17
1
-1
/
+1
*
DR1684: a constexpr member function need not be a member of a literal class t...
Richard Smith
2014-12-16
1
-36
/
+0
*
Clarify the code in checkDLLAttribute()
Hans Wennborg
2014-12-16
1
-7
/
+12
*
Parse: MS property members cannot have an in-class initializer
David Majnemer
2014-12-13
1
-4
/
+5
*
Handle possible TypoExprs in member initializers.
Kaelyn Takata
2014-12-08
1
-0
/
+5
*
When checking for uninitialized values, do not confuse "std::move" with every
Richard Trieu
2014-11-27
1
-1
/
+2
*
Fix line endings
Nico Rieck
2014-11-24
1
-3
/
+3
*
Delay checking overrides for exception specifications if the overridden
Richard Smith
2014-11-22
1
-14
/
+8
*
Extend -Wuninitialized to warn when accessing uninitialized base classes in a
Richard Trieu
2014-11-21
1
-12
/
+41
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-4
/
+4
*
Handle use of default member initializers before end of outermost class
Reid Kleckner
2014-11-17
1
-29
/
+61
*
[c++1z] Support [[deprecated]] attributes on namespaces. Note that it only ap...
Aaron Ballman
2014-11-14
1
-2
/
+11
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-9
/
+9
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-0
/
+46
*
Mark TypeDecls used in member initializers as referenced.
Nico Weber
2014-11-12
1
-0
/
+1
*
clang-format a few lines, fixes one 80col violation. nfc.
Nico Weber
2014-11-12
1
-6
/
+5
*
Instantiate exception specifications when instantiating function types (other
Richard Smith
2014-11-12
1
-15
/
+17
*
Further restrict issuance of 'override' warning if method
Fariborz Jahanian
2014-11-03
1
-5
/
+7
*
Don't allow dllimport/export on classes with internal linkage (PR21399)
Hans Wennborg
2014-11-03
1
-0
/
+6
*
Don't dllimport inline functions when targeting MinGW (PR21366)
Hans Wennborg
2014-11-03
1
-9
/
+18
*
Fix a bug where -Wuninitialized would skip arguments to a function call.
Richard Trieu
2014-11-01
1
-0
/
+2
*
Have -Wuninitialized catch uninitalized use in overloaded operator arguments.
Richard Trieu
2014-10-31
1
-0
/
+11
*
C++-11 [qoi]. Do not warn on missing 'verride' on use of
Fariborz Jahanian
2014-10-31
1
-0
/
+6
*
c++11 patch to issue warning on missing 'override' on
Fariborz Jahanian
2014-10-27
1
-1
/
+29
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-13
/
+14
*
Fix style issue from r220363. No functional change.
Richard Trieu
2014-10-22
1
-1
/
+1
*
Disable the uninitialized field warning in uninstantiated classes.
Richard Trieu
2014-10-22
1
-0
/
+3
*
SemaDeclCXX.cpp: UninitializedFieldVisitor: Avoid member initializers to appe...
NAKAMURA Takumi
2014-10-17
1
-4
/
+5
*
Fix typo in comment.
Nick Lewycky
2014-10-17
1
-1
/
+1
*
Add support for initializer lists on field initializers for -Wuninitialized
Richard Trieu
2014-10-17
1
-12
/
+90
*
Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...
NAKAMURA Takumi
2014-10-17
1
-17
/
+15
*
Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These were
Richard Smith
2014-10-16
1
-15
/
+17
*
Revert r218925 - "Patch to warn if 'override' is missing"
Alexander Potapenko
2014-10-03
1
-39
/
+1
*
Patch to warn if 'override' is missing
Fariborz Jahanian
2014-10-02
1
-1
/
+39
*
c++ error recovery. Build a valid AST when trying
Fariborz Jahanian
2014-10-01
1
-1
/
+3
*
Improve -Wuninitialized warnings for fields that are record types.
Richard Trieu
2014-10-01
1
-31
/
+59
*
CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
2014-09-29
1
-4
/
+51
*
Fix "unsupported friend" diagnostic to also appear for friend functions with ...
Richard Smith
2014-09-29
1
-1
/
+5
*
Move calls to ResolveExceptionSpec out of SetDeclDefaulted and into DefineImp...
Ben Langmuir
2014-09-25
1
-5
/
+30
*
Add increment/decrement operators and compound assignment operators to the
Richard Trieu
2014-09-25
1
-0
/
+11
[next]