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
...
*
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
*
Fix regression introduced by r279164: only pass definitions as the PatternDef
Richard Smith
2016-08-22
1
-3
/
+2
*
C++ Modules TS: support parsing the 'module' declaration (including extensions
Richard Smith
2016-08-19
1
-1
/
+54
*
C++ Modules TS: Add parsing support for module import declaration.
Richard Smith
2016-08-18
1
-3
/
+2
*
[MS] Silence -Wextern-init on const selectany variables
Reid Kleckner
2016-08-18
1
-3
/
+10
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
1
-0
/
+3
*
P0217R3: template instantiation support for decomposition declarations.
Richard Smith
2016-08-12
1
-6
/
+5
*
Remove unused and undesirable reference from BindingDecl to DecompositionDecl.
Richard Smith
2016-08-12
1
-6
/
+3
*
P0217R3: Constant expression evaluation for decomposition declarations.
Richard Smith
2016-08-12
1
-3
/
+6
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-158
/
+29
*
[CUDA] Reject calls to __device__ functions from host variable global initial...
Justin Lebar
2016-08-10
1
-28
/
+47
*
Pass information in a record instead of stack. NFC
Serge Pavlov
2016-08-08
1
-2
/
+2
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-20
/
+233
*
[modules] Don't emit initializers for VarDecls within a module eagerly whenever
Richard Smith
2016-07-20
1
-13
/
+22
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+1
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-4
/
+4
*
C does not have inline variables.
Paul Robinson
2016-07-14
1
-1
/
+4
*
Implement FunctionDecl::getDefinition() to be consistent with
Yaron Keren
2016-07-13
1
-5
/
+2
*
[OpenCL] Improved diagnostics of OpenCL types.
Anastasia Stulova
2016-07-11
1
-10
/
+0
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-1
/
+1
*
[Sema] A flexible array member must not be the only named member
David Majnemer
2016-07-04
1
-4
/
+2
*
Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a
Richard Smith
2016-06-25
1
-16
/
+81
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-26
/
+21
[prev]
[next]