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
*
Unify __declspec attribute argument parsing with the common attribute argumen...
Aaron Ballman
2014-03-31
1
-109
/
+51
*
Introduced an attribute syntax-neutral method for parsing attribute arguments...
Aaron Ballman
2014-03-31
1
-52
/
+61
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Improve diagnostics for malformed constructor declarations (where lookup for
Richard Smith
2014-03-03
1
-7
/
+30
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-2
/
+2
*
Do not add enums to prototype scope in C++ modes.
Peter Collingbourne
2014-02-22
1
-3
/
+0
*
Enable correcting a member declaration where the type is class template,
Kaelyn Uhrain
2014-02-13
1
-1
/
+3
*
Consolidating several table-generated files containing parser-related string ...
Aaron Ballman
2014-01-29
1
-4
/
+12
*
Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...
Aaron Ballman
2014-01-27
1
-1
/
+1
*
Remove some hard-coded specialness for thread-safety attributes from the pars...
Aaron Ballman
2014-01-20
1
-34
/
+7
*
Don't allow 'this' within typedefs within classes that otherwise look like they
Richard Smith
2014-01-17
1
-0
/
+1
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-48
/
+58
*
Simplifying the OpenCL image attribute. It does not need a semantic integer p...
Aaron Ballman
2014-01-14
1
-26
/
+2
*
Removing some attribute magic related to the OpenCL keyword attributes. Inste...
Aaron Ballman
2014-01-14
1
-38
/
+17
*
__forceinline is a keyword, and not a GNU-style attribute. This FIXME appears...
Aaron Ballman
2014-01-13
1
-3
/
+1
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-7
/
+24
*
TryConsume parser cleanups
Alp Toker
2014-01-10
1
-11
/
+3
*
Attempting to appease the build bots on systems with ansi escape sequences.
Aaron Ballman
2014-01-09
1
-5
/
+8
*
Removing a bit of custom parsing functionality used by the thread safety anal...
Aaron Ballman
2014-01-09
1
-55
/
+13
*
PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
2014-01-08
1
-7
/
+9
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-41
/
+42
*
Using the quoted version of an attribute name for consistency with other attr...
Aaron Ballman
2014-01-02
1
-1
/
+1
*
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
[next]