index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclBase.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-04
Added a function to check whether a Decl is in
Sean Callanan
2013-05-03
Micro-optimization: check the overloaded operator kind before
John McCall
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-22
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-22
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-11
Don't bother reconciling external visible decls against our current set of
Richard Smith
2013-02-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-08
Fix stack overflow and improve performance when a module contains many
Richard Smith
2013-02-07
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2012-12-19
Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...
David Blaikie
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-25
Add r168519 back, but with a fix to also merge the used flag in variables.
Rafael Espindola
2012-11-24
Revert r168519, "Merge used flags so that we don't have to iterate on isUsed....
NAKAMURA Takumi
2012-11-23
Merge used flags so that we don't have to iterate on isUsed. With this change
Rafael Espindola
2012-11-23
Remove redundant check.
Rafael Espindola
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-07-17
Teach the ASTImporter how to handle anonymous structs/unions
Douglas Gregor
2012-06-20
Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate
John McCall
2012-06-20
Restructure how the driver communicates information about the
John McCall
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-05-03
Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and
Douglas Gregor
2012-03-16
Fix Objective-C compilation-time performance regression introduced in r152608.
Richard Smith
2012-03-13
It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we
Nick Lewycky
2012-03-13
Fix PR10447: lazily building name lookup tables for DeclContexts was broken.
Richard Smith
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-09
Allow serializing an invalid ParmVarDecl and don't set access to public for
Argyrios Kyrtzidis
2012-03-05
AST/stats: Don't effectively use an out-of-line function to return a static
Daniel Dunbar
2012-02-22
More ArrayRef-ification of methods.
Bill Wendling
2012-02-21
Improve our handling of lambda expressions that occur within default
Douglas Gregor
2012-02-09
[PCH] Avoid using Decl::setAttrs() and Decl::setLexicalDeclContext() from the...
Argyrios Kyrtzidis
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-14
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-09
Implement redeclaration merging for namespaces defined in distinct
Douglas Gregor
2012-01-07
Switch NamespaceDecl from its own hand-rolled redeclaration chain over
Douglas Gregor
2012-01-06
Stash Decl's TopLevelDeclInObjCContainer and ModulePrivate bits
Douglas Gregor
2012-01-05
Always allocate an extra 8 bytes for a deserialized declaration, since
Douglas Gregor
2012-01-05
When we deserialize a declaration from a module file, allocate extra
Douglas Gregor
[next]