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
/
test
/
SemaCXX
/
nested-name-spec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disabling some MS extensions which cause these tests to fail
John Thompson
2009-10-27
1
-1
/
+1
*
Improve diagnostics when the parser encounters a declarator with an
Douglas Gregor
2009-10-13
1
-3
/
+3
*
Unify our diagnostic printing for errors of the form, "we didn't like
Douglas Gregor
2009-10-13
1
-6
/
+6
*
Rewrite of our handling of name lookup in C++ member access expressions, e.g.,
Douglas Gregor
2009-09-02
1
-1
/
+1
*
Fix a crash that occurs in this C++ case:
Argyrios Kyrtzidis
2009-07-21
1
-1
/
+4
*
Improve error recovery in C++: when we hit 'implicit int' cases in C++,
Chris Lattner
2009-06-26
1
-2
/
+1
*
fix PR4452, a crash on invalid. The error recovery is still terrible in this...
Chris Lattner
2009-06-26
1
-0
/
+24
*
Make the implicit-int handling error recovery stuff handle C++
Chris Lattner
2009-04-14
1
-3
/
+3
*
Fix some C++ error recovery problems in init declarator parsing
Chris Lattner
2009-04-12
1
-1
/
+2
*
Add some more code modification hints
Douglas Gregor
2009-04-01
1
-2
/
+2
*
Tighten the setAccess assert. We now allow AS_none if the decl contex is not ...
Anders Carlsson
2009-03-25
1
-1
/
+0
*
Improve handling of base initializers. We now parse initializers in out of li...
Anders Carlsson
2009-03-25
1
-1
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Template instantiation for the declarations of member functions within
Douglas Gregor
2009-03-23
1
-2
/
+1
*
Fix various problems with matching out-of-line definitions of static
Douglas Gregor
2009-03-11
1
-0
/
+14
*
Add basic, hackish support for instantiation of typedefs in a class
Douglas Gregor
2009-03-11
1
-2
/
+6
*
Improve recovery from ill-formed scope specifiers. Fixes PR3670.
Douglas Gregor
2009-03-06
1
-4
/
+7
*
Make the test cases failing due to exact diagnostic matching XFAIL.
Sebastian Redl
2009-02-08
1
-0
/
+2
*
Diagnose attempts to define a namespace member out-of-line when no
Douglas Gregor
2009-02-06
1
-0
/
+25
*
Add support for out-of-line definitions of conversion functions and member op...
Douglas Gregor
2008-12-26
1
-0
/
+20
*
Partial fix for qualified name lookup, such that the lookup of N in
Douglas Gregor
2008-12-16
1
-5
/
+18
*
Diagnose erroneous uses of out-of-line member definitions and scope
Douglas Gregor
2008-12-15
1
-2
/
+19
*
make the 'to match this' diagnostic a note.
Chris Lattner
2008-11-23
1
-1
/
+1
*
add support for inserting a DeclarationName into a diagnostic directly
Chris Lattner
2008-11-23
1
-2
/
+2
*
Take care another assert:
Argyrios Kyrtzidis
2008-11-19
1
-0
/
+7
*
Fix this:
Argyrios Kyrtzidis
2008-11-19
1
-0
/
+3
*
Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedD...
Argyrios Kyrtzidis
2008-11-09
1
-0
/
+9
*
Implement Sema support for C++ nested-name-specifiers.
Argyrios Kyrtzidis
2008-11-08
1
-0
/
+56