llvm-project/clang/lib
Reid Kleckner 140c4a74e2 Refactor diagnostics for MS attributes without -fms-extensions
This shares the warn_attribute_unused diagnostic and reduces the
indentation level.  No functionality change.

llvm-svn: 182096
2013-05-17 14:04:52 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. 2013-05-17 09:41:40 +00:00
ASTMatchers Test commit 2013-05-15 19:49:05 +00:00
Analysis [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. 2013-05-17 09:41:40 +00:00
Basic [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. 2013-05-16 21:37:39 +00:00
CodeGen Let CodeGenFunction::EmitVarDecl query the semantic storage class info. 2013-05-16 11:27:56 +00:00
Driver [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options. 2013-05-11 06:33:44 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Slightly modify the formatting rules for braced lists. 2013-05-17 09:35:01 +00:00
Frontend C++1y deduced return types: when we deduce a return type for a function which 2013-05-11 05:45:24 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. 2013-05-09 17:41:19 +00:00
Lex [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. 2013-05-16 21:37:39 +00:00
Parse First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
Rewrite Use only explicit bool conversion operator 2013-05-15 07:37:26 +00:00
Sema Refactor diagnostics for MS attributes without -fms-extensions 2013-05-17 14:04:52 +00:00
Serialization First pass of semantic analysis for init-captures: check the initializer, build 2013-05-16 06:20:58 +00:00
StaticAnalyzer [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. 2013-05-17 09:41:40 +00:00
Tooling Add a more convenient interface to use clang-format. 2013-05-16 10:40:07 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00