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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[GCC] Attribute ifunc support in clang
Dmitry Polukhin
2016-04-11
1
-2
/
+2
*
[Concepts] Implement subsection [dcl.spec.concept]p7 of the Concepts TS
Nathan Wilson
2016-04-09
1
-0
/
+21
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+3
*
[CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar
2016-03-30
1
-0
/
+3
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-2
/
+2
*
[CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar
2016-03-29
1
-9
/
+7
*
ObjC: Handle boolean fixed type for enum.
Manman Ren
2016-03-23
1
-1
/
+4
*
Use an enum instead of hardcoded indices. NFC.
Alexander Kornienko
2016-03-23
1
-7
/
+11
*
[CUDA] Don't allow templated variadic functions.
Justin Lebar
2016-03-22
1
-22
/
+22
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
1
-1
/
+2
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-1
/
+2
*
Revert r263687 for ubsan bot failure.
Manman Ren
2016-03-17
1
-2
/
+1
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
1
-2
/
+2
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
1
-2
/
+2
*
Add an optional named argument (replacement = "xxx") to AvailabilityAttr.
Manman Ren
2016-03-17
1
-1
/
+2
*
Fix destructor definition of invalid classes
Olivier Goffart
2016-03-16
1
-8
/
+10
*
Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.
Manman Ren
2016-03-10
1
-1
/
+3
*
[GCC] PR23529 Sema part of attrbute abi_tag support
Dmitry Polukhin
2016-03-09
1
-0
/
+18
*
[OpenCL] Improve diagnostics of address spaces for variables in function
Anastasia Stulova
2016-03-03
1
-20
/
+12
*
[OpenCL] Apply missing restrictions for Blocks in OpenCL v2.0
Anastasia Stulova
2016-03-03
1
-23
/
+55
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-2
/
+3
*
[clang-cl] /EHc should not effect functions with explicit exception specifica...
David Majnemer
2016-02-29
1
-2
/
+5
*
[modules] Prefer more complete array types.
Vassil Vassilev
2016-02-28
1
-34
/
+49
*
[OpenCL] Add Sema checks for types
Xiuli Pan
2016-02-25
1
-1
/
+22
*
[OpenCL] Add Sema checks for OpenCL 2.0 block
Xiuli Pan
2016-02-24
1
-0
/
+13
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
1
-1
/
+1
*
[MSVC Compat] Implement -EHc semantics
David Majnemer
2016-02-20
1
-0
/
+7
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-9
/
+10
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
1
-1
/
+1
*
[modules] Cache 'acceptable decl' lookups for namespaces. In projects with
Richard Smith
2016-02-17
1
-0
/
+3
*
Fix remaining Clang-tidy readability-redundant-control-flow warnings; other m...
Eugene Zelenko
2016-02-12
1
-26
/
+9
*
[Concepts] Remove the IsConcept bit and associated member functions from VarDecl
Nathan Wilson
2016-02-08
1
-5
/
+8
*
[Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p1 by
Nathan Wilson
2016-02-08
1
-2
/
+23
*
Don't synthesize an ImportDecl for a module named in -fmodule-implementation-of
Ben Langmuir
2016-02-05
1
-1
/
+7
*
PR24989: Stop trying to use the C++11 rules for lambda return type inference in
Richard Smith
2016-02-02
1
-14
/
+18
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
1
-0
/
+32
*
PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...
Denis Zobnin
2016-02-02
1
-0
/
+4
*
[Concepts] Implement a portion of Concepts TS[dcl.spec.concept]p5 and p6:
Nathan Wilson
2016-01-29
1
-0
/
+17
*
Include RecordDecls from anonymous unions in the AST.
Nico Weber
2016-01-28
1
-8
/
+21
*
Remove unused parameter.
Nico Weber
2016-01-28
1
-9
/
+6
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+2
*
[CUDA] Add -fcuda-allow-variadic-functions.
Justin Lebar
2016-01-26
1
-3
/
+5
*
[MS Compat] Don't crash if __GetExceptionInfo is in global scope
David Majnemer
2016-01-26
1
-0
/
+3
*
[CUDA] Disallow variadic functions other than printf in device code.
Justin Lebar
2016-01-23
1
-12
/
+20
*
OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef
David Blaikie
2016-01-15
1
-20
/
+20
*
When a tag is declared in prototype scope in C, if we've decided that it
Richard Smith
2016-01-11
1
-4
/
+4
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+17
*
[modules] If we're treating an elaborated-type-specifier as if it introduces a
Richard Smith
2016-01-09
1
-15
/
+30
*
Fix half of PR26048. We don't yet diagnose the case where the anonymous union...
Richard Smith
2016-01-06
1
-8
/
+7
[prev]
[next]