clang-1/include/clang/Sema
Richard Smith ec64244f59 Parsing support for thread_local and _Thread_local. We give them the same
semantics as __thread for now.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179424 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-12 22:46:28 +00:00
..
AnalysisBasedWarnings.h
AttributeList.h Add support for the OpenCL attribute 'vec_type_hint'. 2013-03-08 09:42:32 +00:00
CMakeLists.txt PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
CXXFieldCollector.h Add missing includes and forward declarations so that headers don't depend on 2013-01-12 16:54:37 +00:00
CodeCompleteConsumer.h documentation parsing. Provide code completion comment 2013-03-22 17:55:27 +00:00
CodeCompleteOptions.h Fix comments: these are not trailing comments 2013-02-01 17:25:11 +00:00
DeclSpec.h Parsing support for thread_local and _Thread_local. We give them the same 2013-04-12 22:46:28 +00:00
DelayedDiagnostic.h Silence anonymous type in anonymous union warnings. 2013-03-15 00:32:52 +00:00
Designator.h
ExternalSemaSource.h Add a new -Wundefined-inline warning for inline functions which are used but not 2013-02-01 08:13:20 +00:00
IdentifierResolver.h IdentifierResolver: Remove an unnecessary include and an unused parameter. 2012-12-17 03:51:09 +00:00
Initialization.h Force a load when creating a reference to a temporary copied from a bitfield. 2013-04-11 00:58:58 +00:00
LocInfoType.h Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
Lookup.h Unresolved lookups can have using declarations that refer to 2013-01-30 02:10:08 +00:00
Makefile PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. 2013-01-24 16:46:58 +00:00
MultiplexExternalSemaSource.h Simplify FindExternalVisibleDeclsByName by making it return a bool indicating 2013-02-07 03:30:24 +00:00
ObjCMethodList.h
Overload.h Use trailing documentation comments properly 2013-02-16 22:21:38 +00:00
Ownership.h Remove unused forward declarations 2013-02-16 00:41:34 +00:00
ParsedTemplate.h Rip out remnants of move semantic emulation and smart pointers in Sema. 2012-08-23 21:35:17 +00:00
PrettyDeclStackTrace.h
Scope.h Warn about more than the first unused variable when -Werror is set. 2013-03-28 21:46:45 +00:00
ScopeInfo.h When a statement is dropped from the AST because it was invalid, make sure 2013-02-15 18:34:13 +00:00
Sema.h Add support for computing the exception specification for an inheriting 2013-04-10 06:11:48 +00:00
SemaConsumer.h Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
SemaDiagnostic.h
SemaFixItUtils.h
SemaInternal.h Sort #include lines for all files under include/... 2012-12-04 09:18:49 +00:00
Template.h Sema: Give a typically small DenseMap some inline capacity. 2013-04-12 15:22:25 +00:00
TemplateDeduction.h Improve 'failed template argument deduction' diagnostic for the case where we 2013-01-31 05:19:49 +00:00
TypoCorrection.h Give the default CorrectionCandidateCallback::ValidateCandidate some 2013-04-03 16:59:49 +00:00
Weak.h