- cb07788 Fix '<rdar://problem/8202272> __imag passed non-complex should not crash' by removing a bogus assertion. by Ted Kremenek · 15 years ago
- af6c314 Another test case for on demand synthesis of ivars. by Fariborz Jahanian · 15 years ago
- ad51e74 Patch to synthesize property ivars on demand as by Fariborz Jahanian · 15 years ago
- 8262b6a The GNU-runtime ObjC personality function doesn't let us rethrow with URR for by John McCall · 15 years ago
- 4532931 Fix APFloat assertion failure in IdempotentOperationChecker resulting in having by Ted Kremenek · 15 years ago
- fbd4bf1 Teach the PCH reader to load the dependency when encountering a chain metadata record. WIP by Sebastian Redl · 15 years ago
- 0ea4dfd When checking whether to bind an expression to a temporary, don't bind Obj-C message send expressions who call methods that return references. by Anders Carlsson · 15 years ago
- 27de0f2 Fix typeid the same way I fixed sizeof. Sad I had missed it before. by Craig Silverstein · 15 years ago
- bb09d1e Remove unicode quotes characters that somehow made it into a recent commit of mine. by Ted Kremenek · 15 years ago
- cdf3b83 Separate out the initial loading of a PCH so that loading chained PCHs can reuse it. by Sebastian Redl · 15 years ago
- df4ca42 Improved false positive rate for the idempotent operations checker and moved it into the default path-sensitive analysis options. by Tom Care · 15 years ago
- 35dda71 Give the 'self/array-comparison is always true/false' warning a new flag, by Nick Lewycky · 15 years ago
- b7c2101 Hook up warning for an incomplete scanlist in scanf format strings. by Ted Kremenek · 15 years ago
- 32d0900 Tweak zero-field width in scanf format string diagnostic. by Ted Kremenek · 15 years ago
- 9137a52 First baby steps towards PCHReader being able to keep track of multiple PCH files. WIP by Sebastian Redl · 15 years ago
- 1cbb50a Make this destructor virtual to placate GCC's warnings. by Chandler Carruth · 15 years ago
- cf4679e Fix up some of the visiting for array types -- we weren't good about by Craig Silverstein · 15 years ago
- 31eb18c Initialize a couple of fields inherited for our private use. by John McCall · 15 years ago
- f9f97a0 When performing template name lookup for a dependent member access by Douglas Gregor · 15 years ago
- 1476ed4 Add a little more data to chained PCHs. WIP by Sebastian Redl · 15 years ago
- a0ebd60 Revert Microsoft-specific override of the "typedef requires a name" by Douglas Gregor · 15 years ago
- 0c99ec6 Suppress the "typedef requires a name" warning in Microsoft-extensions mode by Douglas Gregor · 15 years ago
- c9068d7 Treat template parameters as part of the declaration-specifiers for the by John McCall · 15 years ago
- 34fa294 Make this grossness default to the error it should always be. by Chandler Carruth · 15 years ago
- ddc6ff6 Sema: Fix a bug with #pragma options align=reset, reset against an empty stack by Daniel Dunbar · 15 years ago
- b21fc4a Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG. by Chandler Carruth · 15 years ago
- 1e4c33a Add initial test cases for scanf format string checking. by Ted Kremenek · 15 years ago
- d9c904d Add the main scanf-parsing logic that I meant to include in my previous commit. by Ted Kremenek · 15 years ago
- d20b24c Add missing header file. by Ted Kremenek · 15 years ago
- 826a345 Add most of the boilerplate support for scanf format string checking. This includes by Ted Kremenek · 15 years ago
- bee05c1 Add builtin definition for scanf, including extending the builtin encoding to by Ted Kremenek · 15 years ago
- 6d7cfd7 Fix for PR3800: make sure not to evaluate the expression for a read-write by Eli Friedman · 15 years ago
- 1058253 Builtins/ARM: __clear_cache doesn't seem to have a consistent prototype, declare by Daniel Dunbar · 15 years ago
- 754b9fb IRgen: Support user defined attributes on block runtime functions. by Daniel Dunbar · 15 years ago
- 673431a IRgen: Move blocks runtime interfaces to CodeGenModule. by Daniel Dunbar · 15 years ago
- c76c9e0 Suppress !+Asserts warning. by Daniel Dunbar · 15 years ago
- bf40cb5 When deferring the emission of declarations with initializers in C++, remember by John McCall · 15 years ago
- 15a3d7d Set "optimization is ON" and supply other optional parameters. This helps codegenerator preserve info in case the symbol is deleted. by Devang Patel · 15 years ago
- 1ce377a Improve test case. Thanks Eli by Douglas Gregor · 15 years ago
- 7feaeee Don't suppress the emission of available_externally functions marked by Douglas Gregor · 15 years ago
- 4089491 Mark implementation generated methods as artificial. by Devang Patel · 15 years ago
- 1658c39 After some discussion, the ABI list settled on a much more sensible mangling by John McCall · 15 years ago
- 06b7080 When we're performing tentative parsing to determine whether the by Douglas Gregor · 15 years ago
- c57b0ba build/Darwin: Add missing Info.plist template. by Daniel Dunbar · 15 years ago
- 7bad56c build/Darwin: Enable version information for clang executable. by Daniel Dunbar · 15 years ago
- 7c7a793 Reinstate the scalar-cast-to-const-reference improvements, this time by Douglas Gregor · 15 years ago
- 35e12c9 Make the "unused result" warning a warning about run-time behavior, so by Douglas Gregor · 15 years ago
- 928d69f Revert r108431 and r108433 (the cast-to-const-reference fixes), which by Douglas Gregor · 15 years ago
- f801dcf Add test case for PR5290; this bug was fixed with the non-class rvalue by Douglas Gregor · 15 years ago
- db30c0f Revert 108220 and subsequent patch. by Devang Patel · 15 years ago
- 06de037 Spell isPRValue() properly. by Douglas Gregor · 15 years ago
- 5467209 Teach CodeGenFunction::EmitCastLValue() to handle casts to an lvalue by Douglas Gregor · 15 years ago
- 2497886 CK_BitCast is not an lvalue bitcast any longer by Douglas Gregor · 15 years ago
- 2bb38d0 Driver/Darwin: Resolve deployment target defaulting to be more predictable; by Daniel Dunbar · 15 years ago
- d55519b Driver/Darwin: Allow -m{ios,macosx}-version-min= to be passed with -Xarch. by Daniel Dunbar · 15 years ago
- 3852f34 CodeGen: Tweak ABI handling for Minix, patch by Kees van Reeuwijk! by Daniel Dunbar · 15 years ago
- f0fb0e0 see comment. by Chris Lattner · 15 years ago
- 40228c1 Driver: Support 'clang -x ir ...'. by Daniel Dunbar · 15 years ago
- 23ef3e4 restrict the && -> & warning to cover a case daniel noted. by Chris Lattner · 15 years ago
- 30c514c Add a callback interface that allows interested parties to get notified whenever PCHReader deserializes a type or decl (and possibly other things in the future). Have PCHWriter implement these callbacks as noops and register to receive them if we're chaining PCHs. This will allow PCHWriter to track the IDs of these things, which it needs to write the dependent files. WIP by Sebastian Redl · 15 years ago
- dacf9dd CodeGen/ObjC/NeXT: Fix Obj-C message send to match llvm-gcc when choosing by Daniel Dunbar · 15 years ago
- cb481aa There is another implementation of PCHReaderListener around. Update it to the new interface. by Sebastian Redl · 15 years ago
- 66a8c9a When determining whether an overload set with explicit template by Douglas Gregor · 15 years ago
- ec1b1cc Pass StringRefs by value. by Benjamin Kramer · 15 years ago
- 0167f3c When there are extra or missing template parameter lists in a template by Douglas Gregor · 15 years ago
- 77d439a Add lvalue-bitcast support for complex numbers. by Douglas Gregor · 15 years ago
- 07a353c Increase the max PCH level for declarations to 7. Add a FromPCH flag to types. by Sebastian Redl · 15 years ago
- b9a8226 Driver: When re'execing clang, use path to the main executable instead of by Daniel Dunbar · 15 years ago
- 4a7e889 Driver: Remove some unused arguments. by Daniel Dunbar · 15 years ago
- d3635b9 Don't error when doing default property synthesis by Fariborz Jahanian · 15 years ago
- 7e9ad8b Make PCHReader cope with PCH files containing more than one predefines buffer. by Sebastian Redl · 15 years ago
- 797efb5 Only filter out names reserved for the implementation (e.g., __blah or by Douglas Gregor · 15 years ago
- 9ccd725 Consider obective-c pointer arguments as valid sentinel args by Fariborz Jahanian · 15 years ago
- b6f532e Fix the mangling of template template arguments, which do not always by John McCall · 15 years ago
- 5495f37 Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'. by Chandler Carruth · 15 years ago
- 773eb03 Add test case that was causing an infinite loop when reading PCH files. The test works with ToT Clang already by Douglas Gregor · 15 years ago
- f1adcdd Remove a few mangling FIXMEs: by John McCall · 15 years ago
- 0512e48 Implement the standard mangling for array-subscript expressions, and implement by John McCall · 15 years ago
- b0a996f Fix typo in test program by Douglas Gregor · 15 years ago
- 47e879d Driver/Darwin: Pass -pie/-no_pie to the linker when -fpie/-fno-pie and friends by Daniel Dunbar · 15 years ago
- bc25f19 Add missing testcases for lvalue bitcasts by Douglas Gregor · 15 years ago
- 3e29f96 Work around an obnoxious GCC warning by changing semantics in a hopefully- by John McCall · 15 years ago
- e39a389 Introduce a new cast kind for an "lvalue bitcast", which handles by Douglas Gregor · 15 years ago
- 99f2680 Add __builtin_snprintf. by Nick Lewycky · 15 years ago
- fcd5c0c Switch the __cxa_rethrow cleanup to be lazy. by John McCall · 15 years ago
- 8e3f861 Allow for the possibility that __cxa_end_catch might throw for a catch-all block by John McCall · 15 years ago
- ae415dc Check on property attributes which are declared by Fariborz Jahanian · 15 years ago
- 09faeab Switch the __cxa_free_exception cleanup to be lazy. by John McCall · 15 years ago
- 55a17c0 Set DeclContext of ParamVarDecl only. No need by Fariborz Jahanian · 15 years ago
- da65ea8 Teach IR generation how to lazily emit cleanups. This has a lot of advantages, by John McCall · 15 years ago
- 77a3c9e Add two small utility functions to PCHReader that the writer will use. WIP. by Sebastian Redl · 15 years ago
- e7ffbe2 More block instantiation stuff. Set variable/param DeclContext by Fariborz Jahanian · 15 years ago
- 90a8f27 Add a warning to catch a bug recently caught by code review, like this: by Chris Lattner · 15 years ago
- 3d4b482 80 column issues. by Chris Lattner · 15 years ago
- 6398235 Whenever we're creating an expression that is typically an rvalue by Douglas Gregor · 15 years ago
- 6dc1ef8 Silence Doug's favorite GCC warning. by Chandler Carruth · 15 years ago
- 2ecebc2 Add volatile qualifiers for "this". by Devang Patel · 15 years ago
- e4b8f11 Properly add to 32 by Douglas Gregor · 15 years ago
- 4bd4031 Downgrade the "when type is in parentheses, array cannot have dynamic by Douglas Gregor · 15 years ago
- 9b36c3f Modify the pragma handlers to accept and use StringRefs instead of IdentifierInfos. by Argyrios Kyrtzidis · 15 years ago