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
...
*
Imrpove the note text for when a non-type decl hides a tag type
Kaelyn Uhrain
2012-04-27
1
-1
/
+1
*
Add note to help explain why a tag such as 'struct' is needed to refer
Kaelyn Uhrain
2012-04-26
1
-2
/
+14
*
Don't try to delay parsing the exception specification for a data member of a
Richard Smith
2012-04-24
1
-0
/
+2
*
Implement the last part of C++ [class.mem]p2, delaying the parsing of
Douglas Gregor
2012-04-16
1
-5
/
+12
*
Implement C++11 [expr.prim.general]p3, which permits the use of 'this'
Douglas Gregor
2012-04-16
1
-6
/
+28
*
Delete late parsed attributes instead of leaking them.
Benjamin Kramer
2012-04-14
1
-0
/
+1
*
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-14
1
-1
/
+1
*
Part of PR10101: after a parse error in a declaration, try harder to find the
Richard Smith
2012-04-11
1
-4
/
+62
*
Support C++11 attributes at the start of a parameter-declaration.
Richard Smith
2012-04-11
1
-10
/
+15
*
Fix GCC's pedantic return-type warning -- this enum is fully covered.
Chandler Carruth
2012-04-10
1
-0
/
+1
*
Parsing of C++11 attributes:
Richard Smith
2012-04-10
1
-3
/
+3
*
Disambiguation of '[[':
Richard Smith
2012-04-10
1
-36
/
+83
*
Fixed scoping error for late parsed attributes in nested classes.
DeLesley Hutchins
2012-04-06
1
-0
/
+9
*
For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is
Richard Smith
2012-04-04
1
-4
/
+12
*
Reject 'template<typename...Ts> void f(Ts ...(x));'. Add a special-case
Richard Smith
2012-03-29
1
-11
/
+52
*
If we see '(...' where we're expecting an abstract-declarator, that doesn't
Richard Smith
2012-03-27
1
-4
/
+7
*
Add cross-referencing comments to ParseDirectDeclarator to note that
Richard Smith
2012-03-27
1
-2
/
+6
*
When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a
Richard Smith
2012-03-27
1
-1
/
+36
*
Support for definitions of member enumerations of class templates outside the
Richard Smith
2012-03-23
1
-23
/
+48
*
Add the missing compatibility warning for braced initializers as default argu...
Sebastian Redl
2012-03-18
1
-2
/
+3
*
Small cleanup: move trailing-return-type special-casing into
Richard Smith
2012-03-15
1
-3
/
+3
*
Parse brace initializers as default arguments. PR12236.
Sebastian Redl
2012-03-14
1
-1
/
+6
*
Fix parsing of trailing-return-type. Types are syntactically prohibited from
Richard Smith
2012-03-12
1
-6
/
+16
*
Fix parsing of type-specifier-seq's. Types are syntactically allowed to be
Richard Smith
2012-03-12
1
-314
/
+36
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-73
/
+73
*
Document the availability attribute
Douglas Gregor
2012-03-11
1
-1
/
+1
*
Support for raw and template forms of numeric user-defined literals,
Richard Smith
2012-03-09
1
-1
/
+1
*
Streamline BalancedDelimiterTracker, by eliminating the duplicate
Douglas Gregor
2012-03-08
1
-1
/
+1
*
Refactor Clang sema attribute handling.
Michael Han
2012-03-07
1
-1
/
+1
*
Issue warning when late-parsed attributes have no declaration.
DeLesley Hutchins
2012-03-02
1
-5
/
+3
*
Make late-parsed attributes follow the conventions of ordinary
DeLesley Hutchins
2012-03-02
1
-25
/
+36
*
Added support for parsing declspecs on enumerations. Fixes PR8783
Aaron Ballman
2012-03-01
1
-0
/
+6
*
Reapply r151638 and r151641.
James Molloy
2012-02-29
1
-0
/
+4
*
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
1
-2
/
+0
*
Correctly track tags and enum members defined in the prototype of a function,...
James Molloy
2012-02-28
1
-0
/
+2
*
Update parser's disambiguation to cope with braced function-style casts in
Richard Smith
2012-02-23
1
-3
/
+9
*
Implement name mangling for lambda expressions that occur within the
Douglas Gregor
2012-02-21
1
-1
/
+2
*
Allow thread safety attributes on function definitions.
DeLesley Hutchins
2012-02-16
1
-13
/
+42
*
Represent C++ direct initializers as ParenListExprs before semantic analysis
Sebastian Redl
2012-02-11
1
-4
/
+5
*
Drive-by fix of incorrect diagnostic, and a test case for said diagnostic. Th...
Sebastian Redl
2012-02-11
1
-2
/
+2
*
Make parsing of objc @implementations more robust.
Argyrios Kyrtzidis
2012-02-07
1
-1
/
+1
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
1
-0
/
+2
*
Avoid redundant NNS qualification in constructor/destructor names.
Abramo Bagnara
2012-01-27
1
-0
/
+1
*
Be sure to emit delayed diagnostics after parsing the declaration
John McCall
2012-01-27
1
-0
/
+1
*
fixes location of "availability" attribute so warning is displayed at
Fariborz Jahanian
2012-01-23
1
-1
/
+1
*
Make clang's AST model sizeof and typeof with potentially-evaluated operands ...
Eli Friedman
2012-01-21
1
-2
/
+14
*
Delayed template instantiation of late-parsed attributes.
DeLesley Hutchins
2012-01-20
1
-1
/
+1
*
Extend the error of invalid token after declarations to include fixits for
Richard Trieu
2012-01-19
1
-5
/
+1
[prev]
[next]