index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
Decl.h
Age
Commit message (
Expand
)
Author
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
s/C++0x/C++11/
Adrian Prantl
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
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-30
Remove unused default values.
Rafael Espindola
2013-03-14
Fix an unused variable warning from Clang by sinking a dyn_cast into an
Chandler Carruth
2013-03-14
Avoid computing the linkage too early. Don't invalidate it.
Rafael Espindola
2013-03-09
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-07
Don't duplicate function names. Thanks to Jordan Rose for pointing it out.
Rafael Espindola
2013-03-07
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-07
Add a hasExternalStorageAsWritten helper. No functionality change.
Rafael Espindola
2013-03-07
Fix typo.
Rafael Espindola
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
NAKAMURA Takumi
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-21
Ignore visibility from enclosing template arguments
John McCall
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-16
Rework the visibility computation algorithm in preparation
John McCall
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-09
Ensure that type definitions present in just-loaded modules are
Douglas Gregor
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-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
Disable caching of visibility.
Rafael Espindola
2012-12-28
Reject overloading of two static extern C functions.
Rafael Espindola
2012-12-25
Add 171048 back but invalidate the cache of all redeclarations when setting
Rafael Espindola
2012-12-25
Revert r171048, "Cache visibility of decls."
NAKAMURA Takumi
2012-12-25
Cache visibility of decls.
Rafael Espindola
2012-12-11
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-12-08
Properly compute triviality for explicitly-defaulted or deleted special members.
Richard Smith
2012-12-06
Make sure to initialize the HasSkippedBody bit.
Argyrios Kyrtzidis
2012-12-06
Add a bit on FunctionDecl/ObjCMethodDecl to indicate if there was a body
Argyrios Kyrtzidis
2012-12-01
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-20
Don't walk a linked list twice in the same function. On my machine this takes
Rafael Espindola
2012-11-09
Don't use so many bits.
Rafael Espindola
2012-10-12
Make -mms-bitfields behave consistently.
Eli Friedman
[next]