Go to file
Manuel Klimek 0551065cd1 Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer.
A precondition of that was to run both the preprocessor checks and AST
checks from the same FrontendAction, otherwise we'd have needed to
duplicate all involved objects in order to not have any references to a
deleted source manager.

llvm-svn: 219212
2014-10-07 15:49:36 +00:00
clang Emit diagnostic for -munaligned-access on v6m 2014-10-07 15:11:32 +00:00
clang-tools-extra Make clang-tidy's runCheckOnCode actually use the DiagnosticConsumer. 2014-10-07 15:49:36 +00:00
compiler-rt Fixed asan-asm-stacktrace-test.cc 2014-10-07 11:12:55 +00:00
debuginfo-tests
libclc Implement fmod 2014-10-05 20:24:52 +00:00
libcxx Fix win32 support header for mingw32. 2014-10-06 20:06:33 +00:00
libcxxabi Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
lld [PECOFF] Infer machine type from input object file 2014-10-07 01:38:46 +00:00
lldb Fix exception text to match function name 2014-10-07 01:57:52 +00:00
llvm DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are updated even when DAE removes both varargs and non-varargs arguments on the same function. 2014-10-07 15:10:23 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [Fix] Non i1 typed select condition for weird pw aff functions. 2014-10-07 14:37:59 +00:00