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
*
PR21367: Don't accept rvalue references as an extension in C++98 mode if we'r...
Richard Smith
2014-10-28
1
-5
/
+17
*
Add frontend support for __vectorcall
Reid Kleckner
2014-10-24
1
-9
/
+26
*
Remove unused StmtVector& parameters from declaration parsing functions.
Rafael Espindola
2014-10-22
1
-5
/
+4
*
Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfo
Hal Finkel
2014-10-20
1
-0
/
+3
*
Patch to wrap up '_' as separator in version numbers
Fariborz Jahanian
2014-10-06
1
-2
/
+2
*
Add comment about separators must match in
Fariborz Jahanian
2014-10-03
1
-0
/
+1
*
Diagnose mixed use of '_' and '.' as version
Fariborz Jahanian
2014-10-02
1
-2
/
+7
*
Patch to accept '_' in addition to '.' as version
Fariborz Jahanian
2014-10-02
1
-3
/
+8
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+1
*
Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.
Benjamin Kramer
2014-09-03
1
-23
/
+15
*
PR20760: Don't assert (and produce better diagnostics) if a default initializer
Richard Smith
2014-08-27
1
-2
/
+1
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-1
/
+1
*
Reject virt-specifiers on friend declarations. Give anonymous bitfields a
Richard Smith
2014-08-12
1
-1
/
+2
*
Reject varargs '...' in function prototype if there are more parameters after
Richard Smith
2014-08-11
1
-5
/
+36
*
Parser: Array decls with static but without array size are illformed
David Majnemer
2014-08-08
1
-0
/
+5
*
Parse: Don't crash on trailing whitespace before EOF
David Majnemer
2014-07-26
1
-1
/
+4
*
Disallowing GNU-style attributes in new expressions, since they are prohibite...
Aaron Ballman
2014-07-22
1
-18
/
+27
*
Avoid crash if default argument parsed with errors.
Serge Pavlov
2014-07-22
1
-2
/
+2
*
Parse: Diagnose malformed 'message' arguments for 'availability' attr
David Majnemer
2014-07-18
1
-1
/
+12
*
Removing a FIXME from the attribute parsing code by now passing along the sco...
Aaron Ballman
2014-07-16
1
-31
/
+35
*
Improve error recovery around colon.
Serge Pavlov
2014-07-16
1
-9
/
+18
*
Revert "Improve error recovery around colon."
Reid Kleckner
2014-07-14
1
-15
/
+9
*
Improve error recovery around colon.
Serge Pavlov
2014-07-14
1
-9
/
+15
*
Provide a better diagnostic when braces are put before the identifier.
Richard Trieu
2014-06-24
1
-6
/
+116
*
DiagnoseUnknownTypename always emits a diagnostic and returns true
Reid Kleckner
2014-06-19
1
-32
/
+23
*
MS static locals mangling: don't count enum scopes
Hans Wennborg
2014-06-17
1
-1
/
+1
*
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
[next]