- Sep 23, 2009
-
-
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
-
Devang Patel authored
llvm-svn: 82570
-
Devang Patel authored
llvm-svn: 82568
-
Anders Carlsson authored
llvm-svn: 82567
-
Fariborz Jahanian authored
llvm-svn: 82566
-
Fariborz Jahanian authored
llvm-svn: 82565
-
Steve Naroff authored
- Add missing prototypes for dispose functions. llvm-svn: 82564
-
Anders Carlsson authored
llvm-svn: 82563
-
Anders Carlsson authored
llvm-svn: 82562
-
Victor Hernandez authored
llvm-svn: 82561
-
Anders Carlsson authored
llvm-svn: 82560
-
Mike Stump authored
llvm-svn: 82559
-
Anders Carlsson authored
llvm-svn: 82558
-
Anders Carlsson authored
llvm-svn: 82557
-
Fariborz Jahanian authored
notation. There is still an issue accessing field of a 'Class''s isa in legacy code using dot field access notation (as noted in the test case) but unrelated to this patch. llvm-svn: 82555
-
David Goodwin authored
llvm-svn: 82554
-
Daniel Dunbar authored
buffer", while we work out a solution. Dan convinced me that making debugging annoying for him is worse than 10x being slower for me. :) llvm-svn: 82553
-
Daniel Dunbar authored
llvm-svn: 82552
-
Daniel Dunbar authored
llvm-svn: 82551
-
Douglas Gregor authored
opening parentheses and after each comma. We gather the set of visible overloaded functions, perform "partial" overloading based on the set of arguments that we have thus far, and return the still-viable results sorted by the likelihood that they will be the best candidate. Most of the changes in this patch are a refactoring of the overloading routines for a function call, since we needed to separate out the notion of building an overload set (common to code-completion and normal semantic analysis) and then what to do with that overload set. As part of this change, I've pushed explicit template arguments into a few more subroutines. There is still much more work to do in this area. Function templates won't be handled well (unless we happen to deduce all of the template arguments before we hit the completion point), nor will overloaded function-call operators or calls to member functions. llvm-svn: 82549
-
Mikhail Glushenkov authored
GetProcessId() was introduced only in Windows XP, and we want to support earlier versions. llvm-svn: 82548
-
Daniel Dunbar authored
llvm-svn: 82544
-