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
/
SemaTemplateVariadic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Do not look through pack expansions when looking for unexpanded parameter packs.
Richard Smith
2017-08-15
1
-18
/
+64
*
PR33082: Improve tracking of unexpanded parameter packs within variadic gener...
Richard Smith
2017-08-15
1
-39
/
+87
*
PR24440: Do not silently discard a fold-expression appearing as the operand o...
Richard Smith
2017-02-15
1
-0
/
+7
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+1
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-11
/
+8
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-8
/
+11
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-11
/
+8
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-1
/
+1
*
PR26276: Fix detection of non-cast-expressions as operands of fold-expressions.
Richard Smith
2016-10-20
1
-1
/
+3
*
Add optimization to sizeof...(X) handling: if none of parameter pack X's
Richard Smith
2016-10-19
1
-1
/
+58
*
Fix crash while parsing variable template with variadic template arguments
Olivier Goffart
2016-05-26
1
-1
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+1
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-1
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+1
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-0
/
+2
*
Implement P0036R0: remove support for empty unary folds of +, *, |, &.
Richard Smith
2016-03-04
1
-15
/
+0
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+1
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-0
/
+1
*
PR14858: Initial support for proper sizeof... handling within alias templates.
Richard Smith
2015-09-23
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[Sema] Factor diags with %plural. No functionality change intended.
Benjamin Kramer
2015-03-27
1
-9
/
+4
*
Don't crash on an invalid trailing return type on a function before a '...'
Nico Weber
2014-12-30
1
-5
/
+5
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+105
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-4
/
+4
*
Fix for PR20660, where unexpanded parameter pack in function parameter clause...
Larisse Voufo
2014-08-29
1
-7
/
+31
*
Reject varargs '...' in function prototype if there are more parameters after
Richard Smith
2014-08-11
1
-0
/
+14
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-5
/
+5
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-5
/
+5
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-8
/
+0
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-8
/
+4
*
Fix one place I missed that was memcpy'ing TypeLocs in a way that messes
Eli Friedman
2013-06-20
1
-0
/
+60
*
Re-commit r183466 with a fix to make the TypeLoc casting machinery work
Eli Friedman
2013-06-07
1
-10
/
+7
*
Reverts r183466: "Perform dynamic alignment computations..."
Manuel Klimek
2013-06-07
1
-7
/
+10
*
Perform dynamic alignment computations so that the data in TypeLocs is
Eli Friedman
2013-06-07
1
-10
/
+7
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-2
/
+6
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-0
/
+1
*
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-21
1
-5
/
+4
*
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
1
-21
/
+18
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-1
/
+2
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+1
[next]