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
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-17
/
+16
*
Recover from errors in enum definition
Serge Pavlov
2013-12-31
1
-5
/
+29
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-15
/
+14
*
Remove OpenCL-specific type keywords and specifiers
Alp Toker
2013-12-18
1
-62
/
+0
*
Move some more test-and-consumes over to TryConsumeToken()
Alp Toker
2013-12-17
1
-36
/
+20
*
Bring order to the OpenCL keywords
Alp Toker
2013-12-17
1
-19
/
+1
*
Refactor and micro-optimize ConsumeToken()
Alp Toker
2013-12-17
1
-46
/
+30
*
Avoid extra error messages if method definition is inside function.
Serge Pavlov
2013-12-09
1
-1
/
+2
*
ObjectiveC - Introducing objc_bridge_related attribute
Fariborz Jahanian
2013-12-04
1
-0
/
+90
*
When parsing ignored attribute arguments, presuming the first argument is an ...
Aaron Ballman
2013-12-04
1
-1
/
+2
*
Emit an extension warning when changing system header tokens
Alp Toker
2013-12-03
1
-8
/
+5
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
Unbreak -fms-extensions with GNU libc headers
Alp Toker
2013-11-26
1
-3
/
+12
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-1
/
+4
*
Fix new check for missing semicolon after struct definition to deal with the
Richard Smith
2013-11-20
1
-43
/
+55
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
1
-2
/
+108
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-41
/
+46
*
Warn on duplicate function specifier
Serge Pavlov
2013-11-13
1
-5
/
+5
*
Attributes which accept a type as their sole argument are no longer hard code...
Aaron Ballman
2013-11-04
1
-7
/
+17
*
Factor out custom parsing for iboutletcollection and vec_type_hint attributes
Richard Smith
2013-10-31
1
-94
/
+47
*
PR17666: Instead of allowing an initial identifier argument in any attribute
Richard Smith
2013-10-24
1
-21
/
+38
*
PR17567: Improve diagnostic for a mistyped constructor name. If we see something
Richard Smith
2013-10-15
1
-15
/
+32
*
Don't get confused by a virt-specifier after a trailing-return-type - it's not
Richard Smith
2013-10-13
1
-5
/
+10
*
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
[next]