llvm-project/clang/lib/Sema
Chris Lattner f7e69d5a77 add support for inserting a DeclarationName into a diagnostic directly
without calling getAsString().  This implicitly puts quotes around the
name, so diagnostics need to be tweaked to accommodate this.

llvm-svn: 59916
2008-11-23 20:28:15 +00:00
..
CMakeLists.txt Fix cmake build, patch from Jjgod Jiang. 2008-11-11 08:29:24 +00:00
CXXFieldCollector.h Update some comments. 2008-07-01 11:22:40 +00:00
IdentifierResolver.cpp Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
IdentifierResolver.h Updated IdentifierResolver to deal with DeclarationNames. The names of 2008-11-17 20:34:05 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Comment fix, ParseAST does not take ownership of the consumer. 2008-10-27 22:01:05 +00:00
Sema.cpp add support for inserting a DeclarationName into a diagnostic directly 2008-11-23 20:28:15 +00:00
Sema.h move the Diag method for Sema to be inline. This shrinks the release-asserts 2008-11-22 08:28:49 +00:00
SemaCXXScopeSpec.cpp stop calling II::getName() unnecesarily in sema 2008-11-19 08:23:25 +00:00
SemaChecking.cpp merge some simple call diagnostics. 2008-11-21 18:44:24 +00:00
SemaDecl.cpp add support for inserting a DeclarationName into a diagnostic directly 2008-11-23 20:28:15 +00:00
SemaDeclAttr.cpp __weak ivar need not warn. 2008-11-20 19:35:51 +00:00
SemaDeclCXX.cpp Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. 2008-11-22 13:44:36 +00:00
SemaDeclObjC.cpp remove another old Diag method. 2008-11-20 06:13:02 +00:00
SemaExpr.cpp Add support for sending QualType's directly into diags and convert two 2008-11-23 09:13:29 +00:00
SemaExprCXX.cpp Implementation of new and delete parsing and sema. 2008-11-21 19:14:01 +00:00
SemaExprObjC.cpp merge some simple call diagnostics. 2008-11-21 18:44:24 +00:00
SemaInherit.cpp start converting Sema over to using its canonical Diag method. 2008-11-18 22:52:51 +00:00
SemaInherit.h Implement semantic checking of static_cast and dynamic_cast. 2008-10-31 14:43:28 +00:00
SemaInit.cpp remove the last old-fashioned Diag method. Transition complete! 2008-11-20 06:38:18 +00:00
SemaNamedCast.cpp remove another old-school Diag method. 2008-11-20 06:06:08 +00:00
SemaOverload.cpp Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. 2008-11-22 13:44:36 +00:00
SemaOverload.h Implement the rest of C++ [over.call.object], which permits the object 2008-11-19 22:57:39 +00:00
SemaStmt.cpp Case values must be evaluated 2008-11-22 21:50:49 +00:00
SemaType.cpp Implementation of new and delete parsing and sema. 2008-11-21 19:14:01 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00