llvm-project/clang/lib
Matt Beaumont-Gay abf836cffa Fix -Wunused-value to not warn on expressions that have unresolved lookups due
to dependent arguments.

llvm-svn: 166468
2012-10-23 06:15:26 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Fix -Wunused-value to not warn on expressions that have unresolved lookups due 2012-10-23 06:15:26 +00:00
ASTMatchers Implement hasParent()-matcher. 2012-10-22 16:26:51 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic Fix pre-commit refacto failure. 2012-10-22 18:56:43 +00:00
CodeGen Don't try to use inreg with 0 sized structs. Thanks to Eli for reporting the 2012-10-23 02:04:01 +00:00
Driver [Options] Add prefixes to options. 2012-10-22 22:13:48 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Handle implicitly-included PCH files the same way as 2012-10-22 23:59:45 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. 2012-10-11 01:10:04 +00:00
Lex Fix for PR13334. This prevents crashes that result from badly formed 2012-10-22 20:28:48 +00:00
Parse When used in a compound expression FP_CONTRACT should proceed all explicit 2012-10-21 01:10:01 +00:00
Rewrite Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
Sema [ms-inline-asm] Add handling for errors coming out of the backend. 2012-10-23 02:43:30 +00:00
Serialization Allow clients of the AST reader to specify what kinds of AST load 2012-10-22 23:51:00 +00:00
StaticAnalyzer [analyzer] Assume 'new' never returns NULL if it could throw an exception. 2012-10-20 02:32:51 +00:00
Tooling Only report first error when no compilation database is found. 2012-10-15 13:12:24 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00