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
/
TreeTransform.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-11
/
+11
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-10
/
+11
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-11
/
+10
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-62
/
+61
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-212
/
+165
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-2
/
+2
*
PR38257: don't perform ADL when instantiating a unary & operator that turns out
Richard Smith
2018-07-22
1
-3
/
+5
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+54
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-1
/
+5
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-53
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+53
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+6
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-12
/
+19
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-236
/
+236
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-13
/
+6
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
1
-1
/
+0
*
[Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...
Eric Fiselier
2018-04-08
1
-5
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
1
-2
/
+4
*
[coroutines] Pass coro func args to promise ctor
Brian Gesiak
2018-01-24
1
-2
/
+2
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-26
/
+25
*
When rebuilding an InitListExpr, don't give it a type.
Richard Smith
2018-01-12
1
-16
/
+5
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-5
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Fix two-phase name lookup for non-dependent overloaded operators.
Richard Smith
2017-10-05
1
-4
/
+10
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-5
/
+71
*
[Sema] Fix using old initializer during switch statement transformation.
Volodymyr Sapsai
2017-09-21
1
-2
/
+1
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-0
/
+61
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-0
/
+60
*
[coroutines] Fix rebuilding of dependent coroutine parameters
Eric Fiselier
2017-06-03
1
-0
/
+2
*
[coroutines] Make generic lambda coroutines work
Gor Nishanov
2017-05-24
1
-0
/
+13
*
Sema: protect against ObjC++ typo-correction failure
Saleem Abdulrasool
2017-04-20
1
-0
/
+3
*
[coroutines] Fix rebuilding of implicit and dependent coroutine statements.
Eric Fiselier
2017-04-03
1
-44
/
+51
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-30
/
+43
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-2
/
+2
*
[coroutines] Fix diagnostics depending on the first coroutine statement.
Eric Fiselier
2017-03-11
1
-1
/
+1
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-7
/
+130
*
[VLA] Handle VLA size expression in a full-expression context.
Tim Shen
2017-02-14
1
-2
/
+9
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+13
*
[Sema][ObjC++] Typo correction should handle ivars and properties
Alex Lorenz
2017-02-03
1
-8
/
+9
*
[Sema] Transform a templated name before looking it up in
Akira Hatanaka
2017-01-31
1
-1
/
+7
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-51
/
+156
*
Revert r293455, which breaks v8 with a spurious error. Testcase added.
Sam McCall
2017-01-30
1
-101
/
+13
*
Towards P0091R3: parsing support for class template argument deduction in typ...
Richard Smith
2017-01-30
1
-13
/
+101
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+39
*
Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-20
1
-24
/
+29
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-2
/
+6
[next]