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
*
Give more accurate descriptions of what kind of template we found in diagnost...
Richard Smith
2017-01-14
1
-1
/
+20
*
Implement DR1265 (wg21.link/cwg1265).
Richard Smith
2017-01-13
1
-50
/
+61
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-19
/
+17
*
This reverts r291628. As suggested by Richard, we can simply
Manman Ren
2017-01-11
1
-9
/
+4
*
Module: Do not create Implicit ImportDecl for module X if we
Manman Ren
2017-01-11
1
-4
/
+9
*
[Sema] Avoid -Wshadow warning when a "redefinition of " error is presented
Alex Lorenz
2017-01-10
1
-22
/
+35
*
Don't classify variable template names as type templates.
Richard Smith
2017-01-10
1
-1
/
+2
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-3
/
+6
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-6
/
+3
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-3
/
+6
*
[c++1z] Permit constant evaluation of a call through a function pointer whose
Richard Smith
2016-12-15
1
-21
/
+10
*
Improve our handling of tag decls in function prototypes
Reid Kleckner
2016-12-14
1
-30
/
+52
*
[c++1z] P0217R3: Allow by-value structured binding of arrays.
Richard Smith
2016-12-14
1
-3
/
+9
*
[OpenCL] Improve address space diagnostics.
Egor Churaev
2016-12-13
1
-9
/
+12
*
[c++17] P0490R0, NB comment FI 20: allow direct-initialization of decompositi...
Richard Smith
2016-12-09
1
-11
/
+22
*
Improve error message when referencing a non-tag type with a tag
Reid Kleckner
2016-12-09
1
-5
/
+17
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-45
/
+40
*
[CUDA] Ignore implicit target attributes during function template instantiation.
Artem Belevich
2016-12-08
1
-3
/
+9
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
1
-0
/
+3
*
Implement the -Wstrict-prototypes warning
Alex Lorenz
2016-12-07
1
-0
/
+15
*
[modules] Use the "redundant #include" diagnostic rather than the "module
Richard Smith
2016-12-06
1
-7
/
+1
*
Fix formatting issue from r288207
Hans Wennborg
2016-11-30
1
-1
/
+1
*
[c++1z] Improve support for -fno-exceptions: we can't just ignore exception
Richard Smith
2016-11-30
1
-9
/
+0
*
[c++1z] PR31210: ignore exception specification when matching the type of a
Richard Smith
2016-11-29
1
-3
/
+19
*
Don't try to merge DLL attributes on redeclaration of invalid decl (PR31069)
Hans Wennborg
2016-11-29
1
-0
/
+3
*
[OpenCL] Prohibit using reserve_id_t in program scope.
Alexey Bader
2016-11-29
1
-50
/
+55
*
Use descriptive message if list initializer is incorrectly parenthesized.
Serge Pavlov
2016-11-12
1
-0
/
+24
*
Remove double setting of invalid flag.
Richard Trieu
2016-11-11
1
-2
/
+0
*
[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
[next]