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
*
Properly track that a character literal is UTF-8, and pretty print the prefix...
Aaron Ballman
2016-01-07
1
-0
/
+2
*
[Sema] Teach overload resolution about unaddressable functions.
George Burgess IV
2016-01-07
1
-3
/
+14
*
Properly bind up any cleanups in an ExprWithCleanups after
John McCall
2016-01-06
1
-6
/
+5
*
Only instantiate a default argument once.
John McCall
2016-01-06
1
-1
/
+8
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-1
/
+0
*
fix typos; NFC
Sanjay Patel
2015-12-29
1
-2
/
+2
*
Teach typo correction to properly handle mapping declarations to their
Richard Smith
2015-12-29
1
-15
/
+14
*
Replace isa+cast with dyn_cast and obey the no else after return rule.
Yaron Keren
2015-12-23
1
-6
/
+2
*
[Sema] Use range-based for loops. NFC
Craig Topper
2015-12-21
1
-56
/
+39
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-3
/
+6
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-3
/
+4
*
[Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...
Craig Topper
2015-12-13
1
-24
/
+19
*
[Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...
Craig Topper
2015-12-13
1
-6
/
+4
*
Minor formatting cleanup. NFC
Craig Topper
2015-12-12
1
-1
/
+1
*
[Sema] Simplify a couple if statements. Explicitly check up front that only o...
Craig Topper
2015-12-12
1
-3
/
+3
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-1
/
+2
*
Reverting r255337 as it seems to kill bots. Needs investigation.
Anastasia Stulova
2015-12-11
1
-2
/
+1
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-1
/
+2
*
[Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea...
Craig Topper
2015-12-10
1
-13
/
+13
*
[Sema] Remove tab characters. NFC
Craig Topper
2015-12-08
1
-2
/
+2
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-5
/
+43
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-5
/
+18
*
P0002R1: increment on expressions of type bool is no longer allowed in C++1z.
Richard Smith
2015-11-26
1
-1
/
+3
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
1
-3
/
+30
*
[Sema] Combine similar diagnostics using %select. NFC
Craig Topper
2015-11-17
1
-3
/
+2
*
Use Sema::getLocForEndOfToken instead of Preprocessor::getLocForEndOfToken. NFC
Craig Topper
2015-11-15
1
-18
/
+14
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-3
/
+5
*
Use makeArrayRef instead of explicitly mentioning the type. NFC
Craig Topper
2015-11-07
1
-1
/
+1
*
The control expression for a _Generic selection expression should have
Aaron Ballman
2015-11-05
1
-5
/
+7
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-0
/
+1
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-1
/
+1
*
Use an ArrayRef<OffsetOfComponent> instead of pointer and size throughout off...
Craig Topper
2015-10-22
1
-11
/
+7
*
Use front() instead of [0] to make code more consistent with the next line th...
Craig Topper
2015-10-22
1
-1
/
+1
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
1
-1
/
+10
*
[Sema] Allow C conversions in C overload logic
George Burgess IV
2015-10-11
1
-15
/
+27
*
[Sema] Add "Ty" suffix to QualType variables for clarity (NFC)
Vedant Kumar
2015-10-09
1
-5
/
+5
*
Revert r107690 (for PR7417) and add a testcase that it breaks. The approach of
Richard Smith
2015-10-05
1
-42
/
+1
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-1
/
+1
*
[OpenMP] Capture global variables in target regions.
Samuel Antao
2015-10-02
1
-3
/
+11
*
[Sema] Avoid crashing during this-> insertion recovery
Reid Kleckner
2015-09-30
1
-8
/
+15
*
[OpenCL] Add missing OpenCL LangOpts in address space compatibility checks
Anastasia Stulova
2015-09-30
1
-7
/
+9
*
[OpenCL 2.0] This change adds extra diagnostics to atomic types
Anastasia Stulova
2015-09-30
1
-0
/
+22
*
[OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.
Alexey Bataev
2015-09-30
1
-23
/
+1
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-30
/
+44
*
Prevent implicit re-interpret casts between ExtVector and Scalar types.
Stephen Canon
2015-09-15
1
-0
/
+8
*
[MS ABI] Select a pointer to member representation more often
David Majnemer
2015-09-10
1
-0
/
+4
*
[OPENMP] Fix for http://llvm.org/PR24687: ICE on compilation of R package TPmsm.
Alexey Bataev
2015-09-03
1
-15
/
+15
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-7
/
+5
*
[OpenCL] Improve diagnostics detecting implicit vector conversion.
Alexey Bader
2015-08-30
1
-0
/
+12
*
[Sema] Don't assume CallExpr::getDirectCallee will succeed
David Majnemer
2015-08-26
1
-1
/
+1
[next]