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
...
*
[Sema] Don't crash on out-of-line virtual constexpr functions
David Majnemer
2015-05-22
1
-1
/
+2
*
[modules] Support merging a parsed default function/template argument with an...
Richard Smith
2015-05-20
1
-27
/
+51
*
Give isCompatibleWithMSVC a better interface
David Majnemer
2015-05-11
1
-1
/
+1
*
[MS ABI] Import move assignment operators
David Majnemer
2015-05-11
1
-9
/
+9
*
PR23373: A defaulted union copy constructor that is not trivial must still be
Richard Smith
2015-04-29
1
-2
/
+6
*
Don't dllimport/export class members with internal linkage (PR23308)
Hans Wennborg
2015-04-22
1
-0
/
+3
*
Use the most recent previous decl to check if inline is added after a definition
Reid Kleckner
2015-04-08
1
-1
/
+2
*
Minor simplification: do typo-correction before handling inheriting
Richard Smith
2015-04-01
1
-20
/
+24
*
[Sema] Implement DR777
Benjamin Kramer
2015-03-27
1
-7
/
+7
*
[Sema] Diagnose default argument on a parameter pack.
Benjamin Kramer
2015-03-27
1
-2
/
+11
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-1
/
+1
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-0
/
+38
*
Sema: Properly track mangling number/name for linkage for using decls
David Majnemer
2015-03-11
1
-1
/
+6
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-03-07
1
-2
/
+3
*
Sema: Caught exception objects should be unqualified
David Majnemer
2015-03-03
1
-1
/
+1
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-3
/
+0
*
[modules] Properly check whether a declaration is std::initializer_list. This
Richard Smith
2015-02-24
1
-1
/
+1
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-1
/
+1
*
Improve diagnostic when failing to synthesize implicit member due to dllexpor...
Hans Wennborg
2015-02-21
1
-0
/
+6
*
Don't dllexport inline methods when targeting MinGW.
Hans Wennborg
2015-02-19
1
-2
/
+2
*
FIX PR 18432, default args, friends & late-parsed members.
Nathan Sidwell
2015-02-19
1
-1
/
+3
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Code cleanup
Nathan Sidwell
2015-01-30
1
-7
/
+4
*
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
[prev]
[next]