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
...
*
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
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-1
/
+1
*
Fix a few issues while skipping function bodies
Olivier Goffart
2016-06-16
1
-1
/
+1
*
Keep invalid functions as part of the AST
Olivier Goffart
2016-06-16
1
-4
/
+3
*
Fix cv-qualification of '*this' captures and nasty bug PR27507
Faisal Vali
2016-06-11
1
-1
/
+1
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-1
/
+1
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-1
/
+1
*
FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren
2016-06-02
1
-1
/
+2
*
[MSVC] Fix stack overflow in unqualified type lookup logic, by Will
Alexey Bataev
2016-05-31
1
-5
/
+11
*
[ms][dll] #26935 Defining a dllimport function should cause it to be exported
Denis Zobnin
2016-05-25
1
-17
/
+35
*
[ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner
2016-05-24
1
-11
/
+47
*
Fix filtering of prior declarations when checking for a tag redeclaration to
Richard Smith
2016-05-23
1
-1
/
+2
*
[CUDA] Do not allow non-empty destructors for global device-side variables.
Artem Belevich
2016-05-19
1
-0
/
+6
*
Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition...
Vassil Vassilev
2016-05-18
1
-1
/
+1
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-0
/
+7
*
[CUDA] Restrict init of local __shared__ variables to empty constructors only.
Artem Belevich
2016-05-09
1
-4
/
+5
*
[CUDA] Only __shared__ variables can be static local on device side.
Artem Belevich
2016-05-09
1
-1
/
+10
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Availability: set location when creating attribute for tvos, watchos.
Manman Ren
2016-05-06
1
-1
/
+2
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-7
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-0
/
+7
*
Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...
Aaron Ballman
2016-05-04
1
-271
/
+273
*
Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner
2016-04-29
1
-19
/
+61
*
Implement CWG 941 - explicit specializations of deleted function templates
Faisal Vali
2016-04-17
1
-0
/
+8
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-7
/
+0
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-0
/
+7
*
Reverting r266199; it causes build bot failures.
Aaron Ballman
2016-04-13
1
-274
/
+272
*
Add functions declared in ctype.h to builtin function database. All functions...
Aaron Ballman
2016-04-13
1
-272
/
+274
[prev]
[next]