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
*
When a special member is explicitly defaulted outside its class, and we reject
Richard Smith
2014-01-22
1
-0
/
+1
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-7
/
+1
*
Enforce restrictions that 'main' is not allowed to be deleted, or to be used by
Richard Smith
2014-01-22
1
-0
/
+5
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-8
/
+8
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-18
/
+20
*
PR18477: Create a function scope representing the constructor call when
Richard Smith
2014-01-17
1
-7
/
+18
*
Distinguish between attributes explicitly written at the request of the user,...
Aaron Ballman
2014-01-16
1
-2
/
+2
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-1
/
+2
*
Rename language option MicrosoftMode to MSVCCompat
Alp Toker
2014-01-14
1
-4
/
+4
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-0
/
+12
*
PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
2014-01-08
1
-4
/
+5
*
It turns out the problem was a bit more wide-spread. Removing a lot of unneed...
Aaron Ballman
2014-01-03
1
-11
/
+7
*
Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
[ms-cxxabi] Don't do destructor check on declarations if the dtor is deleted
Hans Wennborg
2013-12-17
1
-0
/
+9
*
Better diagnostic for static override when methods are thiscall by default
Hans Wennborg
2013-12-11
1
-0
/
+7
*
Tiny cleanup, as suggested by David Blaikie.
Richard Smith
2013-12-10
1
-2
/
+2
*
Implement DR1460: fix handling of default initializers in unions; don't allow
Richard Smith
2013-12-10
1
-27
/
+91
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
PR17983: Fix crasher bug in C++1y mode when performing a non-global array
Richard Smith
2013-12-05
1
-0
/
+4
*
Implement DR482: namespace members can be redeclared with a qualified name
Richard Smith
2013-12-05
1
-8
/
+10
*
Unify lookup from within not-yet-defined defaulted special members: use common
Richard Smith
2013-11-27
1
-47
/
+64
*
Take cv-qualifiers on fields of class type into account when determining
Richard Smith
2013-11-25
1
-0
/
+4
*
Add class-specific operator new to Decl hierarchy. This guarantees that Decls
Richard Smith
2013-11-22
1
-4
/
+2
*
Don't reject dependent range-based for loops in constexpr functions. The loop
Richard Smith
2013-11-15
1
-1
/
+1
*
Issue a diagnostic if we see a templated friend declaration that we do not
Richard Smith
2013-11-08
1
-0
/
+2
*
Issue a diagnostic if an implicitly-defined move assignment operator would move
Richard Smith
2013-11-04
1
-10
/
+99
*
Update a comment to match current core issues list.
Richard Smith
2013-11-04
1
-8
/
+3
*
Implement final resolution of DR1402: implicitly-declared move operators that
Richard Smith
2013-11-04
1
-154
/
+15
*
Sema: Disallow inheriting from classes with flexible array members
David Majnemer
2013-11-02
1
-0
/
+12
*
Sema: Remove stray whitespace around Sema::CheckBaseSpecifier
David Majnemer
2013-11-02
1
-3
/
+3
*
Simplify and refactor the uninitialized field warning.
Richard Trieu
2013-10-25
1
-190
/
+90
*
Make UsingShadowDecls redeclarable. This fixes some visibility problems with
Richard Smith
2013-10-23
1
-19
/
+25
*
Allow CorrectTypo to replace CXXScopeSpecifiers that refer to classes.
Kaelyn Uhrain
2013-10-19
1
-3
/
+10
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-18
1
-23
/
+24
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-10
/
+19
*
Revert "Fix missed exception spec checks and crashes"
Alp Toker
2013-10-17
1
-23
/
+23
*
Fix missed exception spec checks and crashes
Alp Toker
2013-10-17
1
-23
/
+23
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-1
/
+1
*
PR17567: Improve diagnostic for a mistyped constructor name. If we see something
Richard Smith
2013-10-15
1
-0
/
+26
*
Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
2013-10-11
1
-0
/
+7
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-1
/
+1
*
Add support for WG21 N3599 (literal operator template for strings) as a GNU
Richard Smith
2013-10-07
1
-3
/
+25
*
Fix windows newlines :(
Faisal Vali
2013-09-29
1
-1
/
+1
*
Implement conversion to function pointer for generic lambdas without captures.
Faisal Vali
2013-09-29
1
-38
/
+73
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-8
/
+8
*
Simplify code to equivalent code. No need to test for null after cast<>, use
Nick Lewycky
2013-09-22
1
-9
/
+5
*
Modify the uninitialized field visitor to detect uninitialized use across the
Richard Trieu
2013-09-20
1
-32
/
+180
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-5
/
+15
*
Move the uninitialized field check to after all the field initializers are added
Richard Trieu
2013-09-16
1
-17
/
+39
*
Pass additional information around the uninitialized field visitor.
Richard Trieu
2013-09-16
1
-7
/
+12
[next]