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
...
*
[Sema] Avoid -Wshadow warnings for shadowed variables that
Alex Lorenz
2016-11-10
1
-9
/
+37
*
[Sema] Avoid -Wshadow warnings for shadowed variables that aren't captured
Alex Lorenz
2016-11-09
1
-1
/
+30
*
Add a note that points to the linkage specifier for the C++ linkage errors
Alex Lorenz
2016-11-02
1
-1
/
+1
*
More forcibly resolve exception specifications when checking a function
Richard Smith
2016-11-02
1
-0
/
+9
*
[CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...
Justin Lebar
2016-10-28
1
-17
/
+6
*
[OpenCL] Diagnose variadic arguments
Anastasia Stulova
2016-10-28
1
-11
/
+0
*
[Sema] -Wunused-variable warning for array variables should behave
Alex Lorenz
2016-10-27
1
-1
/
+5
*
Mark invalid RecordDecls as completed.
Erik Verbruggen
2016-10-27
1
-1
/
+8
*
Implement name mangling proposal for exception specifications from cxx-abi-de...
Richard Smith
2016-10-26
1
-0
/
+36
*
Reapply r284265: "[Sema] Refactor context checking for availability diagnostics"
Erik Pilkington
2016-10-25
1
-26
/
+0
*
Remove accidentally checked in assert.
Vassil Vassilev
2016-10-21
1
-3
/
+0
*
Removed unused function argument. NFC.
Artem Belevich
2016-10-21
1
-1
/
+1
*
Don't try to use !Previous.empty() as a proxy for "Is this a redeclaration?" --
Richard Smith
2016-10-21
1
-3
/
+1
*
[modules] Do not report missing definitions of demoted constexpr variable tem...
Vassil Vassilev
2016-10-19
1
-1
/
+5
*
Revert r284265 "[Sema] Refactor context checking for availability diagnostics"
Erik Pilkington
2016-10-18
1
-0
/
+26
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-5
/
+15
*
Reinstate r284008 reverted in r284081, with two fixes:
Richard Smith
2016-10-14
1
-36
/
+39
*
[Sema] Refactor context checking for availability diagnostics
Erik Pilkington
2016-10-14
1
-26
/
+0
*
[CUDA] Allow static variables in __host__ __device__ functions, so long as th...
Justin Lebar
2016-10-13
1
-6
/
+5
*
Module: emit initializers for C/ObjC after r276159.
Manman Ren
2016-10-13
1
-1
/
+7
*
Revert r284008. This is us to fail to instantiate static data members in some
Richard Smith
2016-10-12
1
-16
/
+0
*
Reinstate r283887 and r283882.
Vassil Vassilev
2016-10-12
1
-0
/
+16
*
Revert r283887 and r283882, until the issue is understood and fixed.
Vassil Vassilev
2016-10-11
1
-17
/
+0
*
r283882 followup. Don't demote ParmVarDecls. This should fix our module builds.
Vassil Vassilev
2016-10-11
1
-14
/
+16
*
[modules] PR28752: Do not instantiate variable declarations which are not vis...
Vassil Vassilev
2016-10-11
1
-0
/
+15
*
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
Richard Smith
2016-10-10
1
-0
/
+8
*
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...
Daniel Jasper
2016-10-10
1
-8
/
+0
*
P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith
2016-10-10
1
-0
/
+8
*
Do not find friend function definitions inside non-instantiated class.
Serge Pavlov
2016-10-04
1
-5
/
+34
*
Factor out a diagnostic kind enum for use in two %select expressions
Reid Kleckner
2016-10-03
1
-10
/
+18
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
1
-1
/
+1
*
P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.
Richard Smith
2016-09-29
1
-7
/
+17
*
[Modules TS] Diagnose 'export' declaration within 'export' declaration.
Richard Smith
2016-09-26
1
-2
/
+5
*
[OpenCL] Allow half type kernel argument when cl_khr_fp16 is enabled
Yaxun Liu
2016-09-19
1
-5
/
+11
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-1
/
+3
*
[CUDA] Do not merge CUDA target attributes.
Artem Belevich
2016-09-13
1
-1
/
+7
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-3
/
+1
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-1
/
+3
*
[clang-cl] Diagnose duplicate uuids.
Nico Weber
2016-09-13
1
-0
/
+10
*
Allow register variables in naked functions.
Nikola Smiljanic
2016-09-13
1
-0
/
+15
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-0
/
+30
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-24
/
+50
*
Revert r280516 since it contained accidental changes.
Eric Fiselier
2016-09-02
1
-50
/
+24
*
Implement __attribute__((require_constant_initialization)) for safe static in...
Eric Fiselier
2016-09-02
1
-24
/
+50
*
When we reach the end of a #include of a header of a local submodule that we
Richard Smith
2016-09-01
1
-7
/
+17
*
[Sema] Don't diagnose an array type mismatch when the new or previous
Akira Hatanaka
2016-09-01
1
-2
/
+2
*
PR12298 et al: don't recursively instantiate a template specialization from
Richard Smith
2016-08-31
1
-1
/
+2
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-26
/
+62
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-23
1
-3
/
+2
*
Revert r279486 "Fix regression introduced by r279164"
Chandler Carruth
2016-08-23
1
-2
/
+3
[prev]
[next]