- 7498e50 Fix the AST tree so ir-gen can do the conversion via copy construction. by Fariborz Jahanian · 15 years ago
- 1eca99b Even more work on empty classes. by Anders Carlsson · 15 years ago
- d781a39 Don't look for __builtin_va_list; it isn't present for all targets by Douglas Gregor · 15 years ago
- ce94049 Fix checking for a null pointer constant when the expression itself is by Douglas Gregor · 15 years ago
- d520253 Add a reduced test case for the weak ivar infinite recursion. by John McCall · 15 years ago
- a4c6081 Who would have thought that empty classes were so tricky? Handle cases where an empty virtual base class needs to be moved aside because it conflicts with the first field. by Anders Carlsson · 15 years ago
- fbbce49 Handle array fields that contain empty structs. by Anders Carlsson · 15 years ago
- 8041747 Fix <rdar://problem/7249327> by allowing silent conversions between signed and unsigned integer values for symbolic values. This is an intermediate solution (i.e. hack) until we support extension/truncation of symbolic integers. by Ted Kremenek · 15 years ago
- 6026504 More work on empty classes. by Anders Carlsson · 15 years ago
- 7dfd0fb When entering the scope of a declarator, make sure that the scope is by Douglas Gregor · 15 years ago
- b9aa6b2 WIP implementation of explicit function template specialization. This by Douglas Gregor · 15 years ago
- 119fa68 Clean up the CodeCompletion testsuite's use of FileCheck by Douglas Gregor · 15 years ago
- ff9e18c Add test for C-based indexing API, using FileCheck utility. by Steve Naroff · 15 years ago
- 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
- 584425c cmake: Run tests with 'verbose' enabled by default, so that the failure is by Daniel Dunbar · 15 years ago
- ee45d6d We no longer need anything from the llvm/test/Scripts dir. by Daniel Dunbar · 15 years ago
- 35dcad8 Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' instead of 'cast<PointerType>()' (to handle pointer typedefs). by Ted Kremenek · 15 years ago
- ffbdefc More improvements with laying out empty bases. by Anders Carlsson · 15 years ago
- 55e59e1 Darwin/x86-32: Enumerated types and block pointer types in structures were not by Daniel Dunbar · 15 years ago
- 0954cde Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic parameter regions by Ted Kremenek · 15 years ago
- 1345bd2 More work on empty classes. by Anders Carlsson · 15 years ago
- 112ba7e Shorten the static analyzer diagnostic for 'use of garbage value'. by Ted Kremenek · 15 years ago
- 96be691 Make C++ temporary-related expressions provide proper source-range information. by Douglas Gregor · 15 years ago
- 8f489d6 patch to ir-gen conversion function call used in initializing a reference class. by Fariborz Jahanian · 15 years ago
- eb5758b For code completion, note that injected-class-names found as part of by Douglas Gregor · 15 years ago
- 51bebc8 This patch addresses a few issues related to 8.5.3 [dcl.init.ref] by Fariborz Jahanian · 15 years ago
- 018837b Handle namespace aliases. by Anders Carlsson · 15 years ago
- 6ac5fc4 Emit new[] cookie when needed. by Anders Carlsson · 15 years ago
- a4d4c01 Basic support for new[]. by Anders Carlsson · 15 years ago
- 5bd1a11 When code-completion after a "," is building an overload set, note by Douglas Gregor · 15 years ago
- a441283 fix typo in file name by Gabor Greif · 15 years ago
- 21fb98e implement support for __builtin_eh_return_data_regno on x86-32 and x86-64. by Chris Lattner · 15 years ago
- 657406d Fix PR 4988 by removing an invalid assertion (a function can be referenced in by Ted Kremenek · 15 years ago
- b1663d0 Produce detailed diagnostics when overload by Fariborz Jahanian · 15 years ago
- ac18b2e Cast the array size expr to a size_t by Anders Carlsson · 15 years ago
- 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 15 years ago
- 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 15 years ago
- 3e7253f When code-completion finds a declaration only because it is usable as by Douglas Gregor · 15 years ago
- 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 15 years ago
- e06eafb Spell clang-cc correctly. by Daniel Dunbar · 15 years ago
- b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 15 years ago
- ed5d651 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. by Douglas Gregor · 15 years ago
- cf54959 Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with floats not honored by Ted Kremenek · 15 years ago
- b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
- add2882 CXXMethodDecls should always be mangled, even if they are inside an extern "C" block. Fixes PR5017. by Anders Carlsson · 15 years ago
- 455acd9 Issue good ambiguity diagnostic when convesion fails. by Fariborz Jahanian · 15 years ago
- 56cfdc1 If we already set a primary base, don't set it to the first nearly empty base class. by Anders Carlsson · 15 years ago
- 5cc58c6 Don't assert that linkage decls are always C++, it's not true. Fixes PR5019. by Anders Carlsson · 15 years ago
- b2ef1be Fix a regression in accessing class getter using the dot-syntax by Fariborz Jahanian · 15 years ago
- 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 15 years ago
- b850ddd Always execute tests internally on Windows. by Daniel Dunbar · 15 years ago
- cceef8b CMake: Add a clang-c++tests target for running the experimental C++ header by Daniel Dunbar · 15 years ago
- 7f8b57a Update PCH serialization of FunctionDecl flags. by Daniel Dunbar · 15 years ago
- 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
- cc969fd Fix: <rdar://problem/7242015> [RegionStore] variable passed-by-reference (via integer) to function call not invalidated by Ted Kremenek · 15 years ago
- 718bb48 Force triple in test. by Daniel Dunbar · 15 years ago
- a626b01 Add test case for PR4894 (it was fixed in LLVM). by Daniel Dunbar · 15 years ago
- c32b244 Add test case for <rdar://problem/6829164>, which was implicitly fixed in r79694. by Ted Kremenek · 15 years ago
- b924259 Removed -fobjc-newgc-api option. clang now conforms to by Fariborz Jahanian · 15 years ago
- 69181a8 Provide intermediate solution to handling assignments to structs via an by Ted Kremenek · 15 years ago
- 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 15 years ago
- 90b4fd4 -fobjc-newgc-api is now the default. by Fariborz Jahanian · 15 years ago
- 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 15 years ago
- b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 15 years ago
- fd02ed7 Miscellanous fixes in generatation of objc gc's write-barriers. by Fariborz Jahanian · 15 years ago
- 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 15 years ago
- 657f21b Add an XFAIL test which compiles differently from a .ast. by Daniel Dunbar · 15 years ago
- 21190d5 Implement __builtin_unreachable(), a GCC 4.5 extension. by Chris Lattner · 15 years ago
- a674bf4 Switch ProcessASTInputFile to still use ParseAST. by Daniel Dunbar · 15 years ago
- d553f8c Start mangling expressions. by Anders Carlsson · 15 years ago
- 62d1fc0 Work around FileCheck -NOT restriction. by Daniel Dunbar · 15 years ago
- 73eed6a Switch TestRunner.sh to just use 'lit'. - Does people use this? by Daniel Dunbar · 15 years ago
- d9c2e78 Switch to using the new LLVM lit test runner by default. by Daniel Dunbar · 15 years ago
- 1b720a9 Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. by Daniel Dunbar · 15 years ago
- ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 15 years ago
- 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
- 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 15 years ago
- e0a5807 Re-introduce diagnostic caching in BugReporter that was originally added in by Ted Kremenek · 15 years ago
- e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
- 1131014 Attempt to make a test portable. by Daniel Dunbar · 15 years ago
- ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
- 4bf4e30 Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions by Anders Carlsson · 15 years ago
- 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
- 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 15 years ago
- 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
- b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
- 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
- f515b22 Disable questionable code for handling isNullPointerConstant on value dependent by Daniel Dunbar · 15 years ago
- 240592c Force a triple. by Daniel Dunbar · 15 years ago
- 7f473c5 Revert most of r82198, which was causing a large number of crashes by Ted Kremenek · 15 years ago
- 6a19832 Introduce caching of diagnostics in BugReporter. This provides extra by Ted Kremenek · 15 years ago
- 7482e24 More mangling goodness. by Anders Carlsson · 15 years ago
- b251e93 Fix error in test. by Anders Carlsson · 15 years ago
- 7624f21 Handle mangling of TemplateSpecializationType. by Anders Carlsson · 15 years ago
- 1c1afc4 Fixed a bug in generation of the new write-barriers when by Fariborz Jahanian · 15 years ago
- 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
- 7af18d3 Tweak clang testing. - Move CMake to using the new test runner. by Daniel Dunbar · 15 years ago
- d85cef5 Merge uninstantiated default arguments more carefully, and try not to by Douglas Gregor · 15 years ago
- d58d6f7 Ignore extern "C++" { } when mangling. by Anders Carlsson · 15 years ago
- 501d8a6 Force triple for tests using __strong. by Daniel Dunbar · 15 years ago