Go to file
Argyrios Kyrtzidis a3deaeeb52 Fix Lexer::ComputePreamble when MaxLines parameter is non-zero.
The function was only counting lines that included tokens and not empty lines,
but MaxLines (mainly initiated to the line where the code-completion point resides)
is a count of overall lines (even empty ones).

llvm-svn: 139085
2011-09-04 03:32:04 +00:00
clang Fix Lexer::ComputePreamble when MaxLines parameter is non-zero. 2011-09-04 03:32:04 +00:00
compiler-rt Change ARM vfp assembly functions to use unified syntax. 2011-08-23 16:40:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Fix const correctness bug in __move_assign. Found and fixed by Ion Gaztañaga. 2011-09-02 20:42:31 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Watchpoint work in progress: 2011-09-02 21:13:07 +00:00
llvm valgrind: Suppress glibc's optiized strcasecmp harder. 2011-09-03 17:59:31 +00:00
polly Fix crashes due to unaligned parameters 2011-08-25 08:40:59 +00:00