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
...
*
[modules] Support for merging a parsed class template specialization definiti...
Richard Smith
2015-05-18
1
-1
/
+2
*
[modules] Suport for merging a parsed enum definition into an existing import...
Richard Smith
2015-05-07
1
-2
/
+2
*
[MS ABI] Correctly associate align attrs before the class-key
David Majnemer
2015-04-19
1
-0
/
+2
*
Don't eagerly typo-correct to a keyword if the next token is a right paren.
Kaelyn Takata
2015-04-10
1
-1
/
+4
*
[parse] Don't crash on alternative operator spellings from macros in c++11 at...
Benjamin Kramer
2015-03-29
1
-1
/
+3
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
1
-2
/
+56
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-25
1
-2
/
+18
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-25
1
-1
/
+51
*
Revert "Diagnose declspecs occuring after virt-specifier-seq and generate fix...
Ehsan Akhgari
2015-03-24
1
-49
/
+1
*
Revert "Diagnose ref-qualifiers occuring after virt-specifier-seq and generat...
Ehsan Akhgari
2015-03-24
1
-18
/
+2
*
Diagnose ref-qualifiers occuring after virt-specifier-seq and generate fixit ...
Ehsan Akhgari
2015-03-24
1
-2
/
+18
*
Diagnose declspecs occuring after virt-specifier-seq and generate fixit hints
Ehsan Akhgari
2015-03-24
1
-1
/
+49
*
Cleanup: no need to pass DefinitionKind into ParseCXXInlineMethodDef
Eli Bendersky
2015-03-23
1
-1
/
+2
*
MS ABI: Build C++ default argument exprs for exported template classes
Reid Kleckner
2015-03-17
1
-1
/
+1
*
MS ABI: Delay default constructor closure checking until the outermost class ...
Reid Kleckner
2015-03-17
1
-0
/
+4
*
Sema: Properly track mangling number/name for linkage for using decls
David Majnemer
2015-03-11
1
-5
/
+8
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-03-07
1
-2
/
+4
*
FIX PR 18432, default args, friends & late-parsed members.
Nathan Sidwell
2015-02-19
1
-3
/
+6
*
Parse: return true from ParseCXX11AttributeArgs if an attribute was added
Saleem Abdulrasool
2015-02-16
1
-2
/
+0
*
Don't crash on `struct ::, struct ::` (and the same for enums).
Nico Weber
2015-02-15
1
-3
/
+11
*
Remove duplicate code
Nathan Sidwell
2015-01-25
1
-32
/
+18
*
Address review feedback from r226306. No intended behavior change.
Nico Weber
2015-01-17
1
-2
/
+2
*
Spell 0 in an enum-appropriate way. No behavior change.
Nico Weber
2015-01-16
1
-1
/
+1
*
Don't crash if a declarator in a friend decl doesn't have a name.
Nico Weber
2015-01-16
1
-12
/
+16
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Parse: Further simplify ParseLexedMethodDeclaration
David Majnemer
2015-01-13
1
-8
/
+0
*
If we don't find a matching ) for a ( in an exception specification, keep the...
Richard Smith
2015-01-13
1
-9
/
+4
*
Parse: Get rid of cxx_exceptspec_end, use EOF instead
David Majnemer
2015-01-12
1
-1
/
+2
*
Parse: Don't crash when an annotation token shows up in a C++11 attr
David Majnemer
2015-01-09
1
-3
/
+5
*
Crash even less on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-1
/
+4
*
Don't crash on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-0
/
+10
*
SemaCXX: Don't crash when annotation tokens show up before the tag name
David Majnemer
2014-12-29
1
-1
/
+2
*
Added a fixit to remove empty parens from a C++11 attribute argument list whe...
Aaron Ballman
2014-12-19
1
-2
/
+2
*
Parse: MS property members cannot have an in-class initializer
David Majnemer
2014-12-13
1
-1
/
+4
*
Recognize __unaligned keyword after type specifier
Nico Rieck
2014-12-04
1
-0
/
+1
*
Wire up delayed typo correction to DiagnoseEmptyLookup and set up
Kaelyn Takata
2014-11-20
1
-1
/
+1
*
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
2014-11-13
1
-7
/
+75
*
Updated the wording for a diagnostic to be more grammatically correct, and us...
Aaron Ballman
2014-11-08
1
-1
/
+6
*
[c++1z] Support for attributes on namespaces and enumerators.
Aaron Ballman
2014-11-08
1
-5
/
+11
*
[c++1z] Implement nested-namespace-definitions.
Richard Smith
2014-11-08
1
-19
/
+18
*
Remove a couple typedefs for things in the clang namespace with the same name...
Craig Topper
2014-10-31
1
-4
/
+4
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-1
/
+8
*
Suggest fix-it for missing '{' after base-clause
Ismail Pazarbasi
2014-09-25
1
-6
/
+36
*
Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.
Nico Weber
2014-09-24
1
-2
/
+35
*
Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.
Nico Weber
2014-09-23
1
-11
/
+25
*
Don't crash on access decls with invalid scope specifier, PR20887.
Nico Weber
2014-09-10
1
-0
/
+5
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-2
/
+2
*
Uniformed parsing of GNU attributes at line beginnning and added GNU attribut...
Abramo Bagnara
2014-08-16
1
-0
/
+3
*
PR20634: add some more cases that can legitimately come after a struct declar...
Richard Smith
2014-08-13
1
-4
/
+7
*
Reject virt-specifiers on friend declarations. Give anonymous bitfields a
Richard Smith
2014-08-12
1
-4
/
+21
[prev]
[next]