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
...
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-15
/
+20
*
Remove a bogus diagnostic preventing static data member templates from being
Richard Smith
2013-09-18
1
-5
/
+0
*
As Aaron pointed out it's simpler to reject wide string availability attr mes...
Benjamin Kramer
2013-09-13
1
-1
/
+1
*
PR13657 (and duplicates):
Richard Smith
2013-09-12
1
-3
/
+1
*
C++11 attributes after 'constructor-name (' unambiguously signal that we have a
Richard Smith
2013-09-06
1
-0
/
+9
*
For "expected unqualified-id" errors after a double colon, and the double colon
Richard Trieu
2013-09-05
1
-2
/
+9
*
Update GCC attribute argument parsing comment to better reflect what's going on
Richard Smith
2013-09-03
1
-12
/
+15
*
Factor out parsing and allocation of IdentifierLoc objects.
Richard Smith
2013-09-03
1
-12
/
+12
*
Possibly appeasing the build bots from r189711
Aaron Ballman
2013-08-31
1
-0
/
+1
*
Consolidating the notion of a GNU attribute parameter with the attribute argu...
Aaron Ballman
2013-08-31
1
-48
/
+47
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-20
/
+15
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-15
/
+20
*
Fix for dependent contexts in alias templates.
Eli Friedman
2013-08-15
1
-2
/
+2
*
A bit of clean up based on peer's feedback...
Larisse Voufo
2013-08-06
1
-2
/
+1
*
Moved diagnosis of forward declarations of variable templates from Parser to ...
Larisse Voufo
2013-08-06
1
-12
/
+2
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-10
/
+56
*
PR5066: If a declarator cannot have an identifier, and cannot possibly be
Richard Smith
2013-07-11
1
-0
/
+6
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-4
/
+2
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-2
/
+2
*
"bool" should be a context-sensitive keyword in Altivec mode.
Bill Schmidt
2013-07-03
1
-0
/
+12
*
Bug Fix: Template explicit instantiations should not have definitions (FixIts...
Larisse Voufo
2013-06-21
1
-0
/
+1
*
C++11: don't warn about the deprecated 'register' keyword if it's combined with
Richard Smith
2013-06-17
1
-7
/
+0
*
Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from a
Richard Smith
2013-06-14
1
-1
/
+5
*
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Richard Smith
2013-06-13
1
-0
/
+3
*
Recognition of empty structures and unions is moved to semantic stage
Serge Pavlov
2013-06-08
1
-6
/
+0
*
PR16243: Use CXXThisOverride during template instantiation, and fix up the
Richard Smith
2013-06-07
1
-3
/
+2
*
Adding in parsing and the start of semantic support for __sptr and __uptr poi...
Aaron Ballman
2013-05-22
1
-1
/
+8
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Properly parsing __declspec(safebuffers), though there is no semantic hookup....
Aaron Ballman
2013-05-04
1
-0
/
+1
*
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
1
-0
/
+10
*
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
1
-10
/
+0
*
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
1
-0
/
+10
*
Fix PR15845: apparently MSVC does not support implicit int in C++ mode.
Richard Smith
2013-04-30
1
-3
/
+2
*
ArrayRef'ize Sema::ActOnEnumBody. No functionality change.
Dmitri Gribenko
2013-04-27
1
-2
/
+2
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-2
/
+1
*
Warn that scoped enumerations are a C++11 extenstion when compiling in
Richard Trieu
2013-04-23
1
-3
/
+3
*
The 'constexpr implies const' rule for non-static member functions is gone in
Richard Smith
2013-04-21
1
-1
/
+2
*
[Parser] Handle #pragma pack/align inside C structs.
Argyrios Kyrtzidis
2013-04-18
1
-0
/
+10
*
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
1
-20
/
+27
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-10
/
+112
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-4
/
+18
*
<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...
Douglas Gregor
2013-04-08
1
-7
/
+16
*
Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...
Andy Gibbs
2013-04-03
1
-0
/
+7
*
Assert that Parser::ParseStructUnionBody is not called for C++ code.
Andy Gibbs
2013-04-03
1
-3
/
+3
*
PR15633: Note that we are EnteringContext when parsing the nested name
Richard Smith
2013-04-01
1
-1
/
+1
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
1
-11
/
+32
*
[Parser] Don't code-complete twice.
Argyrios Kyrtzidis
2013-03-27
1
-1
/
+1
*
PR15290: 'this' is not permitted in the declaration of a friend function,
Richard Smith
2013-03-15
1
-4
/
+6
*
Remove unused variable.
Benjamin Kramer
2013-03-08
1
-1
/
+0
*
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-08
1
-10
/
+37
[prev]
[next]