hanchenye-llvm-project/clang/lib/Sema
Douglas Gregor 869ad45f8f Retain complete source-location information for C++
nested-name-specifiers throughout the parser, and provide a new class
(NestedNameSpecifierLoc) that contains a nested-name-specifier along
with its type-source information.

Right now, this information is completely useless, because we don't
actually store the source-location information anywhere in the
AST. Call this Step 1/N.

llvm-svn: 126391
2011-02-24 17:54:50 +00:00
..
AnalysisBasedWarnings.cpp Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some 2011-02-23 01:52:04 +00:00
AttributeList.cpp accept and ignore a few things for better OpenBSD compatibility, 2011-02-18 17:05:55 +00:00
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
CodeCompleteConsumer.cpp When code-completing a case statement for a switch on a value of 2011-02-18 23:30:37 +00:00
DeclSpec.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
IdentifierResolver.cpp Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. 2010-08-31 00:36:30 +00:00
JumpDiagnostics.cpp Step #1/N of implementing support for __label__: split labels into 2011-02-17 07:39:24 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Sema.cpp Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some 2011-02-23 01:52:04 +00:00
SemaAccess.cpp Handle delayed access in local declarations. PR9229. 2011-02-15 22:51:53 +00:00
SemaAttr.cpp Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions 2011-02-14 01:42:35 +00:00
SemaCXXCast.cpp Remove a dead variable. 2011-02-20 06:15:13 +00:00
SemaCXXScopeSpec.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaChecking.cpp Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. 2011-02-23 23:06:04 +00:00
SemaCodeComplete.cpp Implement the C++0x deduced 'auto' feature. 2011-02-20 03:19:35 +00:00
SemaDecl.cpp Issue AnalysisBasedWarnings as part of calling Sema::PopBlockOrFunctionScope(). No real functionality change. 2011-02-23 01:51:48 +00:00
SemaDeclAttr.cpp rework processing of unavailable and deprecated attributes to avoid 2011-02-24 05:42:24 +00:00
SemaDeclCXX.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaDeclObjC.cpp Warn when type modifiers on objc method declarations in 2011-02-21 23:49:15 +00:00
SemaExceptionSpec.cpp Added missing IgnoreParens(). 2010-12-14 22:11:44 +00:00
SemaExpr.cpp Handle value dependent LHS as well as RHS. Test both of these, they 2011-02-24 00:03:53 +00:00
SemaExprCXX.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaExprObjC.cpp Improve diagnostics on missing property decl. 2011-02-17 17:30:05 +00:00
SemaInit.cpp Implement the GNU C extension which permits the initialization of an 2011-02-22 18:29:51 +00:00
SemaLookup.cpp From Vassil Vassilev: 2011-02-24 16:47:47 +00:00
SemaObjCProperty.cpp Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz! 2011-01-31 23:20:03 +00:00
SemaOverload.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaStmt.cpp compute the integer width, not the memory width here. We want to know that 2011-02-24 07:31:28 +00:00
SemaTemplate.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaTemplateDeduction.cpp Tweaks to C++0x deduced auto type support: 2011-02-21 20:05:19 +00:00
SemaTemplateInstantiate.cpp Step #2/N of __label__ support: keep pushing LabelDecl forward, 2011-02-17 20:34:02 +00:00
SemaTemplateInstantiateDecl.cpp Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
SemaTemplateVariadic.cpp remove some defensive code: LocalInstantiationScope::getInstantiationOf 2011-02-17 19:38:27 +00:00
SemaType.cpp Teach NestedNameSpecifier to keep track of namespace aliases the same 2011-02-24 02:36:08 +00:00
TargetAttributesSema.cpp Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 instead. 2011-02-17 08:51:38 +00:00
TargetAttributesSema.h Remove Sema.h's dependency on DeclCXX.h. 2010-08-25 07:42:41 +00:00
TreeTransform.h Retain complete source-location information for C++ 2011-02-24 17:54:50 +00:00
TypeLocBuilder.h Teach CXXScopeSpec to handle the extension of a nested-name-specifier 2011-02-24 00:17:56 +00:00