Go to file
Dehao Chen 41dc5a6e86 Make HeaderLineno a local variable.
http://reviews.llvm.org/D13576

As we are using hierarchical profile, there is no need to keep HeaderLineno a member variable. This is because each level of the inline stack will have its own header lineno. One should use the head lineno of its own inline stack level instead of the actual symbol.

llvm-svn: 249848
2015-10-09 16:50:16 +00:00
clang Fix VFS GCC unittest on Windows 2015-10-09 16:48:52 +00:00
clang-tools-extra Adding a checker (cert-err52-cpp) that detects use of setjmp or longjmp in C++ code. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/pages/viewpage.action?pageId=1834 2015-10-08 19:54:43 +00:00
compiler-rt [CMake] [Darwin] [Builtins] Fixing a typo that was keeping the OS X 10.4 builtins library from being built properly. 2015-10-09 16:47:43 +00:00
debuginfo-tests
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Split <stdlib.h> out of <cstdlib>. 2015-10-09 01:41:45 +00:00
libcxxabi Fix incorrect parsing of arguments for nested functions. Reviewed as http://reviews.llvm.org/D13192. Thanks to Anseny Kapoulkine for the patch. 2015-10-08 03:02:09 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld Don't silently ignore an error. 2015-10-09 16:15:57 +00:00
lldb Remove long-forgotten plugin virtuals. 2015-10-09 15:37:10 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Make HeaderLineno a local variable. 2015-10-09 16:50:16 +00:00
openmp Formatting/Whitespace/Comment changes associated with wait/release improvements. 2015-10-08 19:44:16 +00:00
polly [FIX] Add missing projection for invariant load domains 2015-10-08 11:05:57 +00:00