llvm-project/clang/lib
Aaron Ballman 444eb6e23c Properly parsing __declspec(safebuffers), though there is no semantic hookup. For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx
llvm-svn: 181123
2013-05-04 16:58:37 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST Reverting r181004 since it has broken test/Sema/wchar.c. 2013-05-04 16:56:22 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis C++1y: Allow aggregates to have default initializers. 2013-04-20 22:23:05 +00:00
Basic AArch64: teach Clang about __clear_cache intrinsic 2013-05-04 07:15:13 +00:00
CodeGen In VarDecl nodes, store the thread storage class specifier as written. 2013-05-04 08:27:07 +00:00
Driver [driver] Allow multiple -arch options with -save-temps by adding the arch name 2013-04-30 22:01:21 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Add space between ; and (. 2013-05-03 14:50:50 +00:00
Frontend Revert r177218. 2013-05-03 23:20:27 +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 Make sure we define wchar_t related macros correctly in -fms-extensions mode. 2013-05-02 13:12:32 +00:00
Lex Lex: Fix quadratic behavior when unescaping _Pragma strings. 2013-05-04 10:37:20 +00:00
Parse Properly parsing __declspec(safebuffers), though there is no semantic hookup. For more information about safebuffers, see MSDN: http://msdn.microsoft.com/en-us/library/dd778695(v=vs.110).aspx 2013-05-04 16:58:37 +00:00
Rewrite Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
Sema In VarDecl nodes, store the thread storage class specifier as written. 2013-05-04 08:27:07 +00:00
Serialization In VarDecl nodes, store the thread storage class specifier as written. 2013-05-04 08:27:07 +00:00
StaticAnalyzer [analyzer;alternate edges] start experimenting with control flow "barriers" to prevent an edge being optimized away. 2013-05-04 01:13:22 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +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