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
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support the use of "=delete" and "=default" with delayed template
Douglas Gregor
2012-06-28
1
-0
/
+1
*
Clean up a large number of C++11 attribute parse issues, including parsing
Alexis Hunt
2012-06-23
1
-13
/
+20
*
Unbreak GCC build: GCC doesn't like clang::Parser::CommentHandler and class c...
Dmitri Gribenko
2012-06-20
1
-3
/
+3
*
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-20
1
-1
/
+21
*
Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope
Douglas Gregor
2012-06-06
1
-4
/
+4
*
Remove unused private member variables found by clang's new -Wunused-private-...
Benjamin Kramer
2012-06-06
1
-4
/
+3
*
Add pedantic warning -Wempty-translation-unit (C11 6.9p1).
Jordan Rose
2012-06-06
1
-4
/
+0
*
Move the warnings for extra semi-colons under -Wextra-semi. Also, added
Richard Trieu
2012-05-16
1
-5
/
+28
*
Recover properly from a redundant 'typename' before a non-nested name. This is
Richard Smith
2012-05-14
1
-5
/
+17
*
Recover properly if a class member declaration starts with a scope specifier
Richard Smith
2012-05-09
1
-2
/
+1
*
Replace a ConsumeAnyToken() call with ConsumeToken() when we know
Douglas Gregor
2012-05-02
1
-1
/
+1
*
switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ...
Chris Lattner
2012-04-28
1
-4
/
+1
*
Typo.
Chad Rosier
2012-04-25
1
-1
/
+1
*
Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.
Benjamin Kramer
2012-04-14
1
-4
/
+24
*
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
1
-2
/
+3
*
Fix bugs found by -Wconstant-conversion improvements currently under review.
David Blaikie
2012-04-09
1
-4
/
+3
*
Remove "parse error" in favor of more descriptive diagnostics.
David Blaikie
2012-04-06
1
-3
/
+3
*
From Vassil Vassilev:
Axel Naumann
2012-03-16
1
-2
/
+9
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-30
/
+30
*
Streamline BalancedDelimiterTracker, by eliminating the duplicate
Douglas Gregor
2012-03-08
1
-50
/
+25
*
User-defined literals: reject string and character UDLs in all places where the
Richard Smith
2012-03-06
1
-4
/
+5
*
Change @import to @__experimental_modules_import. We are not ready to commit...
Ted Kremenek
2012-03-01
1
-1
/
+1
*
Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma p...
Eli Friedman
2012-02-23
1
-0
/
+3
*
Implement #pragma redefine_extname.
David Chisnall
2012-02-18
1
-0
/
+5
*
Allow thread safety attributes on function definitions.
DeLesley Hutchins
2012-02-16
1
-2
/
+19
*
Make parsing of objc @implementations more robust.
Argyrios Kyrtzidis
2012-02-07
1
-4
/
+2
*
Added source location for the template keyword in DependentTemplateSpecializa...
Abramo Bagnara
2012-02-06
1
-3
/
+3
*
Implement code completion support for module import declarations, e.g.,
Douglas Gregor
2012-01-29
1
-0
/
+7
*
Added source location for the template keyword in AST template-id expressions.
Abramo Bagnara
2012-01-27
1
-4
/
+6
*
Avoid redundant NNS qualification in constructor/destructor names.
Abramo Bagnara
2012-01-27
1
-0
/
+1
*
Fix our handling of #pragma GCC visibility.
Rafael Espindola
2012-01-26
1
-0
/
+3
*
Extend the error of invalid token after declarations to include fixits for
Richard Trieu
2012-01-19
1
-14
/
+24
*
Change the error when a '+=' follows a declaration to suggest a fixit to '=' ...
Richard Trieu
2012-01-18
1
-11
/
+14
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-1
/
+0
*
Improve diagnostics for dangling '}'.
Nico Weber
2012-01-17
1
-1
/
+1
*
Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:
Richard Smith
2012-01-12
1
-2
/
+3
*
Eliminate the uglified keyword __import_module__ for importing
Douglas Gregor
2012-01-03
1
-5
/
+1
*
Introduce a non-uglified syntax for module imports in Objective-C:
Douglas Gregor
2012-01-03
1
-4
/
+5
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-5
/
+4
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-2
/
+2
*
Pass context and access to Parser::ParseExplicitInstantiation() for
Argyrios Kyrtzidis
2011-12-23
1
-1
/
+2
*
In Parser::SkipUntil do not stop at '@' unconditionally.
Argyrios Kyrtzidis
2011-12-17
1
-3
/
+0
*
Remove unused parameter from the LateParsedTemplatedFunction constructor.
Francois Pichet
2011-12-08
1
-1
/
+1
*
Support decltype in nested-name-specifiers.
David Blaikie
2011-12-04
1
-4
/
+4
*
Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rda...
Ted Kremenek
2011-12-02
1
-5
/
+12
*
Switch the module-loading interfaces and parser from a simple
Douglas Gregor
2011-11-30
1
-9
/
+22
*
Fix leaking of LexedMethod objects created for caching objc method definition...
Argyrios Kyrtzidis
2011-11-29
1
-0
/
+2
*
When we notice that a member function is defined with "= delete" or "=
Douglas Gregor
2011-11-07
1
-1
/
+1
*
Tighten up the conditions under which we consider ourselves to be
Douglas Gregor
2011-11-07
1
-2
/
+4
*
Check for unexpanded parameter packs in the name that guards a
Douglas Gregor
2011-10-25
1
-1
/
+5
[next]