llvm-project/clang/lib
Ted Kremenek b0d1c70258 Attempt (again) to stabilize the order of the emission of diagnostics
of the analyzer by using the FullProfile() of a PathDiagnostic
for ordering them.

llvm-svn: 163455
2012-09-08 04:26:37 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST PR9023: A template template parameter whose template parameter list contains an 2012-09-07 02:06:42 +00:00
ASTMatchers Change the behavior of the isDerivedFrom-matcher to not match on the 2012-09-07 12:48:17 +00:00
Analysis Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. 2012-09-08 04:00:12 +00:00
Basic Enabling the UTF conversion routines that were previously conditionally ifdef'ed out. This change is required to support enhancements in the LLDB data formatters 2012-09-06 17:03:42 +00:00
CodeGen -fcatch-undefined-behavior: Factor emission of the creation of, and branch to, 2012-09-08 02:08:36 +00:00
Driver Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! 2012-09-07 13:36:21 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend [analyzer] Always include destructors in the analysis CFG. 2012-09-05 22:55:23 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex Dont cast away const needlessly. Found by gcc48 -Wcast-qual. 2012-09-06 15:59:27 +00:00
Parse Revert r163083 per chandlerc's request. 2012-09-04 17:49:35 +00:00
Rewrite Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri! 2012-09-06 16:44:16 +00:00
Sema Format strings: suggest %lld instead of %qd and %Ld with -Wformat-non-iso. 2012-09-08 04:00:12 +00:00
Serialization PR9023: A template template parameter whose template parameter list contains an 2012-09-07 02:06:42 +00:00
StaticAnalyzer Attempt (again) to stabilize the order of the emission of diagnostics 2012-09-08 04:26:37 +00:00
Tooling Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09: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