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
/
Decl.cpp
Age
Commit message (
Expand
)
Author
2013-04-26
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-25
Revert r180263. It's causing failures.
Bill Wendling
2013-04-25
Fix a case in linkage computation that should check for single line extern "C".
Rafael Espindola
2013-04-25
Don't mark 'extern "C" void f(void)' as having extern storage class.
Rafael Espindola
2013-04-17
Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...
Argyrios Kyrtzidis
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-04
Add hasExternalLinkageUncached back with the test that Richard provided, but
Rafael Espindola
2013-04-04
Avoid computing the linkage instead of avoiding caching it.
Rafael Espindola
2013-04-04
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
Richard Smith
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-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-12
Whitespace cleanup.
Rafael Espindola
2013-03-12
Correctly compute linkage of decls forward declared extern C.
Rafael Espindola
2013-03-09
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-07
Add a hasExternalStorageAsWritten helper. No functionality change.
Rafael Espindola
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Change Type::getLinkageAndVisibility to return a LinkageInfo.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-26
Use the most recent decl in getExplicitVisibility.
Rafael Espindola
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-22
Streamify getNameForDiagnostic and remove the string versions of PrintTemplat...
Benjamin Kramer
2013-02-22
Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation]
NAKAMURA Takumi
2013-02-21
Ignore visibility from enclosing template arguments
John McCall
2013-02-21
Use None rather than Optional<T>() where possible.
David Blaikie
2013-02-20
Include llvm::Optional in clang/Basic/LLVM.h
David Blaikie
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-16
Rework the visibility computation algorithm in preparation
John McCall
2013-02-15
Make helper functions static.
Benjamin Kramer
2013-02-14
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-12
Fix a bug reduced from a crash when trying to use modules with libc++. We check
Richard Smith
2013-02-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
2013-02-03
Remove unneeded const_casts
Dmitri Gribenko
2013-01-30
Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as
Richard Smith
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
Clean up: since we have FunctionDecl::IsInline, make it store the right value
Richard Smith
2013-01-22
Fix a bug in VarDecl::getSourceRange() for static member arrays with an element
Nico Weber
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
comment
Rafael Espindola
2013-01-12
bar
Rafael Espindola
2013-01-12
Disable caching of visibility.
Rafael Espindola
2013-01-09
Handle static functions being redeclared in function scope.
Rafael Espindola
2013-01-05
Assert that redeclarations have the same linkage.
Rafael Espindola
[next]