2010-10-30 |
Argyrios Kyrtzidis | Don't remove the init expression from the initializer... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | Add test/SemaCXX/crash-PR7625.cpp into test/SemaCXX... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Argyrios Kyrtzidis | test/SemaCXX/crash-8124080.cpp -> test/SemaCXX/crashes.cpp |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Ted Kremenek | Add test case for <rdar://problem/8610363> (a bogus... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Douglas Gregor | Make the deserialization of macro definitions lazy... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
John McCall | When list-initializing a vector, try to copy-initialize... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | Don't test isRegularFile before calling eraseFromDisk... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dale Johannesen | Handle Type.h a better way. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | Improve diagnostics reporting of un-implemented |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dale Johannesen | Generate bitcasts going in and out of MMX parameters |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | Use CodeGenFunction's getContext(), for consistency. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Dan Gohman | These functions don't need external linkage. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Douglas Gregor | Make the deserialization of C++ base class specifiers... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Restore r117644, this time properly ignoring -fvisibili... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Use objdir != srcdir in the getting started doc. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Update tests to not search of as. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Rafael Espindola | Switch to using the integrated assembler by default... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | If Consumer object failed to create due to some |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Fariborz Jahanian | Qualified 'id' should implement all of static class... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Devang Patel | After processing named unions do not fall through to... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Argyrios Kyrtzidis | When doing name lookup for members don't look into... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Daniel Dunbar | Revert r117644, "Apply visibility in IR gen to variable... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Don't assert on attempts to throw 'bool'. I wonder... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | Apply visibility in IR gen to variables that are merely... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Marcin Swiderski | Added CFGTerminator class, that holds information about... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Charles Davis | Add a hook to the CXXABI object to get the default... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ted Kremenek | Don't flag idempotent '+' or '-' warnings for pointer... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Ted Kremenek | Remove old CrashTracer cruft from CIndex. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
John McCall | When computing the visibility of a class member, calcul... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Blaine Garst | expand discussion of __block C++ on-stack objects |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Basic types are language defined builtins. They are... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | When emitting l-values for bool non-__block decl refere... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Daniel Dunbar | Driver/IA: Ignore -L for now, which users shouldn't... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Directly use NamespaceDecl->getLocation() to find the... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Don't apply -fvisibility-inlines-hidden to extern templ... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Devang Patel | Stay within 80 columns. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Douglas Gregor | Simplify ASTUnit's internal timers, by not trying to... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Initialize the ASTMutationListener. Thanks goes to... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Switch case IDs conflict between chained PCHs; since... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Implement an indirect-goto optimization for goto *... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Remove an assertion that hit on legitimate cases. A... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Use the ASTMutationListener to track when a named decl... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Properly add chained template specializations. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Fix the re-serializing decls in a chained PCH mechanism. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Argyrios Kyrtzidis | Use the ASTMutationListener to track added template... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Abandon the type-visibility optimization for functions... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | When computing visibility, use the latest declaration... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Ted Kremenek | Add test case for <rdar://problem/8356342>. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
John McCall | Implement the newest status quo for method override... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Chris Lattner | make it really clear that vla != flexible arrays |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Ted Kremenek | Don't warn about unamed bitfield ivars in the ObjCUnuse... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Dale Johannesen | Ahem. Add rest of D and Q registers to ARM inline... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Stuart Hastings | Test passes on Darwin; try to XFAIL on freebsd, linux... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Dale Johannesen | Add D and Q register names to ARM inline asm handling. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Devang Patel | Fix context info for enums. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Blaine Garst | small tweaks to reflect statements of what really ever... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Don't override explicit visibility attributes on class... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Make AST deserialization for class template specializat... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Blaine Garst | reconcile missing typos & delete obsolete pre-SnowLeopa... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Restore r117403 (fixing IR gen for bool atomics), this... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | Decay array/function types of a statement-expression. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Lazily load the next friend in the chain of FriendDecls... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | patch to do array-to-pointer conversion in a |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Lazily load the "next" namespace in the chain of Namesp... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Introduce libclang-level options for C++ precompiled... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Rafael Espindola | Revert r117403 as it caused PR8480. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Fariborz Jahanian | Do the guarding of instantiated static data members |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Document how source ranges work |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Add an environment variable that allows us to turn... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Douglas Gregor | Remove redundant test |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Anders Carlsson | Also devirtualize calls to a member functions where... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Anders Carlsson | If a virtual member function has the 'final' attribute... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Chandler Carruth | Add helper for extracting the CXXRecordDecl for the... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Zhongxing Xu | If visiting RHS causes us to finish 'Block', e.g. the... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Avoid calculating linkage until the more obvious checks... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
John McCall | Don't compute linkage for a declaration as part of... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Disable this test until we figure out what madness... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Add support for code completion on stdin. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Fariborz Jahanian | Patch to provide guard when initializing instances |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Extract procedures to do scalar-to-memory and memory... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Sign |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Simplify this code: don't check for the same error two |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | getOrCreateContentCache never returns null, so override... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | I hate this test |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Factor out the code for emitting code to load vtable... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Something is seriously wonky with this test |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Fix silly typo |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Teach typo correction not to return the same keyword... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Optimize field space usage in CompoundStmt, LabelStmt... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | No really, we don't have a retain/release system for... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Cookie crumbs. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Actually, that doesn't really work, and anyway we shoul... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Consider conversions of Objective-C pointers to 'id... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | Delay complete-type checking for arguments to no-protot... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | A couple of tweaks to the visibility rules: |
commit | commitdiff | tree | snapshot |
2010-10-26 |
John McCall | Pending further discussion, re-enable warnings for... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Douglas Gregor | When de-serializing a type that is supposed to be canon... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Fix lazy symbolication bug in RegionStore involving... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Move 'includeGlobals' as a field into ClusterAnalysis. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Ted Kremenek | Tweak null dereference checker to give better diagnosti... |
commit | commitdiff | tree | snapshot |
next |