clang-1/lib/Sema
Nuno Lopes 1dfa6e15cb fix TryToFixInvalidVariablyModifiedType to reject negative array sizes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63557 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-02 22:32:08 +00:00
..
CMakeLists.txt Refactor name lookup. 2009-01-14 22:20:51 +00:00
CXXFieldCollector.h Unifies the name-lookup mechanisms used in various parts of the AST 2008-12-11 16:49:14 +00:00
IdentifierResolver.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
IdentifierResolver.h Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
Makefile rename libclangSEMA to libclangSema 2008-09-07 17:09:06 +00:00
ParseAST.cpp Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pass as an argument a TranslationUnit object whose contents live beyond the call to ParseAST. 2009-01-28 04:29:29 +00:00
Sema.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
Sema.h Add iterators to LookupResult, allowing one to iterate over the 2009-02-02 21:35:47 +00:00
SemaCXXScopeSpec.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaChecking.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
SemaDecl.cpp fix TryToFixInvalidVariablyModifiedType to reject negative array sizes 2009-02-02 22:32:08 +00:00
SemaDeclAttr.cpp Add sema support for the cleanup attribute. 2009-01-31 01:16:18 +00:00
SemaDeclCXX.cpp Check value-initializations that occur when an initializer list 2009-02-02 17:43:21 +00:00
SemaDeclObjC.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaExpr.cpp Turn on -flax-vector-conversions by default, issue a warning whenever one is done. Add a -fnolax-vector-conversions option. Fixes PR2862. 2009-01-30 23:17:46 +00:00
SemaExprCXX.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaExprObjC.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaInherit.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaInherit.h Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaInit.cpp Add iterators to LookupResult, allowing one to iterate over the 2009-02-02 21:35:47 +00:00
SemaLookup.cpp Add iterators to LookupResult, allowing one to iterate over the 2009-02-02 21:35:47 +00:00
SemaNamedCast.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
SemaOverload.cpp Steve set me straight on this one. GCC was right, EDG was wrong: the 2009-02-02 22:11:10 +00:00
SemaOverload.h Add support for calls to overloaded member functions. Things to note: 2008-12-22 05:46:06 +00:00
SemaStmt.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
SemaTemplate.cpp Eliminated LookupCriteria, whose creation was causing a bottleneck for 2009-01-30 01:04:22 +00:00
SemaType.cpp Implement and test aggregate initialization in C++. Major changes: 2009-01-30 22:09:00 +00:00
SemaUtil.h Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00