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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Prefer more complete array types.
Vassil Vassilev
2016-02-28
2
-34
/
+61
*
Fix bug in using shadow decl checking: a using shadow decl should not conflict
Richard Smith
2016-02-27
1
-0
/
+6
*
[dllexport] Sort out emission order of delayed exported classes
Reid Kleckner
2016-02-26
3
-0
/
+20
*
Reduce false positives in printf/scanf format checker
Andy Gibbs
2016-02-26
1
-34
/
+145
*
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli Pan
2016-02-26
3
-11
/
+53
*
[Sema] Remove assert in TreeTransform<Derived>::TransformObjCObjectType.
Akira Hatanaka
2016-02-25
1
-1
/
+0
*
[OPENMP 4.5] Codegen for member decls in 'lastprivate' clause.
Alexey Bataev
2016-02-25
1
-22
/
+62
*
Twek fix for PR24473 (r261506) - Preserve the template arguments as written
Faisal Vali
2016-02-25
1
-1
/
+4
*
[OPENMP 4.5] Support fielddecls in 'shared' clause.
Alexey Bataev
2016-02-25
1
-40
/
+28
*
[OpenCL] Add Sema checks for types
Xiuli Pan
2016-02-25
2
-2
/
+26
*
Fix assertion failure on MaybeODRUseExprs.
Manman Ren
2016-02-24
1
-0
/
+2
*
Minor cleanup of Sema::CheckEnableIf. NFC.
George Burgess IV
2016-02-24
1
-23
/
+16
*
[CUDA] do not allow attribute-based overloading for __global__ functions.
Artem Belevich
2016-02-24
1
-1
/
+4
*
[OpenCL] Add Sema checks for OpenCL 2.0 block
Xiuli Pan
2016-02-24
3
-0
/
+57
*
Amends r252104 to evaluate the controlling expression in an unevaluated conte...
Aaron Ballman
2016-02-23
1
-4
/
+7
*
Make Sema::CheckFormatString a static function inside SemaChecking.cpp
Andy Gibbs
2016-02-22
1
-31
/
+46
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
4
-39
/
+14
*
Fix PR24473 : Teach clang to remember to substitute into member variable temp...
Faisal Vali
2016-02-22
1
-2
/
+48
*
[MSVC Compat] Implement -EHc semantics
David Majnemer
2016-02-20
1
-0
/
+7
*
[OPENMP 4.5] Initial support for data members in 'lastprivate' clause.
Alexey Bataev
2016-02-20
1
-61
/
+46
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
2
-10
/
+11
*
[OpenCL] Generate metadata for opencl_unroll_hint attribute
Anastasia Stulova
2016-02-19
1
-0
/
+48
*
Removed unused local variable
Serge Pavlov
2016-02-19
1
-3
/
+0
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-6
/
+11
*
Fix my typo from r261278
Richard Trieu
2016-02-19
1
-1
/
+1
*
Add -Wcomma warning to Clang.
Richard Trieu
2016-02-18
2
-0
/
+92
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
4
-13
/
+50
*
[Sema] Fix bug in TypeLocBuilder::pushImpl
Akira Hatanaka
2016-02-18
1
-4
/
+32
*
[Parse] Code complete expressions in bracket declarators.
Benjamin Kramer
2016-02-18
1
-0
/
+4
*
Sema: provide an extension warning for enable_if
Saleem Abdulrasool
2016-02-18
1
-0
/
+2
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
4
-8
/
+46
*
[modules] Cache 'acceptable decl' lookups for namespaces. In projects with
Richard Smith
2016-02-17
2
-0
/
+24
*
Correct more typos in conditional expressions
David Majnemer
2016-02-17
1
-1
/
+16
*
[OPENMP 4.5] Codegen support for data members in 'firstprivate' clause.
Alexey Bataev
2016-02-17
1
-2
/
+12
*
[OpenCL] Added half type literal with suffix h.
Anastasia Stulova
2016-02-17
1
-1
/
+8
*
[OPENMP] Fix handling loop-based directives with arrays.
Alexey Bataev
2016-02-17
1
-68
/
+106
*
Improve diagnostics for ill-formed literal operator declarations.
Richard Smith
2016-02-17
1
-86
/
+144
*
[typo-correction] Apply name specifier corrections when forming a NNS
Reid Kleckner
2016-02-16
1
-0
/
+4
*
[OPENMP] Allow to use compound assignment operators.
Alexey Bataev
2016-02-16
1
-10
/
+37
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-20
/
+41
*
Sema: prevent assertion on stack return checking
Saleem Abdulrasool
2016-02-15
1
-2
/
+4
*
Sema: constify EvalAddr, EvalVal
Saleem Abdulrasool
2016-02-15
1
-139
/
+146
*
Fix a leak in the generated code for attributes with strings.
Benjamin Kramer
2016-02-13
1
-3
/
+3
*
Don't copy a DenseMap just to do lookup in it.
Benjamin Kramer
2016-02-13
1
-6
/
+1
*
[Sema] More changes to fix Objective-C fallout from r249995.
Bob Wilson
2016-02-13
2
-33
/
+51
*
Make -Wnull-conversion more useful.
Richard Trieu
2016-02-13
1
-7
/
+14
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
7
-177
/
+92
*
[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
Artem Belevich
2016-02-12
2
-43
/
+72
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
3
-43
/
+40
*
Silence some MSVC false positive warnings about integer zexts and falling off...
Reid Kleckner
2016-02-10
1
-1
/
+1
[next]