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
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MS ABI: Implement copy-ctor closures, finish implementing throw
David Majnemer
2015-03-11
1
-4
/
+41
*
MS ABI: Correctly generate throw-info for pointer to const qual types
David Majnemer
2015-03-06
1
-3
/
+2
*
MS ABI: Insert copy-constructors into the CatchableType
David Majnemer
2015-03-06
1
-10
/
+70
*
[PATCH] Patch to fix the AST for vector splat from any
Fariborz Jahanian
2015-03-05
1
-2
/
+12
*
Sema: Properly initialize the thrown exception object
David Majnemer
2015-03-03
1
-21
/
+6
*
Silence unused variable warning in NDEBUG build
Reid Kleckner
2015-02-26
1
-2
/
+2
*
Improvement on sized deallocation from r230160:
Larisse Voufo
2015-02-25
1
-9
/
+10
*
Sema: Parenthesized bound destructor member expressions can be called
David Majnemer
2015-02-25
1
-27
/
+7
*
PR22673 again: diagnose use of the used decl, not the found decl. This is also
Richard Smith
2015-02-24
1
-2
/
+2
*
PR22673: Don't forget to check a constructor for deletedness when we use it to
Richard Smith
2015-02-24
1
-3
/
+7
*
Relax the requirement on sized deallocation a bit: Default on unsized delete ...
Larisse Voufo
2015-02-22
1
-0
/
+9
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-4
/
+4
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-02-16
1
-4
/
+5
*
Sema: Add support for __declspec(restrict)
David Majnemer
2015-02-04
1
-5
/
+7
*
Generalize r228066 to give all implicit global allocation functions default v...
Larisse Voufo
2015-02-04
1
-0
/
+4
*
PR22367: Don't forget to create a CXXFunctionalCastExpr around
Richard Smith
2015-01-28
1
-6
/
+9
*
Revert a change from r222797 that is no longer needed and can cause
Kaelyn Takata
2015-01-28
1
-0
/
+4
*
Fix a think-o in handling ambiguous corrections for a TypoExpr.
Kaelyn Takata
2015-01-27
1
-4
/
+7
*
Properly handle typos in the conditional of ?: expressions in C.
Kaelyn Takata
2015-01-27
1
-6
/
+0
*
Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.
Richard Smith
2015-01-15
1
-0
/
+3
*
Fix crash in typo correction while correcting enum within a struct in C
Olivier Goffart
2015-01-09
1
-2
/
+4
*
Handle OpaqueValueExprs more intelligently in the TransformTypos tree
Kaelyn Takata
2015-01-07
1
-0
/
+6
*
Sema: Permit an atomic type to be initialized by the same atomic type
David Majnemer
2014-12-28
1
-1
/
+5
*
Adding a -Wunused-value warning for expressions with side effects used in an ...
Aaron Ballman
2014-12-17
1
-1
/
+19
*
Look at whether TransformTypos returned a different Expr instead of looking a...
Nick Lewycky
2014-12-16
1
-1
/
+2
*
Fix typo in comment. NFC.
Nick Lewycky
2014-12-16
1
-1
/
+1
*
Sema: Don't crash converting to bool from _Atomic
David Majnemer
2014-12-16
1
-1
/
+1
*
Fix two small bugs in typo correction. One assertion failure building member ...
Nick Lewycky
2014-12-13
1
-1
/
+2
*
Implement feedback on r224172 in PR21899
Reid Kleckner
2014-12-13
1
-1
/
+1
*
Typo correction: Ignore temporary binding exprs after overload resolution
Reid Kleckner
2014-12-13
1
-2
/
+7
*
Diagnose TypoExprs in a couple of error cases in ParsePostfixExpressionSuffix.
Kaelyn Takata
2014-12-02
1
-1
/
+1
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
1
-4
/
+23
*
Sema: Don't permit variably modified types in typeid
David Majnemer
2014-11-21
1
-0
/
+7
*
Use the full-Expr filter to disambiguate equidistant correction
Kaelyn Takata
2014-11-21
1
-26
/
+41
*
Ensure all TypoExprs are diagnosed by the tree transform.
Kaelyn Takata
2014-11-20
1
-0
/
+16
*
Add a flag to BuildDeclarationNameExpr to not reject invalid decls.
Kaelyn Takata
2014-11-20
1
-1
/
+2
*
Factor out the default recovery handling.
Kaelyn Takata
2014-11-20
1
-14
/
+77
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
clang-format a recent commit I made
David Blaikie
2014-11-19
1
-4
/
+4
*
Wrap to 80 columns, no behavior change.
Nico Weber
2014-11-19
1
-4
/
+4
*
Recommit r222044 with a test fix - it does not make sense to hunt
Anton Korobeynikov
2014-11-14
1
-2
/
+6
*
Again revert r222044 to resolve darwin objc test fails.
Anton Korobeynikov
2014-11-14
1
-6
/
+2
*
Follow-up to D6217
Anton Korobeynikov
2014-11-14
1
-2
/
+6
*
Temporary revert r221818 until all the problems
Anton Korobeynikov
2014-11-12
1
-6
/
+2
*
Fix fallout from r219557
Anton Korobeynikov
2014-11-12
1
-2
/
+6
*
Pass the filter function_ref by value now that r221753 fixes the bug
Kaelyn Takata
2014-11-12
1
-3
/
+3
*
Mark TypeDecls used in explicit destructor calls as referenced.
Nico Weber
2014-11-12
1
-0
/
+1
*
Create two helpers for running the typo-correction tree transform.
Kaelyn Takata
2014-11-11
1
-16
/
+28
*
Wire up LookupMemberExpr to use the new TypoExpr.
Kaelyn Takata
2014-10-27
1
-2
/
+45
*
Add a callback for recovering using a typo correction.
Kaelyn Takata
2014-10-27
1
-7
/
+11
[next]