- dd5fa7a fix rdar://8445858 - __sync_* intrinsics erroneously reject ObjC pointers by Chris Lattner · 14 years ago
- eb17e8b Only assignment operator triggers property setter call. Fixes radar 8437253. by Fariborz Jahanian · 14 years ago
- 692577c When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 14 years ago
- 7433fed Driver: implement driver automagic support for -lcc_kext by Shantonu Sen · 14 years ago
- 7f18e67 Add a -ftrapv-handler= option which allows a handler to invoke instead of simply aborting when a signed operation overflows. This mirrors the (GCC-incompatible) behaviour from clang 1.0 and 1.1 when -ftrapv was specified, but allows the handler to be defined for each compilation unit. by David Chisnall · 14 years ago
- dc24572 Use a temporary file for output which gets renamed after all the writing is finished. by Argyrios Kyrtzidis · 14 years ago
- a83c6be Fix test for no-asserts builds. by John McCall · 14 years ago
- af9b968 Patch to add IRgen support for Gnu's conditional operator by Fariborz Jahanian · 14 years ago
- 9fe871a rename variable, 'Type' seems to be present in by Gabor Greif · 14 years ago
- 0e50ee4 Driver/DarwinClang: Add GCC libexec paths so we can find the cc1 binaries if we by Daniel Dunbar · 14 years ago
- db2f237 IRgen: Change CodeGenPasses to be a PassManager, so it can have CallGraphSCC or by Daniel Dunbar · 14 years ago
- a9b02c0 Reapply "Driver/Darwin: Time for another spin at switching to the DarwinClang", by Daniel Dunbar · 14 years ago
- b6bc587 Revert "Driver/Darwin: Time for another spin at switching to the DarwinClang by Daniel Dunbar · 14 years ago
- 2a24065 Fix this test to use -cc1. by Daniel Dunbar · 14 years ago
- d829950 Driver: Support -dumpmachine. by Daniel Dunbar · 14 years ago
- 7e1dff7 Currently we're initializing the vtable pointers of a class only after by John McCall · 14 years ago
- 7a16997 Driver/Darwin: Time for another spin at switching to the DarwinClang toolchain. by Daniel Dunbar · 14 years ago
- 132e35d Driver: Fix spelling of AddCXXStdlibLibArgs, which I copy-n-pasto'd. by Daniel Dunbar · 14 years ago
- efe91ea Driver/DarwinClang: The new toolchain definition is going to drop the -L inside by Daniel Dunbar · 14 years ago
- 3019c44 When emitting a new-expression inside a conditional expression, by John McCall · 14 years ago
- e5a37f4 Driver: Add magic handling for "reserved library names", starting with by Daniel Dunbar · 14 years ago
- 2346513 Handle '#line' in '-E' that has an empty file name. Fixes <rdar://problem/8439412>. by Ted Kremenek · 14 years ago
- 2008fee Driver: Factor out AddLinkerInputs() function. by Daniel Dunbar · 14 years ago
- b993f5d Driver: Add a toolchain hook for whether the system has native LLVM support. by Daniel Dunbar · 14 years ago
- 069ea64 When dealing with an anonymous enumeration declared in function by Douglas Gregor · 14 years ago
- e59d858 IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to pass by Daniel Dunbar · 14 years ago
- cf3b6f2 IRgen/ABI: Add support for realigning structures which are passed by indirect by Daniel Dunbar · 14 years ago
- 93ae947 IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get passed by Daniel Dunbar · 14 years ago
- fb67d6c IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike by Daniel Dunbar · 14 years ago
- a02d183 add a compatibility note about vector builtins by Chris Lattner · 14 years ago
- ce78461 improve the "enumeration value 'g' not handled in switch" by Chris Lattner · 14 years ago
- d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
- da53134 Removes unused setter. by Fariborz Jahanian · 14 years ago
- d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
- e396c7b When collecting Objective-C methods for message send completions, be by Douglas Gregor · 14 years ago
- c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
- 7c432dd Fix a silly typo and its pasteo. Thanks to Francois Pichet for noticing my mistake by Douglas Gregor · 14 years ago
- 19e60ad Right, there are *two* cases of pr-value class-type expressions that don't by John McCall · 14 years ago
- b259383 Opportunistically use the C++ personality function in ObjC++ by John McCall · 14 years ago
- f902153 Basic: Add f{dim,ma,max,min}[lf]? builtins. by Daniel Dunbar · 14 years ago
- 212f6d3 Refactored BugReporter to refer to EndNode as ErrorNode. We currently make the assumption that EndNode == ErrorNode, but upcoming changes will break this. by Tom Care · 14 years ago
- 49b4ef3 Tidy up. by Zhongxing Xu · 14 years ago
- 6fa2916 Further beautification: this pointer can now be typed. by John McCall · 14 years ago
- d1a5f13 Initialize AggValueSlot's flags along all paths, plus minor beautification. by John McCall · 14 years ago
- 90392b2 Fix the clang build after Zhongxing Xu's commit. by John McCall · 14 years ago
- 9497a73 Implement automatic bracket insertion for Objective-C class message by Douglas Gregor · 14 years ago
- b36cd3e Introduce new CFGElement hierarchy to support C++ CFG, based on Marcin's patch by Zhongxing Xu · 14 years ago
- 6dbcaf3 build: Add support for a CLANG_ORDER_FILE build variable to specify the path to by Daniel Dunbar · 14 years ago
- b319817 Do not warn about empty bodies for 'if' statements if the body is expanded from a macro. by Ted Kremenek · 14 years ago
- 474e2fe Patch to move RequiresGCollection bit to AggValueSlot slot. by Fariborz Jahanian · 14 years ago
- fbcb0eb For self-comparison warning, check the source location of both the LHS and RHS to see if they by Ted Kremenek · 14 years ago
- 77328d1 Handle bracket insertion for Objective-C class messages in a very by Douglas Gregor · 14 years ago
- 58277b5 Tweak comment as suggested by Sebastian. by John McCall · 14 years ago
- 424a5c6 While handling change of file, check if _current_ file is already seen or not. If current file is seen then it indicates that end of previous file's lexical scope. by Devang Patel · 14 years ago
- f73c93f Macro definitions in AST files have their own IDs. by Sebastian Redl · 14 years ago
- 304b752 Initialize TypeOrExpr to NULL to silence a false-positive uninitialized warning by Nick Lewycky · 14 years ago
- 2a4cd49 Test commit by Marcin Swiderski · 14 years ago
- 1d03891 Revert "Clean up in buildbot directories." by Jakob Stoklund Olesen · 14 years ago
- 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
- 5f81d8a Make the new -fobjc-nonfragile-abi2 the default by Fariborz Jahanian · 14 years ago
- fa885c1 Extend bracket insertion to message sends to "super", e.g., by Douglas Gregor · 14 years ago
- b65042d Extend bracket insertion to handle nullary selectors, e.g. by Douglas Gregor · 14 years ago
- 0fbda68 Implement bracket insertion for Objective-C instance message sends as by Douglas Gregor · 14 years ago
- bf3a60b Tweak regex not to accidentally match a trailing \r. by Benjamin Kramer · 14 years ago
- ee0f984 Fix pointer-signext.c test case: it was relying on value names, which don't appear in the non-assert build. Switch to using check-next as well. by Cameron Esfahani · 14 years ago
- 465e8c1 Test hardening. by John McCall · 14 years ago
- 558d2ab one piece of code is responsible for the lifetime of every aggregate by John McCall · 14 years ago
- 8f3b834 Relax assertion in CFG builder when processing ForStmts. This fixes an assertion failure by Ted Kremenek · 14 years ago
- 53a4d7e build: Start sketching code to allow grafting libc++ build into LLVM/Clang build if by Daniel Dunbar · 14 years ago
- 02282ac Disallow the use of UnknownVal as the index for ElementRegions. UnknownVals can be used as by Ted Kremenek · 14 years ago
- 226cbfc Fix classification of statement expressions. by Douglas Gregor · 14 years ago
- 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 14 years ago
- 0924618 Microsoft's flexible array rules relaxation: by Francois Pichet · 14 years ago
- 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
- 6c52c78 Add CFG::BuildOptions class to pass in CFG builder options under on parameter. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
- f8aca86 Fix destructor and assignment operator lookup in the has_nothrow traits. by Sebastian Redl · 14 years ago
- 091cbbd Adjust assertion in RegionStoreManager::RetrieveArray() to also take into account typedefs. by Ted Kremenek · 14 years ago
- 3f16c95 Driver: Add a -stdlib= argument which can be used to select the C++ standard by Daniel Dunbar · 14 years ago
- 641b98b Driver: Factor out some code for handling the C++ standard library. by Daniel Dunbar · 14 years ago
- 1a2cd4f Simplify. by Daniel Dunbar · 14 years ago
- 555c77a Don't divide-by-zero in RegionStoreManager::getSizeInElements() when getting the size of a VLA. We don't track VLA extents yet, by Ted Kremenek · 14 years ago
- c4e1a68 RHS of property expression assignment requires by Fariborz Jahanian · 14 years ago
- 5833b0b When marking the declarations in a default argument expression as by Douglas Gregor · 14 years ago
- 4178b57 Eliminate the default case in the expression-classification code, so by Douglas Gregor · 14 years ago
- c384636 Tweak this assert. by John McCall · 14 years ago
- 68625cf Rename 'MaxLoop' to 'MaxVisit' in AnalysisManager to more correctly reflect that we aborted analysis may not necessarily be due to a loop. by Tom Care · 14 years ago
- edeb6c9 The paired 'operator delete' for a placement 'operator new' is always a by John McCall · 14 years ago
- 7d8647f Implement the EH cleanup to call 'operator delete' if a new-expression throws by John McCall · 14 years ago
- f5ddcc0 PrintFunctionNames: Fix Windows (MSV{S,C} and mingw) build. by Michael J. Spencer · 14 years ago
- 44f8ef1 Fix CFGBuilder crash reported in PR 8141. by Ted Kremenek · 14 years ago
- 4ada2ca Fix VLA miscompilation. by Argyrios Kyrtzidis · 14 years ago
- 1f6206e I will not mix declaration and statements in C90. by Douglas Gregor · 14 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
- 206caf5 Clean up in buildbot directories. by Jakob Stoklund Olesen · 14 years ago
- 8776490 Add __char16_t and __char32_t as aliases for the C++0x char16_t and by Douglas Gregor · 14 years ago
- 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
- dacd247 Add reverse iterator for initializers in constructor. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
- 58eb45b Add 'insert()' to BumpVector. Patch by Marcin Świderski! by Ted Kremenek · 14 years ago
- fe255bc Remove from the CFG the half-implemented support for scoping information. We decided that scope information doesn't belong in the CFG at all, since it is a lexical construct. by Ted Kremenek · 14 years ago
- 08295a5 Don't crash when using type traits on a class with a constructor template. by Sebastian Redl · 14 years ago