- Sep 23, 2009
-
-
Chris Lattner authored
This implements PR5034 and rdar://6836445. llvm-svn: 82614
-
Chris Lattner authored
llvm-svn: 82613
-
Evan Cheng authored
llvm-svn: 82610
-
Edward O'Callaghan authored
llvm-svn: 82609
-
Edward O'Callaghan authored
llvm-svn: 82608
-
Edward O'Callaghan authored
llvm-svn: 82607
-
Edward O'Callaghan authored
llvm-svn: 82606
-
Edward O'Callaghan authored
Fix compile time warning: format '%#lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int' llvm-svn: 82605
-
Edward O'Callaghan authored
llvm-svn: 82604
-
Gabor Greif authored
llvm-svn: 82603
-
Anders Carlsson authored
Add a new variant of EmitCXXAggrConstructorCall that takes a Value that holds the number of elements to construct, to be used when implementing new[]. llvm-svn: 82602
-
Chris Lattner authored
"the jit has not been linked in" if the interpreter failed. This fixes a unit test failure. llvm-svn: 82601
-
Chris Lattner authored
llvm-svn: 82600
-
Dan Gohman authored
two different places for printing MachineMemOperands. Drop the virtual from Value::dump and instead give Value a protected virtual hook that can be overridden by subclasses to implement custom printing. This lets printing be more consistent, and simplifies printing of PseudoSourceValue values. llvm-svn: 82599
-
Ted Kremenek authored
GRExprEngine::VisitDeclRefExpr without 'asLValue' being true). llvm-svn: 82598
-
Dan Gohman authored
llvm-svn: 82597
-
Fariborz Jahanian authored
resolution failed to select a candidate due to ambiguity in type conversion function selection. llvm-svn: 82596
-
Anders Carlsson authored
llvm-svn: 82595
-
Anders Carlsson authored
llvm-svn: 82594
-
Douglas Gregor authored
signature of the function with the current parameter highlighted as a placeholder. llvm-svn: 82593
-
Douglas Gregor authored
results for other, textual completion. For call completion, we now produce enough information to show the function call argument that we are currently on. llvm-svn: 82592
-
Mike Stump authored
llvm-svn: 82591
-
Douglas Gregor authored
active shadow map. llvm-svn: 82588
-
Douglas Gregor authored
the start of a nested-name-specifier, add the "::" after the nested-name-specifier to the code-completion string. llvm-svn: 82587
-
Douglas Gregor authored
members found in base classes have the same ranking as members found in derived classes. However, we will introduce an informative note for members found in base classes, showing (as a nested-name-specifier) the qualification to name the base class, to make it clear which members are from bases. llvm-svn: 82586
-
Anders Carlsson authored
llvm-svn: 82585
-
Mike Stump authored
llvm-svn: 82584
-
Daniel Dunbar authored
defining the CLANG_IS_PRODUCTION Makefile variable. llvm-svn: 82583
-
Daniel Dunbar authored
llvm-svn: 82582
-
Douglas Gregor authored
llvm-svn: 82581
-
Anders Carlsson authored
llvm-svn: 82580
-
- Sep 22, 2009
-
-
Anders Carlsson authored
llvm-svn: 82579
-
Daniel Dunbar authored
llvm-svn: 82578
-
Douglas Gregor authored
llvm-svn: 82577
-
Douglas Gregor authored
In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma. llvm-svn: 82576
-
-
Erick Tryzelaar authored
Conflicts: examples/Makefile llvm-svn: 82574
-
Erick Tryzelaar authored
llvm-svn: 82573
-
Erick Tryzelaar authored
llvm-svn: 82572
-
Douglas Gregor authored
-code-completion-at=filename:line:column which performs code completion at the specified location by truncating the file at that position and enabling code completion. This approach makes it possible to run multiple tests from a single test file, and gives a more natural command-line interface. llvm-svn: 82571
-