- Sep 16, 2011
-
-
Eric Christopher authored
on all platforms. llvm-svn: 139934
-
Howard Hinnant authored
Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug. llvm-svn: 139933
-
Anna Zaks authored
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation of SourceLocations (commit 5 of ?): - Get rid of PathDiagnosticLocation(SourceRange r,..) constructor by providing a bunch of create methods. - The PathDiagnosticLocation(SourceLocation L,..), which is used by crate methods, will eventually become private. - Test difference is in the case when the report starts at the beginning of the function. We used to represent that point as a range of the very first token in the first statement. Now, it's just a single location representing the first character of the first statement. llvm-svn: 139932
-
Jim Grosbach authored
llvm-svn: 139931
-
Howard Hinnant authored
llvm-svn: 139930
-
Jim Grosbach authored
llvm-svn: 139929
-
Eli Friedman authored
llvm-svn: 139928
-
Jim Grosbach authored
llvm-svn: 139927
-
Jim Grosbach authored
llvm-svn: 139926
-
Jim Grosbach authored
llvm-svn: 139925
-
Johnny Chen authored
llvm-svn: 139924
-
Jim Grosbach authored
llvm-svn: 139923
-
Jim Grosbach authored
llvm-svn: 139922
-
Jim Grosbach authored
llvm-svn: 139921
-
Johnny Chen authored
llvm-svn: 139920
-
Jim Grosbach authored
llvm-svn: 139919
-
Jim Grosbach authored
llvm-svn: 139918
-
Jim Grosbach authored
llvm-svn: 139917
-
Jim Grosbach authored
llvm-svn: 139916
-
Owen Anderson authored
llvm-svn: 139915
-
Johnny Chen authored
lookup and cacheing of dSYMs is not enabled, the 'defaults read com.apple.DebugSymbols' output is not shown. llvm-svn: 139914
-
Howard Hinnant authored
llvm-svn: 139913
-
Owen Anderson authored
llvm-svn: 139912
-
Jim Grosbach authored
llvm-svn: 139911
-
Jim Grosbach authored
llvm-svn: 139910
-
Jim Grosbach authored
llvm-svn: 139909
-
Jim Grosbach authored
llvm-svn: 139908
-
Jim Grosbach authored
llvm-svn: 139907
-
Jim Grosbach authored
llvm-svn: 139906
-
Jim Grosbach authored
llvm-svn: 139905
-
Jim Grosbach authored
llvm-svn: 139904
-
Jim Grosbach authored
llvm-svn: 139903
-
Jim Grosbach authored
llvm-svn: 139902
-
Andrew Trick authored
llvm-svn: 139900
-
NAKAMURA Takumi authored
Without -ffreestanding, clang tries to seek /usr/include/stdlib.h in host filesystem, even on Windows hosts. llvm-svn: 139899
-
Andrew Trick authored
llvm-svn: 139898
-
Jason Molenda authored
the arm emulate instruction unwinder so you can leave it on by default and not be overwhelmed. Set verbose mode to get the full story on how the unwindplans were created. llvm-svn: 139897
-
Johnny Chen authored
of dSYMs is not turned on before running the test suite. llvm-svn: 139896
-
Richard Trieu authored
Moves calls of checkArithmeticNull() from CreateBuiltinBinOp() into the individual Check*Operands() functions. llvm-svn: 139895
-
Caitlin Sadowski authored
llvm-svn: 139894
-