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
/
ParseDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-11
/
+15
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-15
/
+11
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-11
/
+15
*
[NFC] Modernize enum DeclSpecContext into a scoped enum.
Faisal Vali
2017-12-31
1
-13
/
+13
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-3
/
+3
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-19
/
+21
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-8
/
+8
*
Do not add a colon chunk to the code completion of class inheritance access m...
Erik Verbruggen
2017-10-24
1
-0
/
+3
*
Add -f[no-]double-square-bracket-attributes as new driver options to control ...
Aaron Ballman
2017-10-15
1
-15
/
+20
*
Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...
Richard Smith
2017-10-14
1
-3
/
+4
*
[c++2a] P0683R1: Permit default member initializers for bit-fields.
Richard Smith
2017-08-28
1
-4
/
+5
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-2
/
+2
*
[Modules] Implement ODR-like semantics for tag types in C/ObjC
Bruno Cardoso Lopes
2017-07-01
1
-2
/
+12
*
fix trivial typos, NFC
Hiroshi Inoue
2017-06-30
1
-1
/
+1
*
[Sema] Fix a crash-on-invalid when a template parameter list has a class
Akira Hatanaka
2017-06-26
1
-1
/
+2
*
PR33318: Add missing full-expression checking to static_assert expression.
Richard Smith
2017-06-06
1
-1
/
+3
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-01
1
-0
/
+1
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-29
/
+32
*
Changes missed from r302732.
Richard Smith
2017-05-10
1
-4
/
+4
*
Warn that the [] spelling of uuid(...) is deprecated.
Nico Weber
2017-05-05
1
-2
/
+0
*
[Sema] Add __is_aggregate type-trait
Eric Fiselier
2017-04-12
1
-0
/
+1
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-5
/
+5
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
Implement DR 373 "Lookup on namespace qualified name in using-directive"
Matthias Gehre
2017-03-17
1
-4
/
+26
*
Introduce an 'external_source_symbol' attribute that describes the origin
Alex Lorenz
2017-03-01
1
-24
/
+32
*
Allow attributes before union definition
Erich Keane
2017-02-28
1
-0
/
+4
*
[CodeCompletion] Code complete the missing C++11 keywords
Alex Lorenz
2017-02-13
1
-1
/
+5
*
Diagnose attempts to explicitly instantiate a template at class scope. Previo...
Richard Smith
2017-02-09
1
-1
/
+2
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-2
/
+3
*
Fix hole in our enforcement of rule requiring 'typename' prior to a dependent
Richard Smith
2017-02-01
1
-6
/
+6
*
Support '#pragma clang __debug dump' within C++ classes.
Richard Smith
2017-01-28
1
-0
/
+3
*
Convert sequence of 'if's on the same value to a switch. No functionality cha...
Richard Smith
2017-01-28
1
-31
/
+23
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-4
/
+5
*
Tracking exception specification source locations
Malcolm Parsons
2017-01-12
1
-1
/
+1
*
Remove redundant passing around of a "ContainsAutoType" flag.
Richard Smith
2017-01-12
1
-5
/
+4
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-63
/
+16
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-16
/
+63
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-63
/
+16
*
[c++1z] P0195R2: Allow multiple using-declarators in a single using-declaration.
Richard Smith
2016-12-16
1
-145
/
+254
*
[c++1z] P0003R5: Removing dynamic exception specifications.
Richard Smith
2016-12-08
1
-1
/
+5
*
Fixes for r287241. Use placement new. Apply clang-format.
Malcolm Parsons
2016-11-17
1
-1
/
+2
*
Use unique_ptr for cached tokens for default arguments in C++.
Malcolm Parsons
2016-11-17
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
C++ Modules TS: Add parsing and some semantic analysis support for
Richard Smith
2016-09-08
1
-0
/
+47
*
[ms] Add support for parsing uuid as a Microsoft attribute.
Nico Weber
2016-09-03
1
-1
/
+99
*
Let Microsoft attributes apply to the type, not the variable.
Nico Weber
2016-09-03
1
-1
/
+1
*
Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()
Nico Weber
2016-09-03
1
-3
/
+0
*
Remove two dos line endings.
Nico Weber
2016-08-23
1
-2
/
+2
*
[GCC] Support for __final specifier
Andrey Bokhanko
2016-07-29
1
-0
/
+12
*
[AST] Keep track of the left brace source location of a tag decl.
Argyrios Kyrtzidis
2016-07-15
1
-2
/
+1
[prev]
[next]