hanchenye-llvm-project/clang/lib
Artyom Skrobov e72a6f7a70 Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with an updated test)
llvm-svn: 200385
2014-01-29 09:43:07 +00:00
..
ARCMigrate Enforce safe usage of DiagnosticsEngine::getCustomDiagID() 2014-01-26 06:17:37 +00:00
AST Extensively comment bitfield layout, rearrange some 2014-01-29 07:53:44 +00:00
ASTMatchers Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert 2014-01-26 08:12:32 +00:00
Analysis Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Basic Cortex-M3 and Cortex-M4 should not enable hwdiv-arm (committing again, with an updated test) 2014-01-29 09:43:07 +00:00
CodeGen Fixing PR18430 by checking that the size of bitfields plus padding does not 2014-01-29 00:09:16 +00:00
Driver clang-cl: Better error message when trying to compile stdin (PR18640) 2014-01-29 01:04:40 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format Fix crash on unmatched #endif's. 2014-01-29 08:49:02 +00:00
Frontend Require a module.map file to load a module 2014-01-22 23:19:39 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers Intrin.h: include setjmp.h to get a jmp_buf definition 2014-01-28 23:01:59 +00:00
Index Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Lex Remove dead code; MacroDirective's IsHidden flag is always false. 2014-01-27 23:54:39 +00:00
Parse Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU spelling, and a CXX11 spelling with the namespace "gnu". It also sets a bit on the spelling certifying that it is known to GCC. From this, we can warn about the extension appropriately. As a consequence, the FunctionDefinition functionality is completely removed. 2014-01-27 22:10:04 +00:00
Rewrite Rename getResultType() on function and method declarations to getReturnType() 2014-01-25 16:55:45 +00:00
Sema Short-circuit a couple of queries (and avoid corrupting 2014-01-29 08:33:09 +00:00
Serialization Remove dead code; MacroDirective's IsHidden flag is always false. 2014-01-27 23:54:39 +00:00
StaticAnalyzer [CMake] clangStaticAnalyzerFrontend: Deprecate LLVM_NO_RTTI. 2014-01-28 09:43:16 +00:00
Tooling Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00