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 allow CVR qualifiers before structors
David Majnemer
2014-07-08
1
-4
/
+23
*
Introduce a FunctionDecl::getReturnTypeSourceRange() utility
Alp Toker
2014-07-02
1
-17
/
+25
*
Convert some function arguments to use ArrayRef.
Craig Topper
2014-06-26
1
-4
/
+2
*
MS ABI: Propagate class-level DLL attributes to class template specialization...
Hans Wennborg
2014-06-25
1
-4
/
+63
*
[C++1z] Implement N3928: message in static_assert is optional.
Richard Smith
2014-06-20
1
-5
/
+6
*
Fix/Improve SourceRange of explicitly defaulted members
Daniel Jasper
2014-06-20
1
-12
/
+25
*
Inherit dll attributes to static locals
Hans Wennborg
2014-06-18
1
-11
/
+0
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-11
/
+6
*
MS ABI: Fix inheritance model calculation in CRTP
David Majnemer
2014-06-13
1
-0
/
+3
*
Check the access of operator delete from the destructor context
Reid Kleckner
2014-06-12
1
-1
/
+3
*
Don't inherit dllimport to inline move assignment operators
Hans Wennborg
2014-06-11
1
-2
/
+15
*
Don't inherit dll attributes to deleted methods (PR19988)
Hans Wennborg
2014-06-10
1
-3
/
+2
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-0
/
+2
*
Fix typos
Alp Toker
2014-06-06
1
-1
/
+1
*
The exception-declaration for a function-try-block cannot redeclare a
Aaron Ballman
2014-06-02
1
-4
/
+8
*
Diagnose dll attribute on member of class that already has a dll attribute
Hans Wennborg
2014-05-31
1
-7
/
+16
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-0
/
+57
*
Sema: Functions with dll attributes cannot be deleted
Nico Rieck
2014-05-29
1
-0
/
+15
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-9
/
+8
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-47
/
+47
*
Consolidate some note diagnostics
Alp Toker
2014-05-28
1
-2
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-176
/
+183
*
PR19352 - getLocation() points to the wrong position for FriendDecls
Nikola Smiljanic
2014-05-23
1
-1
/
+3
*
DeclVisitor is not used here.
Yaron Keren
2014-05-21
1
-1
/
+0
*
Fixed spelling.
Yaron Keren
2014-05-20
1
-1
/
+1
*
Consolidate single void paramter checking
Alp Toker
2014-05-11
1
-8
/
+1
*
Don't emit -Wnon-virtual-dtor on final classes, since it's not a problem there.
David Blaikie
2014-05-09
1
-1
/
+2
*
StringRefize and take out an old FIXME
Alp Toker
2014-05-05
1
-3
/
+4
*
Rewrite NRVO determination. Track NRVO candidates on the parser Scope and app...
Nick Lewycky
2014-05-03
1
-4
/
+4
*
Handle -fdelayed-template-parsing of out-of-line definitions of
Hans Wennborg
2014-05-02
1
-33
/
+41
*
Make typo-correction of inheriting constructors work a bit better. Limit
Richard Smith
2014-05-01
1
-53
/
+118
*
When typo-correcting a member using declaration, don't exclude member templates.
Richard Smith
2014-04-30
1
-4
/
+0
*
When typo-correcting a member using-declaration, only consider members of bas...
Richard Smith
2014-04-30
1
-10
/
+11
*
Fix crash if typo correction corrects a member using-declaration to a
Richard Smith
2014-04-30
1
-0
/
+6
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-3
/
+5
*
PR18746: If a constexpr function has a dependent return type and no return
Richard Smith
2014-04-22
1
-2
/
+4
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
1
-8
/
+8
*
Refactor all the checking for missing 'template<>'s when a declaration has a
Richard Smith
2014-04-17
1
-1
/
+1
*
PR19415: Converting 'constexpr' to 'const' in a non-static data member can fail
Richard Smith
2014-04-14
1
-8
/
+13
*
Fix handling of redeclaration lookup for using declarations, where the prior
Richard Smith
2014-04-11
1
-0
/
+7
*
If a using-declaration names a class member, but appears outside a class, try
Richard Smith
2014-04-02
1
-1
/
+50
*
Sema: Implement DR317
David Majnemer
2014-03-30
1
-0
/
+8
*
Don't emit exit-time destructor warnings for trivial explicitly defaulted dtors
Stephan Tolksdorf
2014-03-27
1
-1
/
+2
*
-Wglobal-constructors: Don't warn on trivial defaulted dtors
Reid Kleckner
2014-03-26
1
-1
/
+1
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-12
/
+5
*
Replacing the exclusive_lock_function, shared_lock_function and unlock_functi...
Aaron Ballman
2014-03-20
1
-7
/
+1
*
[C++11] Replacing FunctionProtoType iterators exception_begin() and exception...
Aaron Ballman
2014-03-17
1
-9
/
+5
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-6
/
+4
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-6
/
+5
*
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...
Aaron Ballman
2014-03-13
1
-12
/
+6
[next]