hanchenye-llvm-project/clang/lib
Dmitri Gribenko 5ac744e006 Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249.
llvm-svn: 167358
2012-11-03 16:07:49 +00:00
..
ARCMigrate Move PreprocessorOptions into the Lex library, and make it intrusively 2012-10-24 17:01:35 +00:00
AST Remove a const_cast by propagating constness to the member function. 2012-11-03 14:24:57 +00:00
ASTMatchers Insert interception point onStartOfTranslationUnit. 2012-11-02 01:31:03 +00:00
Analysis [analyzer] add LocationContext::inTopFrame() helper. 2012-11-03 02:54:16 +00:00
Basic isLegalUTF8() was giving the wrong answer 2012-10-30 23:50:26 +00:00
CodeGen Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). 2012-11-02 23:40:00 +00:00
Driver Improve x86 android support: 2012-11-02 20:41:30 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Add a proper algorithm to compute accurate source ranges for diagnostics with 2012-11-03 03:36:51 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Add "static" to some functions in altivec.c where it was missing. 2012-10-31 18:17:07 +00:00
Lex Make the FilenameRange of the InclusionDirective callback more accurate, 2012-11-01 17:52:58 +00:00
Parse Thread safety analysis: Fixed ICE caused by double delete when late parsed 2012-11-02 21:44:32 +00:00
Rewrite Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
Sema Handle CK_NullToPointer casts in -Wtype-safety properly. Fixes PR14249. 2012-11-03 16:07:49 +00:00
Serialization [libclang] Correct how the index inside the local preprocessed entities array 2012-11-02 02:31:22 +00:00
StaticAnalyzer StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc. 2012-11-03 13:59:36 +00:00
Tooling Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt
Makefile