index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.
Justin Lebar
2016-10-08
2
-0
/
+77
*
[coroutines] Rename driver flag -fcoroutines to -fcoroutines-ts
Gor Nishanov
2016-10-02
1
-1
/
+1
*
[CUDA] Emit a warning if a CUDA host/device/global attribute is placed after ...
Justin Lebar
2016-09-30
1
-2
/
+11
*
[CUDA] Handle attributes on CUDA lambdas appearing between [...] and (...).
Justin Lebar
2016-09-30
1
-0
/
+33
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-16
/
+27
*
Add a few more test for []-style uuid attributes.
Nico Weber
2016-09-07
1
-0
/
+27
*
Add a test Aaron asked for that I forgot to add before landing r280578.
Nico Weber
2016-09-03
1
-0
/
+2
*
[ms] Add support for parsing uuid as a Microsoft attribute.
Nico Weber
2016-09-03
2
-0
/
+149
*
(clang part) Implement MASM-flavor intel syntax behavior for inline MS asm bl...
Yunzhong Gao
2016-09-02
1
-4
/
+4
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
2
-11
/
+37
*
C++ Modules TS: support parsing the 'module' declaration (including extensions
Richard Smith
2016-08-19
1
-3
/
+34
*
C++ Modules TS: Add parsing support for module import declaration.
Richard Smith
2016-08-18
1
-0
/
+22
*
[ObjC] Warn on unguarded use of partial declaration
Erik Pilkington
2016-08-16
1
-2
/
+0
*
P0217R3: Perform semantic checks and initialization for the bindings in a
Richard Smith
2016-08-11
1
-2
/
+15
*
Update Clang Parser test error message to match new parser errors
Nirav Dave
2016-08-02
1
-1
/
+1
*
Revert r276896 "Update Clang Parser test error message to match new parser er...
Hans Wennborg
2016-08-01
1
-1
/
+1
*
[Parse] Let declarations follow labels in -fms-extensions mode
David Majnemer
2016-08-01
1
-0
/
+9
*
[GCC] Support for __final specifier
Andrey Bokhanko
2016-07-29
1
-0
/
+9
*
Update Clang Parser test error message to match new parser errors
Nirav Dave
2016-07-27
1
-1
/
+1
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-0
/
+135
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+24
*
P0305R0: Semantic analysis and code generation for C++17 init-statement for '...
Richard Smith
2016-07-14
1
-13
/
+15
*
Fix typo-correction crash if a typo occurs within the operand of a
Richard Smith
2016-06-30
1
-3
/
+5
*
P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.
Richard Smith
2016-06-29
2
-1
/
+47
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-2
/
+2
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-2
/
+2
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-2
/
+2
*
Add loop pragma for Loop Distribution
Adam Nemet
2016-06-14
2
-1
/
+19
*
[Parser] Handle __pragma(pack, etc. after type definitions
David Majnemer
2016-06-14
1
-0
/
+4
*
Disable warning about core features by default
Jan Vesely
2016-06-01
1
-1
/
+1
*
[Parser] Fix look ahead after EOF while parsing objc message and lambdas
Bruno Cardoso Lopes
2016-05-31
1
-0
/
+11
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-16
4
-15
/
+17
*
Warn when a reference is bound to an empty l-value (dereferenced null pointer).
Nick Lewycky
2016-05-14
1
-1
/
+1
*
Revert "[OpenCL] Add supported OpenCL extensions to target info."
Yaxun Liu
2016-05-13
4
-17
/
+15
*
[OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu
2016-05-13
4
-15
/
+17
*
[OpenCL] Output OpenCL version in diagnostics.
Anastasia Stulova
2016-05-12
2
-10
/
+10
*
Expose cxx constructor and method properties through libclang and python bind...
Jonathan Coe
2016-04-27
1
-1
/
+1
*
Add a test case to check a member's default constructor is also run.
Akira Hatanaka
2016-04-19
1
-0
/
+4
*
[Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka
2016-04-18
1
-0
/
+17
*
Lit C++11 Compatibility Patch #8
Charles Li
2016-04-14
3
-20
/
+113
*
ObjC class properties: add diagnostics for unimplemented class properties.
Manman Ren
2016-04-12
1
-1
/
+0
*
Diagnose missing macro argument following charize operator.
Andy Gibbs
2016-04-01
1
-0
/
+3
*
[Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...
Faisal Vali
2016-03-26
1
-0
/
+31
*
The time when -faltivec (or, on clang only, -maltivec) will magically
Eric Christopher
2016-03-24
1
-0
/
+1
*
clang-cl: support __cdecl-on-struct anachronism
Reid Kleckner
2016-03-21
1
-0
/
+3
*
Silence duplicate diagnostics because parsing of a standards-based attribute ...
Aaron Ballman
2016-03-08
1
-1
/
+0
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-1
/
+13
*
[ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix...
Marina Yatsina
2016-03-07
1
-0
/
+4
*
[OpenCL] Improve diagnostics of address spaces for variables in function
Anastasia Stulova
2016-03-03
1
-2
/
+2
*
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
Xiuli Pan
2016-02-26
1
-2
/
+7
[next]