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
*
Delay lookup of simple default template arguments under -fms-compatibility
Reid Kleckner
2014-06-06
1
-0
/
+12
*
PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...
Nikola Smiljanic
2014-06-06
1
-15
/
+3
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-14
/
+14
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-57
/
+59
*
Replace a fake enum class with the real thing.
Richard Smith
2014-05-16
1
-4
/
+4
*
Fix an outdated comment.
Richard Smith
2014-05-08
1
-4
/
+3
*
Suggest fix-it ':' when '=' used in for-range-declaration
Ismail Pazarbasi
2014-05-08
1
-7
/
+24
*
During parsing, update the range of the Declarator to include the identifier.
Richard Trieu
2014-05-05
1
-0
/
+1
*
Wrap a few lines at 80 columns, change a confusing indent. No behavior change.
Nico Weber
2014-05-03
1
-3
/
+2
*
Fix PR 19630, don't crash when file ends with whitespace.
Richard Trieu
2014-05-02
1
-1
/
+2
*
Fixing a typo, updating the diagnostic wording and logic based on post-commit...
Aaron Ballman
2014-04-15
1
-1
/
+1
*
Properly diagnose Microsoft __declspec attributes which have optional argumen...
Aaron Ballman
2014-04-14
1
-2
/
+13
*
Properly diagnose standard C++ attributes which have optional argument lists ...
Aaron Ballman
2014-04-14
1
-2
/
+4
*
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
[next]