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
*
[MS Compat] Allow _Atomic(Type) and 'struct _Atomic' to coexist
David Majnemer
2015-07-22
1
-0
/
+38
*
Fix crash-on-invalid: don't look ahead past an unknown token, it might be EOF.
Richard Smith
2015-07-21
1
-1
/
+2
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-1
/
+1
*
Classes inside lambdas are local not nested.
Serge Pavlov
2015-07-14
1
-10
/
+4
*
Revert "parser: wordsmith diagnostic message" and "parser: diagnose empty att...
David Majnemer
2015-07-08
1
-3
/
+1
*
DR1909: Diagnose all invalid cases of a class member sharing its name with th...
Richard Smith
2015-07-06
1
-4
/
+5
*
[modules] Skip trailing attributes when skipping a class definition during pa...
Richard Smith
2015-07-01
1
-0
/
+5
*
Unbreak the Visual C++ 2013 build after r241032.
Yaron Keren
2015-06-30
1
-1
/
+1
*
Rework parsing of pure-specifiers. Perform the grammar matching and
Richard Smith
2015-06-30
1
-34
/
+61
*
Instantiation of local class members.
Serge Pavlov
2015-06-29
1
-3
/
+6
*
[clang] Refactoring of conditions so they use isOneOf() instead of multiple i...
Daniel Marjamaki
2015-06-18
1
-71
/
+69
*
parser: diagnose empty attribute blocks
Saleem Abdulrasool
2015-06-16
1
-1
/
+3
*
parser: improve diagnostics for MS attributes
Saleem Abdulrasool
2015-06-15
1
-6
/
+8
*
[modules] Fix assert/crash when parsing and merging a definition of a class w...
Richard Smith
2015-06-11
1
-2
/
+3
*
Refactored some common functionality into MaybeParseMicrosoftDeclSpecs; NFC.
Aaron Ballman
2015-05-20
1
-4
/
+1
*
[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
[next]