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
/
Parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
2
-14
/
+13
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
5
-14
/
+14
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
2
-4
/
+4
*
[UnrollAndJam] Add unroll_and_jam pragma handling
David Green
2018-08-01
1
-13
/
+40
*
Remove trailing space
Fangrui Song
2018-07-30
13
-456
/
+456
*
Parse a possible trailing postfix expression suffix after a fold expression
Nicolas Lesser
2018-07-27
1
-5
/
+15
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
2
-0
/
+4
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
2
-19
/
+15
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-13
/
+29
*
[Sema] Add fixit for unused lambda captures
Alexander Shaposhnikov
2018-07-16
1
-1
/
+5
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
7
-79
/
+76
*
AttributeList de-listifying:
Erich Keane
2018-07-12
10
-424
/
+294
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
4
-7
/
+7
*
[OPENMP] Make clauses closing loc point to right bracket.
Alexey Bataev
2018-07-06
1
-13
/
+20
*
[clang-cl, PCH] Implement support for MS-style PCH through headers
Erich Keane
2018-07-05
1
-0
/
+6
*
Fix allocation of Nullability attribute.
Erich Keane
2018-07-03
1
-9
/
+7
*
[Parse] Make -Wgcc-compat complain about for loop inits in C89
George Burgess IV
2018-06-28
1
-1
/
+3
*
[Modules][ObjC] Warn on the use of '@import' in framework headers
Bruno Cardoso Lopes
2018-06-27
1
-0
/
+12
*
Diagnose missing 'template' keywords in contexts where a comma is not a
Richard Smith
2018-06-27
3
-78
/
+132
*
Diagnose missing 'template' keywords in more cases.
Richard Smith
2018-06-26
5
-10
/
+67
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-1
/
+3
*
Restore pre-r335182 behavior for naming inherited constructors as
Richard Smith
2018-06-22
1
-2
/
+4
*
[OpenCL] Fixed parsing of address spaces for C++.
Anastasia Stulova
2018-06-22
1
-0
/
+5
*
Related to PR37768: improve diagnostics for class name shadowing.
Richard Smith
2018-06-20
2
-16
/
+14
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-06-19
1
-3
/
+1
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
1
-3
/
+32
*
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-08
1
-1
/
+14
*
Revert "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-07
1
-14
/
+1
*
[Parse] Use CapturedStmt for @finally on MSVC
Shoaib Meenai
2018-06-07
1
-1
/
+14
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+13
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-13
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+13
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-5
/
+21
*
Improve diagonstic for braced-init-list as operand to ?: expression.
Richard Smith
2018-05-24
1
-6
/
+22
*
Use dotted format of version tuple for availability diagnostics
Jan Korous
2018-05-17
1
-4
/
+6
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-1
/
+1
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-7
/
+19
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
12
-97
/
+97
*
[OpenCL] Factor out language version printing
Sven van Haastregt
2018-05-08
1
-6
/
+2
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-6
/
+2
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
4
-0
/
+14
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
1
-53
/
+83
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
7
-39
/
+63
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
6
-183
/
+24
*
Fix buildbot problems after rC330794
Bjorn Pettersson
2018-04-25
1
-1
/
+2
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
6
-24
/
+182
*
[OpenCL] Fix diagnostic of thread_local
Sven van Haastregt
2018-04-24
1
-0
/
+1
*
[OPENMP] Formatting and code improvement, NFC.
Alexey Bataev
2018-04-23
1
-88
/
+93
*
[OpenCL] Reject virtual functions for OpenCL C++
Sven van Haastregt
2018-04-23
1
-1
/
+9
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
2
-46
/
+1
[next]