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
...
*
Test Commit
Brian Kelley
2017-03-29
1
-1
/
+1
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-1
/
+1
*
Add warning for inconsistent overrides on destructor.
Richard Trieu
2017-03-01
1
-5
/
+6
*
C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...
Richard Smith
2017-02-25
1
-11
/
+23
*
Factor out more commonality between handling of deletion and exception specif...
Richard Smith
2017-02-24
1
-86
/
+128
*
Factor out some common code between SpecialMemberExceptionSpecInfo and Specia...
Richard Smith
2017-02-24
1
-78
/
+70
*
Simplify and pass a more useful source location when computing an exception
Richard Smith
2017-02-24
1
-14
/
+3
*
Refactor computation of exception specification for special members to remove
Richard Smith
2017-02-24
1
-361
/
+135
*
Add context note to diagnostics that occur while declaring an implicit specia...
Richard Smith
2017-02-23
1
-5
/
+20
*
Rename ActiveTemplateInstantiation to CodeSynthesisContext in preparation for
Richard Smith
2017-02-23
1
-4
/
+4
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-3
/
+4
*
Sema: simplify conditional execution (NFC)
Saleem Abdulrasool
2017-02-11
1
-4
/
+1
*
[c++1z] Enforce restriction that deduction guide is declared in the same scop...
Richard Smith
2017-02-10
1
-1
/
+14
*
[c++1z] Disallow deduction guides with deduced types that don't syntactically...
Richard Smith
2017-02-10
1
-3
/
+37
*
[c++1z] P0512R0: support for 'explicit' specifier on deduction-guides.
Richard Smith
2017-02-10
1
-0
/
+10
*
Rename IsExplicitSpecialization -> IsMemberSpecialization when we're talking
Richard Smith
2017-02-09
1
-4
/
+4
*
[c++1z] P0091R3: Basic support for deducing class template arguments via dedu...
Richard Smith
2017-02-09
1
-1
/
+1
*
More fixes for places where 'decltype(auto)' is permitted in the C++ grammar ...
Richard Smith
2017-02-08
1
-0
/
+3
*
Sema: add warning for c++ member variable shadowing
Saleem Abdulrasool
2017-02-08
1
-0
/
+55
*
Diagnose an attempt to give a deduction-guide a function body.
Richard Smith
2017-02-08
1
-0
/
+3
*
P0091R3: Improved syntactic checking of deduction-guides.
Richard Smith
2017-02-08
1
-1
/
+90
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+15
*
[Sema] Fix assumption about typo corrections containing no decl.
Benjamin Kramer
2017-01-24
1
-3
/
+6
*
PR31692: Don't mark a declaration as invalid if we haven't necessarily emitte...
Richard Smith
2017-01-23
1
-3
/
+3
*
[MS] Mark default args of exported default constructors as used
Reid Kleckner
2017-01-09
1
-2
/
+20
*
PR18402: work around bug in libstdc++4.8's detection of whether ::gets exists.
Richard Smith
2017-01-08
1
-0
/
+10
*
PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...
Richard Smith
2017-01-07
1
-3
/
+17
*
[MS] Instantiate default args during instantiation of exported default ctors
Reid Kleckner
2017-01-05
1
-54
/
+21
*
Allow lexer to handle string_view literals. Patch from Anton Bikineev.
Eric Fiselier
2016-12-30
1
-1
/
+1
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-22
/
+52
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-52
/
+22
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-22
/
+52
*
Fix name hiding and redeclaration checking for dependent local
Richard Smith
2016-12-18
1
-16
/
+24
*
Fix some interactions between C++11 and C++14 features and using-declarations:
Richard Smith
2016-12-18
1
-9
/
+41
*
[c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.
Richard Smith
2016-12-16
1
-4
/
+2
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-85
/
+19
*
[c++1z] P0490R0, NB comment GB 20: if std::tuple_size<T> is complete, use the
Richard Smith
2016-12-08
1
-5
/
+2
*
Disable -Wweak-vtables when there are no key functions
Reid Kleckner
2016-12-06
1
-13
/
+17
*
Fix stack-use-after-scope in CheckExplicitlyDefaultedMemberExceptionSpec
Vitaly Buka
2016-12-05
1
-2
/
+2
*
Fix stack-use-after-scope in EvaluateImplicitExceptionSpec
Vitaly Buka
2016-12-05
1
-1
/
+2
*
[Sema] Pass APSInts by const ref, avoiding copies.
Benjamin Kramer
2016-11-24
1
-3
/
+3
*
Remove C++ default arg side table for MS ABI ctor closures
Reid Kleckner
2016-11-23
1
-10
/
+5
*
Make diagnostic for use of default member initializer before enclosing class is
Richard Smith
2016-11-22
1
-8
/
+3
*
Sema, CodeGen: Ensure that an implicit copy ctor is available more often unde...
Peter Collingbourne
2016-11-22
1
-0
/
+11
*
Sema: As of MSVC 2015, a user-declared move operation causes the deletion of ...
Peter Collingbourne
2016-11-19
1
-4
/
+9
*
Fixes for r287241. Use placement new. Apply clang-format.
Malcolm Parsons
2016-11-17
1
-1
/
+2
*
Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons
2016-11-17
1
-3
/
+1
*
Correctly ignore unnamed bit-fields when checking whether a union has fields.
Richard Smith
2016-11-08
1
-2
/
+7
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-0
/
+3
[prev]
[next]