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
/
ParseDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve diagnosis of unknown template name.
Richard Smith
2017-05-10
1
-2
/
+9
*
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
Alex Lorenz
2017-04-11
1
-0
/
+15
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-10
/
+14
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
1
-0
/
+136
*
Remove unused variable. No functional change.
Richard Trieu
2017-02-14
1
-1
/
+1
*
Improve diagnostic reporting when using __declspec without enabling __declspe...
Aaron Ballman
2017-02-14
1
-0
/
+25
*
[CodeCompletion] Code complete the missing C++11 keywords
Alex Lorenz
2017-02-13
1
-5
/
+13
*
Fix constructor declarator detection for the case when the name is followed by
Richard Smith
2017-02-08
1
-3
/
+13
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-6
/
+29
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-4
/
+6
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-50
/
+19
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-8
/
+5
*
Consistently use a ConstantEvaluated context for expressions in attributes,
Richard Smith
2017-01-07
1
-3
/
+4
*
[Parse] Don't ignore attributes after a late-parsed attr.
George Burgess IV
2017-01-04
1
-2
/
+6
*
[c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.
Richard Smith
2016-12-16
1
-7
/
+4
*
Store decls in prototypes on the declarator instead of in the AST
Reid Kleckner
2016-12-09
1
-0
/
+16
*
[ObjC++] Don't enter a C++ declarator scope when the current context is
Alex Lorenz
2016-12-07
1
-0
/
+8
*
Mass-rename the handful of error_* diagnostics to err_*.
Richard Smith
2016-12-02
1
-1
/
+1
*
Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons
2016-11-17
1
-6
/
+4
*
Accept nullability qualifiers on array parameters.
Jordan Rose
2016-11-10
1
-3
/
+2
*
Clean up uses of unique_ptr for RAII objects. NFC.
George Burgess IV
2016-11-10
1
-8
/
+9
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+5
*
[SemaObjC] Be more strict while parsing type arguments and protocols
Bruno Cardoso Lopes
2016-09-13
1
-1
/
+2
*
[clang-cl] Diagnose duplicate uuids.
Nico Weber
2016-09-13
1
-2
/
+14
*
Let Microsoft attributes apply to the type, not the variable.
Nico Weber
2016-09-03
1
-8
/
+12
*
C++ Modules TS: Add parsing support for module import declaration.
Richard Smith
2016-08-18
1
-9
/
+13
*
P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith
2016-07-22
1
-1
/
+75
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-1
/
+1
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-5
/
+3
*
P0305R1: Parsing support for init-statements in 'if' and 'switch' statements.
Richard Smith
2016-06-29
1
-1
/
+2
*
AvailabilityAttr: we accept "macos" as the platform name.
Manman Ren
2016-06-28
1
-0
/
+7
*
[Parser] Handle __pragma(pack, etc. after type definitions
David Majnemer
2016-06-14
1
-0
/
+16
*
[ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner
2016-05-24
1
-10
/
+18
*
Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform
Richard Smith
2016-05-19
1
-1
/
+1
*
[OpenCL] Output OpenCL version in diagnostics.
Anastasia Stulova
2016-05-12
1
-3
/
+8
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-4
/
+11
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+7
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-11
/
+4
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-4
/
+11
*
[Concepts] Pass requires-clause to ActOnTemplateParameterList; NFC
Hubert Tong
2016-04-29
1
-1
/
+1
*
Correctly parse GCC-style asm line following MS-style asm line.
Denis Zobnin
2016-04-21
1
-21
/
+0
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-7
/
+0
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-11
/
+4
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-4
/
+11
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+7
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-4
/
+4
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-0
/
+12
*
[OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.
Alexey Bataev
2016-03-30
1
-2
/
+4
*
Add replacement = "xxx" to AvailabilityAttr.
Manman Ren
2016-03-21
1
-7
/
+17
[next]