- Nov 03, 2008
-
-
Matthijs Kooijman authored
llvm-svn: 58606
-
Chris Lattner authored
the designator corresponding to it, otherwise Sema and later parsing will get confused. llvm-svn: 58603
-
Chris Lattner authored
llvm-svn: 58602
-
Ted Kremenek authored
Simplify the functions HtmlEsape and ShellEscape. We now properly print out the following command line in the HTML output: scan-build gcc -x c /dev/null -c -Dfoo='"string abc"' Fixes <rdar://problem/6338651> llvm-svn: 58600
-
Evan Cheng authored
llvm-svn: 58598
-
Zhongxing Xu authored
llvm-svn: 58597
-
Zhongxing Xu authored
llvm-svn: 58596
-
Zhongxing Xu authored
- Prepare AnonPointeeRegioin for later use. llvm-svn: 58595
-
Nick Lewycky authored
llvm-svn: 58594
-
Nick Lewycky authored
llvm-svn: 58593
-
Nick Lewycky authored
We're still waiting on code that actually analyzes them properly. llvm-svn: 58592
-
Owen Anderson authored
llvm-svn: 58591
-
- Nov 02, 2008
-
-
Sebastian Redl authored
llvm-svn: 58570
-
Nick Lewycky authored
* merge two weak functions by making them both alias a third non-weak fn * don't reimplement CallSite::hasArgument * whitelist the safe linkage types llvm-svn: 58568
-
Anton Korobeynikov authored
llvm-svn: 58567
-
Cedric Venet authored
Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header. llvm-svn: 58566
-
Zhongxing Xu authored
llvm-svn: 58565
-
Zhongxing Xu authored
sets the whole struct to Unknown. Then we cannot assume the V passed to BindStruct() is always a CompoundVal. When it is an UnknownVal, we call BindStructToVal(UnknownVal). 2. Change the signature of InitializeStructToUndefined() to BindStructToVal() to reuse the code. llvm-svn: 58564
-
Anton Korobeynikov authored
llvm-svn: 58563
-
Zhongxing Xu authored
llvm-svn: 58562
-
Duncan Sands authored
cast from ‘const llvm::PointerType*’ to ‘unsigned int’ loses precision). llvm-svn: 58561
-
Owen Anderson authored
exist before. Updating the live intervals in that care is tricky in the general case. Evan, if you see a tighter guard condition for this, let me know. llvm-svn: 58560
-
Oscar Fuentes authored
llvm-svn: 58559
-
Nick Lewycky authored
llvm-svn: 58558
-
Nick Lewycky authored
This triggers only 60 times in llvm-test (look at .llvm.bc, not .linked.rbc) and so it probably wont be turned on by default. Also, may of those are likely to go away when PR2973 is fixed. llvm-svn: 58557
-
Eli Friedman authored
the types for size_t and ptrdiff_t more accurate. I think all of these are correct, but please compare the defines for __PTRDIFF_TYPE__ and __SIZE_TYPE__ to gcc to double-check; this particularly applies to those on BSD variants, since I'm not sure what they do here; I assume here that they're the same as on Linux. Fixes wchar_t to be "int", not "unsigned int" (which I think is correct on everything but Windows). Fixes ptrdiff_t to be "int" rather than "short" on PIC16; "short" is an somewhat strange choice because it normally gets promoted, and it's not consistent with the choice for size_t. llvm-svn: 58556
-
Nick Lewycky authored
by Richard Osborne. llvm-svn: 58555
-
Ted Kremenek authored
llvm-svn: 58554
-
Ted Kremenek authored
llvm-svn: 58553
-
Ted Kremenek authored
llvm-svn: 58552
-
Ted Kremenek authored
llvm-svn: 58551
-
Ted Kremenek authored
Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ranges that occur within macros would not be emitted at all. llvm-svn: 58550
-
Dan Gohman authored
ConstantInt, and SI is the original cast instruction. This fixes PR2996. llvm-svn: 58549
-
- Nov 01, 2008
-
-
Mon P Wang authored
target intrinsics that touches memory llvm-svn: 58548
-
Sanjiv Gupta authored
ready. llvm-svn: 58547
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 58546
-
Chris Lattner authored
llvm-svn: 58545
-
Daniel Dunbar authored
llvm-svn: 58544
-
Daniel Dunbar authored
llvm-svn: 58542
-
- Oct 31, 2008
-
-
Bill Wendling authored
llvm-svn: 58539
-