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
...
*
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
*
Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
2014-10-27
1
-0
/
+114
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+2
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-5
/
+4
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
MS ABI: Don't force bases to have an inheritance model
David Majnemer
2014-08-08
1
-0
/
+8
*
Factor out exception specification information from
Richard Smith
2014-07-31
1
-5
/
+4
*
PR20445: Properly transform the initializer in a CXXNewExpr rather than running
Richard Smith
2014-07-25
1
-10
/
+1
*
PR20228: don't retain a pointer to a vector element after the container has b...
Richard Smith
2014-07-23
1
-3
/
+4
*
Track the difference between
Richard Smith
2014-07-17
1
-18
/
+15
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[OPENMP] Loop canonical form analysis (Sema)
Alexander Musman
2014-06-03
1
-1
/
+4
*
Fix 'this' capturing Generic lambdas used within default initializers (PR19876)
Faisal Vali
2014-05-30
1
-1
/
+15
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-98
/
+79
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-84
/
+84
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-77
/
+81
*
Sema: Implement DR244
David Majnemer
2014-05-21
1
-16
/
+9
*
Push implicitly-declared allocation functions into the IdResolver. Otherwise,
Richard Smith
2014-05-16
1
-3
/
+1
*
Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]
NAKAMURA Takumi
2014-05-14
1
-1
/
+1
*
PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. This
Richard Smith
2014-05-13
1
-34
/
+24
*
Revert "Sema: Implement DR244"
David Majnemer
2014-05-03
1
-3
/
+3
*
Sema: Implement DR244
David Majnemer
2014-05-03
1
-3
/
+3
*
MSVCCompat: Don't produce an invalid AST when accepting void pseudo-dtors
Reid Kleckner
2014-05-01
1
-2
/
+3
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-2
/
+3
*
PR19178 __is_constructible returns true for abstract types.
Nikola Smiljanic
2014-04-15
1
-0
/
+5
[prev]
[next]