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
/
Sema
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Sema::isDeclInScope instead of IdentifierResolver::isDeclInScope.
Argyrios Kyrtzidis
2008-09-10
1
-2
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-7
/
+0
*
Minor #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+3
*
When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinish...
Argyrios Kyrtzidis
2008-08-09
1
-3
/
+6
*
Passing right brace location to ActOnFinishCXXClassDef is redundant, since it...
Argyrios Kyrtzidis
2008-08-09
1
-1
/
+1
*
Move AsmLabel into Declarator instead of just a parameter to
Daniel Dunbar
2008-08-05
1
-1
/
+1
*
Add more Parser/Sema support for GCC asm-label extension.
Daniel Dunbar
2008-08-05
1
-1
/
+1
*
Wherever a type is used/returned from the Action module, use TypeTy instead o...
Argyrios Kyrtzidis
2008-08-01
1
-1
/
+1
*
change more instances of QualType::getCanonicalType to call
Chris Lattner
2008-07-26
1
-12
/
+10
*
Add Sema support for C++ classes.
Argyrios Kyrtzidis
2008-07-01
1
-0
/
+170
*
-Changes to TagDecl:
Argyrios Kyrtzidis
2008-06-09
1
-1
/
+1
*
Oops...remove weird printf:-)
Steve Naroff
2008-06-05
1
-1
/
+0
*
Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: rede...
Steve Naroff
2008-06-05
1
-0
/
+1
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-0
/
+1
*
-Implement proper name lookup for namespaces.
Argyrios Kyrtzidis
2008-05-09
1
-1
/
+2
*
Diagnose attempts to use C++ default arguments outside of a function declaration
Douglas Gregor
2008-05-07
1
-8
/
+28
*
Parsing of namespaces:
Argyrios Kyrtzidis
2008-04-27
1
-0
/
+77
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-4
/
+5
*
This patch adds very basic support for parsing and type-checking class
Douglas Gregor
2008-04-13
1
-0
/
+49
*
Default argument cleanups and minor improvements, patch by
Chris Lattner
2008-04-12
1
-55
/
+60
*
Several improvements from Doug Gregor related to default
Chris Lattner
2008-04-10
1
-0
/
+73
*
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-08
1
-0
/
+158