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
...
*
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
*
Don't slice SemaDiagnosticBuilder
Reid Kleckner
2014-06-11
1
-3
/
+2
*
Allow lookup into dependent bases in more places under -fms-compatibility
Reid Kleckner
2014-06-11
1
-22
/
+52
*
Related to PR19992: when the GNU alignof-expression extension is applied to an
Richard Smith
2014-06-10
1
-4
/
+15
*
Recover from missing typenames on template args for MSVC compatibility
Reid Kleckner
2014-06-10
1
-0
/
+11
*
PR19992: alignof is permitted on an array of unknown bound.
Richard Smith
2014-06-10
1
-19
/
+16
*
Reduce indentation in ActOnIdExpression, NFC
Reid Kleckner
2014-06-09
1
-51
/
+48
*
Objective-C. Consider block pointer as NSObject as well as conforming to
Fariborz Jahanian
2014-06-09
1
-2
/
+33
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-1
/
+1
*
Objective-C. Diagnose assigning a block pointer type to
Fariborz Jahanian
2014-05-30
1
-2
/
+2
*
PR12214 - Warn on suspicious self-compound-assignments.
Nikola Smiljanic
2014-05-30
1
-1
/
+2
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-136
/
+116
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-220
/
+220
*
Consolidate some note diagnostics
Alp Toker
2014-05-28
1
-8
/
+6
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-89
/
+94
*
PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. This
Richard Smith
2014-05-13
1
-14
/
+4
*
Add support for partial jump scope checking
Alp Toker
2014-05-09
1
-1
/
+0
*
Add an Extension warning for applying unary * to an operand of type 'void*' in
Richard Smith
2014-05-07
1
-4
/
+13
*
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
2014-05-03
1
-8
/
+7
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+2
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+1
*
Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
2014-04-29
1
-0
/
+2
*
[SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...
Argyrios Kyrtzidis
2014-04-28
1
-1
/
+2
*
[Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...
Argyrios Kyrtzidis
2014-04-26
1
-1
/
+1
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-2
/
+3
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-2
/
+3
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-0
/
+1
*
Try harder about not suggesting methods as corrections when they
Kaelyn Takata
2014-04-04
1
-23
/
+16
*
Improved semantics for implicit scalar -> extvector conversions.
Stephen Canon
2014-04-03
1
-29
/
+34
*
-fms-compatibility: Only form implicit member exprs for unqualified ids
Reid Kleckner
2014-03-25
1
-5
/
+5
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-7
/
+3
*
Add two missing entries to the C++11 support page. Bump one relevant diagnostic
Richard Smith
2014-03-14
1
-1
/
+1
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-19
/
+19
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-6
/
+4
[prev]
[next]