llvm-project/clang/lib
Sebastian Redl ce354af895 Implement Expr::CanThrow, a function that applies the noexcept operator rules to expressions.
llvm-svn: 113621
2010-09-10 20:55:33 +00:00
..
AST Implement Expr::CanThrow, a function that applies the noexcept operator rules to expressions. 2010-09-10 20:55:33 +00:00
Analysis Add ObjCAtSynchronizedStmt to the CFG and add GRExprEngine support (PreVisit for checkers). 2010-09-10 03:05:33 +00:00
Basic Allow 'o' and 'V' as constraints for output asm operands. 2010-09-07 18:40:41 +00:00
Checker Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up <rdar://problem/6352035>. 2010-09-10 20:20:49 +00:00
CodeGen IRGen fix for using property-dot syntax to pass 2010-09-10 18:56:35 +00:00
Driver Driver/Darwin: Make the compilation object available in AddLinkArgs. 2010-09-09 21:51:05 +00:00
Frontend Added AnalyzerStatsChecker, a path sensitive check that reports visitation statistics about analysis. Running clang with the -analyzer-stats flag will emit warnings containing the information. We can then run a postanalysis script to take this data and give useful information about how much the analyzer missed in a project. 2010-09-10 00:44:44 +00:00
FrontendTool Clean up CMake dependencies 2010-09-09 15:44:58 +00:00
Headers fix PR7192 by defining wchar_t in a more conventional way. The 2010-09-05 23:29:49 +00:00
Index Clean up CMake dependencies 2010-09-09 15:44:58 +00:00
Lex When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
Parse When we parse a pragma, keep track of how that pragma was originally 2010-09-09 22:45:38 +00:00
Rewrite Clean up CMake dependencies 2010-09-09 15:44:58 +00:00
Sema property reference expression used on lhs of assignment 2010-09-09 23:01:10 +00:00
Serialization Add proper type-source information to UnaryTypeTraitExpr, including 2010-09-09 16:14:44 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00