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
...
*
[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
*
Fix possible crash on null base or type for array elements.
Alexey Bataev
2015-08-25
1
-1
/
+2
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+167
*
Fix crash with two typos in the arguments of a function
Olivier Goffart
2015-08-20
1
-0
/
+1
*
Fix -Wlogical-not-parentheses to work better with C code.
Richard Trieu
2015-08-19
1
-5
/
+2
*
[SemaExpr] Re-enable missing assertion.
Davide Italiano
2015-08-19
1
-2
/
+1
*
[AST] ArrayRefize BlockDecl::setCaptures. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-2
/
+1
*
[SemaExpr] Factor out common diagnostic code for remainder/division.
Davide Italiano
2015-08-01
1
-18
/
+16
*
Add support for System z vector language extensions
Ulrich Weigand
2015-07-30
1
-20
/
+94
*
[MS Extensions] Remove support for the i128 integer literal suffix
David Majnemer
2015-07-26
1
-13
/
+1
*
Fix the equal-vector-size rule for reinterpret_casts in C++
John McCall
2015-07-23
1
-8
/
+18
*
[Sema] Don't emit "pure virtual" warning for fully qualified calls.
Davide Italiano
2015-07-14
1
-2
/
+3
*
[OPENMP] Drop type qualifiers from private variables.
Alexey Bataev
2015-07-14
1
-0
/
+3
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
1
-5
/
+5
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-12
/
+9
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-32
/
+2
*
[Sema] Warn when shifting a negative value.
Davide Italiano
2015-07-06
1
-2
/
+12
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-1
/
+4
*
Make the typo resolution in r240441 apply to all function calls.
Kaelyn Takata
2015-06-23
1
-11
/
+12
*
Ensure delayed typos have been corrected in calls to builtins before
Kaelyn Takata
2015-06-23
1
-1
/
+11
[prev]
[next]