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
/
ParseDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
A static_assert declaration cannot be a template; adding the diagnostic for t...
Aaron Ballman
2014-08-04
1
-3
/
+4
*
Diagnose GNU-style attributes preceding virt-specifiers, but only when the at...
Aaron Ballman
2014-08-04
1
-3
/
+12
*
Improve error recovery around colon.
Serge Pavlov
2014-07-16
1
-15
/
+16
*
Revert "Improve error recovery around colon."
Reid Kleckner
2014-07-14
1
-16
/
+15
*
Improve error recovery around colon.
Serge Pavlov
2014-07-14
1
-15
/
+16
*
[C++1z] Implement N3928: message in static_assert is optional.
Richard Smith
2014-06-20
1
-14
/
+24
*
[c++1z] Implement N3994: a range-based for loop can declare a variable with s...
Richard Smith
2014-06-19
1
-8
/
+14
*
PR19993: don't assert/crash if a static data member is initialized by '= dele...
Richard Smith
2014-06-11
1
-2
/
+2
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-9
/
+9
*
Fix line endings.
Nikola Smiljanic
2014-05-28
1
-9
/
+9
*
[C++11] Use 'nullptr'. Parser edition.
Craig Topper
2014-05-21
1
-59
/
+63
*
Refactor all the checking for missing 'template<>'s when a declaration has a
Richard Smith
2014-04-17
1
-12
/
+5
*
Partial revert of r206229, to get the build bots green again.
Aaron Ballman
2014-04-15
1
-8
/
+9
*
Fixing a typo, updating the diagnostic wording and logic based on post-commit...
Aaron Ballman
2014-04-15
1
-5
/
+5
*
Properly diagnose standard C++ attributes which have optional argument lists ...
Aaron Ballman
2014-04-14
1
-9
/
+29
*
[MS-ABI] Add support for #pragma section and related pragmas
Warren Hunt
2014-04-08
1
-0
/
+5
*
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...
David Blaikie
2014-04-02
1
-1
/
+1
*
Introduced an attribute syntax-neutral method for parsing attribute arguments...
Aaron Ballman
2014-03-31
1
-28
/
+52
*
[cleanup] Re-sort includes with llvm/utils/sort_includes.py and fix
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add [extern_c] attribute for modules, allowing a C module to be imported with...
Richard Smith
2014-03-02
1
-5
/
+36
*
argument -> parameter terminology fixes for FunctionTypeInfo
Alp Toker
2014-02-26
1
-7
/
+6
*
PR18870: Parse language linkage specifiers properly if the string-literal is
Richard Smith
2014-02-17
1
-23
/
+14
*
MS ABI: Add support for #pragma pointers_to_members
David Majnemer
2014-02-10
1
-0
/
+5
*
Allow virt-specifiers after GNU attributes in member-declarators. GCC doesn't
Richard Smith
2014-01-24
1
-3
/
+9
*
Factor out repeated parsing of a member-declarator when parsing a
Richard Smith
2014-01-23
1
-69
/
+77
*
Fix for PR9812: warn about bool instead of _Bool.
Erik Verbruggen
2014-01-15
1
-9
/
+17
*
Add a new attribute 'enable_if' which can be used to control overload resolut...
Nick Lewycky
2014-01-11
1
-1
/
+1
*
TryConsume parser cleanups
Alp Toker
2014-01-10
1
-33
/
+14
*
Implement isCXX11FinalKeyword() in terms of isCXX11VirtSpecifier()
Alp Toker
2014-01-09
1
-34
/
+19
*
PR18234: Mark a tag definition as invalid early if it appears in a
Richard Smith
2014-01-08
1
-3
/
+4
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Simplify diagnostic tag type using the token kind formatter
Alp Toker
2014-01-06
1
-7
/
+2
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
1
-8
/
+4
*
ExpectAndConsume: Diagnose errors automatically
Alp Toker
2014-01-01
1
-22
/
+25
*
Switch over more of the parser to err_expected
Alp Toker
2013-12-30
1
-17
/
+11
*
Support and use token kinds as diagnostic arguments
Alp Toker
2013-12-24
1
-11
/
+17
*
Refactor the Microsoft inheritance attribute handling so that it no longer ha...
Aaron Ballman
2013-12-18
1
-1
/
+1
*
Simplify RevertibleTypeTraits as a form of contextual keyword
Alp Toker
2013-12-17
1
-25
/
+11
*
Parse: Recover better from bad definitions with base specifiers
David Majnemer
2013-12-05
1
-1
/
+7
*
Fix several crash-on-invalids when using template-ids that aren't
Richard Smith
2013-12-04
1
-0
/
+1
*
Emit an extension warning when changing system header tokens
Alp Toker
2013-12-03
1
-4
/
+2
*
Parse Microsoft __declspec appearing after class body
Alp Toker
2013-11-24
1
-0
/
+1
*
Generate a marker token when entering or leaving a submodule when building a
Richard Smith
2013-11-23
1
-5
/
+5
*
PR9547: If we're parsing a simple-declaration that contains a tag definition,
Richard Smith
2013-11-19
1
-0
/
+8
*
Replaced bool parameters in SkipUntil function with single bit-based parameter.
Alexey Bataev
2013-11-18
1
-30
/
+29
*
PR17949: Fix crash if someone puts a namespace inside a class template.
Richard Smith
2013-11-15
1
-5
/
+5
*
Try to recover a bit better if a close brace is missing from the end of a class
Richard Smith
2013-11-09
1
-5
/
+30
*
Fix %select numbering confusion between diagnostic and Diag call.
Richard Smith
2013-11-08
1
-1
/
+1
*
Untabify.
Richard Smith
2013-11-08
1
-29
/
+25
*
Support GNU attributes in alias-declarations now that GCC has implemented them
Richard Smith
2013-10-24
1
-4
/
+3
[prev]
[next]