Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
12bc692a78582f1cc32791325981aadcffb04c5e
/
lib
/
Sema
/
SemaDeclCXX.cpp
12bc692
Minor #include cleaning
by Daniel Dunbar
· 16 years ago
a4755c6
When in C++, invoke ASTConsumer::HandleTagDeclDefinition in Sema::ActOnFinishCXXClassDef,
by Argyrios Kyrtzidis
· 16 years ago
5b7f0c8
Passing right brace location to ActOnFinishCXXClassDef is redundant, since it gets passed to ActOnFinishCXXMemberSpecification too.
by Argyrios Kyrtzidis
· 16 years ago
914701e
Move AsmLabel into Declarator instead of just a parameter to ActOnDeclarator.
by Daniel Dunbar
· 16 years ago
a80f874
Add more Parser/Sema support for GCC asm-label extension.
by Daniel Dunbar
· 16 years ago
39caa08
Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void.
by Argyrios Kyrtzidis
· 16 years ago
b77792e
change more instances of QualType::getCanonicalType to call
by Chris Lattner
· 16 years ago
0795232
Add Sema support for C++ classes.
by Argyrios Kyrtzidis
· 16 years ago
39ba4ae
-Changes to TagDecl:
by Argyrios Kyrtzidis
· 16 years ago
c9a9200
Oops...remove weird printf:-)
by Steve Naroff
· 16 years ago
c733388
Second half of "fix" for <rdar://problem/5986085> clang on xcode: error: redefinition of 'XCElementToggler' as different kind of symbol
by Steve Naroff
· 16 years ago
f494b57
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
by Steve Naroff
· 16 years ago
00bc645
-Implement proper name lookup for namespaces.
by Argyrios Kyrtzidis
· 17 years ago
6d6eb57
Diagnose attempts to use C++ default arguments outside of a function declaration
by Douglas Gregor
· 17 years ago
2d1c5d3
Parsing of namespaces:
by Argyrios Kyrtzidis
· 17 years ago
248a753
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl().
by Steve Naroff
· 17 years ago
e37ac4f
This patch adds very basic support for parsing and type-checking class
by Douglas Gregor
· 17 years ago
9e97955
Default argument cleanups and minor improvements, patch by Doug Gregor!
by Chris Lattner
· 17 years ago
8123a95
Several improvements from Doug Gregor related to default
by Chris Lattner
· 17 years ago
3d1cee3
Add support for C++ default arguments, and rework Parse-Sema
by Chris Lattner
· 17 years ago