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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping the
Kaelyn Takata
2014-11-11
1
-0
/
+11
*
Revert r221702 until I address Richard Trieu's
Fariborz Jahanian
2014-11-11
1
-5
/
+1
*
Patch to warn when logical evaluation of operand evalutes to a true value;
Fariborz Jahanian
2014-11-11
1
-1
/
+5
*
This patch fixes a crash after rebuilding call AST of
Fariborz Jahanian
2014-11-11
1
-0
/
+33
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-2
/
+1
*
Revert r221404 which caused lldb to not display
Fariborz Jahanian
2014-11-07
1
-33
/
+0
*
This patch fixes a crash after rebuilding call AST of
Fariborz Jahanian
2014-11-05
1
-0
/
+33
*
Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
2014-10-29
1
-11
/
+11
*
Start adding the infrastructure for handling TypoExprs.
Kaelyn Takata
2014-10-27
1
-0
/
+7
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-18
/
+19
*
Switching to range-based for loops; NFC.
Aaron Ballman
2014-10-16
1
-10
/
+5
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-0
/
+28
*
[complex] Teach Clang to preserve different-type operands to arithmetic
Chandler Carruth
2014-10-11
1
-82
/
+29
*
Fix for bug http://llvm.org/PR17427.
Alexey Bataev
2014-10-09
1
-5
/
+30
*
Don't trap when passing non-POD arguments to variadic functions in MS-compati...
Hans Wennborg
2014-09-29
1
-0
/
+4
*
Don't perform ADL when looking up operator=; there is no non-member form of
Richard Smith
2014-09-23
1
-1
/
+1
*
Patch to check at compile time for overflow when
Fariborz Jahanian
2014-09-18
1
-2
/
+2
*
Don't try to devirtualize non-virtual calls
Reid Kleckner
2014-09-16
1
-0
/
+4
*
Objective-C arc. Fixes a crash when issuing diagnostic for
Fariborz Jahanian
2014-09-10
1
-1
/
+1
*
Split off CUDA-specific Sema parts to a new file
Eli Bendersky
2014-09-03
1
-17
/
+0
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-11
/
+30
*
Call ResolveExceptionSpec for non-OdrUsed functions.
Nico Weber
2014-08-27
1
-6
/
+9
*
Fix a bad location in -Wparentheses fix-it hint
Richard Trieu
2014-08-23
1
-1
/
+1
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
Sema: Disallow taking the address of a bitfield coming from preincrement
David Majnemer
2014-07-31
1
-2
/
+5
*
Not all instantiated variable is odr-used. Do not mark non-odr-used variable ...
Larisse Voufo
2014-07-30
1
-0
/
+6
*
Fix typo.
Larisse Voufo
2014-07-29
1
-1
/
+1
*
Fix PR10177 where non-type template arguments to alias templates are not mark...
Larisse Voufo
2014-07-29
1
-19
/
+21
*
Wrap to 80 columns. No behavior change.
Nico Weber
2014-07-27
1
-4
/
+3
*
Objective-C. Warn if protocol used in an @protocol
Fariborz Jahanian
2014-07-25
1
-0
/
+9
*
Improving the "integer constant too large" diagnostics based on post-commit f...
Aaron Ballman
2014-07-24
1
-6
/
+5
*
Provide extra information in the "integer constant is too large" diagnostic. ...
Aaron Ballman
2014-07-22
1
-3
/
+6
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-6
/
+6
*
Avoid referencing the vtable when calling the ctor without emitting it
Reid Kleckner
2014-07-16
1
-2
/
+0
*
Form a CallExpr from __noop without parens
Reid Kleckner
2014-07-11
1
-1
/
+14
*
Fix typos.
Nikola Smiljanic
2014-07-09
1
-1
/
+1
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-1
/
+1
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-3
/
+102
*
Objective-C ARC. Provide diagnostic and fix-it
Fariborz Jahanian
2014-06-26
1
-1
/
+3
*
Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...
Craig Topper
2014-06-26
1
-5
/
+4
*
Propagate isAddressOfMember into typo correction so that we don't correct &qu...
Nick Lewycky
2014-06-23
1
-0
/
+14
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-13
/
+17
*
Revert "Lex: Use the correct types for MS integer suffixes"
Rafael Espindola
2014-06-21
1
-13
/
+13
*
Lex: Use the correct types for MS integer suffixes
David Majnemer
2014-06-21
1
-13
/
+13
*
Objective-C qoi. When Objective-C pointer mismatches with
Fariborz Jahanian
2014-06-19
1
-4
/
+31
*
Objective-C ARC. Allow conversion of (void*) pointers to
Fariborz Jahanian
2014-06-18
1
-1
/
+2
*
Objective-C. Attributes on class declarations carry over
Fariborz Jahanian
2014-06-18
1
-0
/
+6
*
Objective-C. Diagnose when property access is using declared
Fariborz Jahanian
2014-06-16
1
-5
/
+9
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-13
/
+5
*
Recover from missing 'typename' in sizeof(T::InnerType)
Reid Kleckner
2014-06-12
1
-10
/
+35
[next]