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
...
*
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
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-15
/
+36
*
Tidy up and improve error recovery for C++11 attributes in bad places. Based on
Richard Smith
2013-10-15
1
-7
/
+49
*
Consolidating the notion of a GNU attribute parameter with the attribute argu...
Aaron Ballman
2013-08-31
1
-4
/
+3
*
Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
2013-08-29
1
-2
/
+1
*
Avoid spurious error messages if parent template class cannot be instantiated
Serge Pavlov
2013-08-10
1
-1
/
+6
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-0
/
+8
*
Parse: Don't consider attributes of broken member declarators
David Majnemer
2013-08-01
1
-31
/
+32
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-11
/
+13
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-2
/
+1
*
Fixed source location info for UnaryTransformTypeLoc nodes.
Enea Zaffanella
2013-07-06
1
-0
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
ArrayRef'ize Sema::CodeCompleteConstructorInitializer
Dmitri Gribenko
2013-06-23
1
-3
/
+2
*
Instantiation bug fix extension (cf. r184503) -- minor code fixes, including ...
Larisse Voufo
2013-06-22
1
-20
/
+30
*
Bug Fix: Template explicit instantiations should not have definitions (FixIts...
Larisse Voufo
2013-06-21
1
-0
/
+8
*
Fix for PR 16367, display the name of a function in a diagnostic instead of
Richard Trieu
2013-06-19
1
-1
/
+1
*
Add -Wdeprecated warnings and fixits for things deprecated in C++11:
Richard Smith
2013-06-13
1
-0
/
+13
*
ArrayRef'ize Sema::ActOnMemInitializer
Dmitri Gribenko
2013-05-09
1
-3
/
+2
*
Implement C++1y decltype(auto).
Richard Smith
2013-04-26
1
-30
/
+49
*
Implement special-case name lookup for inheriting constructors: member
Richard Smith
2013-03-26
1
-10
/
+26
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+5
*
Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs
Richard Smith
2013-02-22
1
-0
/
+2
*
Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here,
Richard Smith
2013-02-22
1
-10
/
+3
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-20
/
+17
*
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
1
-25
/
+25
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
1
-1
/
+2
*
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-30
1
-3
/
+3
*
Downgrade 'attribute ignored when parsing type' from error to warning, to match
Richard Smith
2013-01-29
1
-3
/
+3
*
PR15017: A '>' can appear after a type-specifier in a template-argument-list.
Richard Smith
2013-01-29
1
-0
/
+3
[prev]
[next]