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
/
SemaInit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-3
/
+3
*
Cleanup: remove essentially unused variable.
Richard Smith
2014-07-18
1
-3
/
+2
*
SemaInit.cpp: Fix a warning with -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2014-07-18
1
-0
/
+1
*
PR20346: fix aggregate initialization / template instantiation bug:
Richard Smith
2014-07-17
1
-0
/
+9
*
Track the difference between
Richard Smith
2014-07-17
1
-10
/
+19
*
When list-initializing an object of class type, if we pick an initializer list
Richard Smith
2014-07-16
1
-17
/
+24
*
rewrap to 80 cols, no behavior change
Nico Weber
2014-07-08
1
-1
/
+2
*
Address review feedback for r212238.
Nico Weber
2014-07-03
1
-2
/
+1
*
Enable clang to continue to parse libstdc++4.6 and stlport after r210091.
Nico Weber
2014-07-02
1
-2
/
+53
*
The ability to use vector initializer lists is a GNU vector extension
James Molloy
2014-06-20
1
-0
/
+41
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-2
/
+1
*
Implement DR990 and DR1070. Aggregate initialization initializes uninitialized
Richard Smith
2014-06-03
1
-73
/
+103
*
PR11410: Extend diagnostic to cover all cases of aggregate initialization, not
Richard Smith
2014-06-03
1
-5
/
+5
*
PR11410 - Confusing diagnostic when trailing array element tries to call dele...
Nikola Smiljanic
2014-05-30
1
-3
/
+8
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-60
/
+44
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-35
/
+35
*
Consolidate some note diagnostics
Alp Toker
2014-05-28
1
-1
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-50
/
+53
*
Tweak diagnostic wording for init list narrowing
Alp Toker
2014-05-17
1
-1
/
+1
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-13
/
+12
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-50
/
+54
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-1
/
+1
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-3
/
+3
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-20
/
+9
*
Correctly set brace range for CXXConstructExprs formed by list initialization.
Peter Collingbourne
2014-02-22
1
-6
/
+9
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Allow Objective-C pointer conversions following an explicit user conversion.
Douglas Gregor
2013-12-18
1
-4
/
+8
*
Objective-C. After providing a fix-it for a
Fariborz Jahanian
2013-12-18
1
-5
/
+8
*
ObjectiveC. Further improvements of use
Fariborz Jahanian
2013-12-16
1
-3
/
+5
*
Objective-C. Provide fixit's for objc_bride_related
Fariborz Jahanian
2013-12-10
1
-1
/
+1
*
ObjectiveC. Continuing implementation of objc_bridge_related
Fariborz Jahanian
2013-12-07
1
-0
/
+3
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-2
/
+2
*
Fix init-captures for generic lambdas.
Faisal Vali
2013-12-05
1
-2
/
+2
*
PR18013: Don't assert diagnosing a bad std::initializer_list construction.
Richard Smith
2013-11-21
1
-7
/
+25
*
Rename an extension warning to ext_...
Richard Smith
2013-11-19
1
-1
/
+3
*
Rather than duplicating extension diagnostics to allow them to cause a
Richard Smith
2013-11-12
1
-15
/
+9
*
s/DebugPrint/dump/g
Douglas Gregor
2013-11-08
1
-2
/
+2
*
Gracefully (and correctly) handle init of multiple union members
Matthew Curtis
2013-10-03
1
-1
/
+22
*
PR17295: Do not allow explicit conversion functions to be used in cases where
Richard Smith
2013-09-21
1
-0
/
+35
*
Some comment updates and tweaks for clarity.
Richard Smith
2013-09-21
1
-21
/
+28
*
Rearrange narrowing checks in initialization to be a different form of step
Richard Smith
2013-09-21
1
-35
/
+40
*
Refactor: CheckExplicitInitList is only called to check an entire InitListExpr,
Richard Smith
2013-09-20
1
-15
/
+20
*
Don't build extra init lists.
Eli Friedman
2013-09-17
1
-1
/
+1
*
Fixed bug in call to CXXTemporaryObjectExpr ctor.
Enea Zaffanella
2013-09-07
1
-1
/
+1
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-7
/
+15
*
Handle init lists and _Atomic fields.
Eli Friedman
2013-08-19
1
-1
/
+5
[next]