Age | Commit message (Expand) | Author |
2011-08-27 | Improve caret location for the GNU old-style field designator warning, from D... | Douglas Gregor |
2011-08-27 | Remove the -import-module option. It's no longer useful | Douglas Gregor |
2011-08-26 | Try to unbreak the build on systems where uint64_t isn't something that Strin... | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-26 | [arcmt] Add a test case for r138671 and improve the loop. | Argyrios Kyrtzidis |
2011-08-26 | [arcmt] Fix horrible bug where migrating files if there is a space in the paths | Argyrios Kyrtzidis |
2011-08-26 | Cleanup r138662 per Ben and David's suggestions, thanks. | Chad Rosier |
2011-08-26 | Teach the ASTReader how to avoid cycles when loading declarations that | Douglas Gregor |
2011-08-26 | Make sure the std::string isn't deallocated prior to use. Many thanks to Eli | Chad Rosier |
2011-08-26 | [driver] When generating temporary files allow a prefix to be added. In many | Chad Rosier |
2011-08-26 | When we're deserializing declarations lexically stored in a RecordDecl | Douglas Gregor |
2011-08-26 | objc-arc: Mention property's attribute by name when | Fariborz Jahanian |
2011-08-26 | Slight optimization enabled by the previous assert: | John McCall |
2011-08-26 | [analyzer] Remove a couple of unnecessary returns after llvm_unreachables. | Jordy Rose |
2011-08-26 | Don't assert on taking the address of a non-type template parameter. Fixes P... | Eli Friedman |
2011-08-26 | Make sure we don't crash printing builtin candidates for overloads of deleted... | Eli Friedman |
2011-08-26 | Assert that a call argument is a gl-value iff the parameter is a reference type. | John McCall |
2011-08-26 | In -Wno-error=non-pod-varargs, initialize a temporary with | John McCall |
2011-08-26 | [driver] Remove a few more options when clang invokes cc1plus for i386 kexts. | Chad Rosier |
2011-08-26 | From Vassil Vassilev: unnamed decls cannot be removed from the lookup map. | Axel Naumann |
2011-08-26 | What say we document some of these AggValueSlot flags a bit | John McCall |
2011-08-26 | Since the 'is aliased' bit is critical for correctness in C++, it | John McCall |
2011-08-26 | An initialization does not alias. | John McCall |
2011-08-26 | Take 2: Actually fix spacing. | Chad Rosier |
2011-08-26 | Be sure to do unary conversions on the operand to an ARC | John McCall |
2011-08-26 | The allocated exception slot does not alias anything; should fix self-host. | John McCall |
2011-08-26 | 80-column. | Chad Rosier |
2011-08-26 | Handle CXXTempObjectRegion in StackAddrEscapeChecker. | Jeffrey Yasskin |
2011-08-26 | [driver] Add -mglobal-merge/-mno-global-merge machine options to enable/disab... | Chad Rosier |
2011-08-26 | revert 138610, accidental commit. | Francois Pichet |
2011-08-26 | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138610 91177308-0d34-... | Francois Pichet |
2011-08-25 | PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t... | Ivan Krasin |
2011-08-25 | Fix a crash-on-invalid. | Matt Beaumont-Gay |
2011-08-25 | Track whether an AggValueSlot is potentially aliased, and do not | John McCall |
2011-08-25 | Don't warn on category implementing a method, if | Fariborz Jahanian |
2011-08-25 | Eliminate the -chained-pch flag and all of the frontend and libclang options ... | Douglas Gregor |
2011-08-25 | Remove the Chaining argument from the PCH/module generator. It's no longer used | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-08-25 | objc - fix a bug exposed by my recent decl context | Fariborz Jahanian |
2011-08-25 | Clean up the reloading of identifier information following the load of | Douglas Gregor |
2011-08-25 | Preload source location entries as soon as we've loaded a particular | Douglas Gregor |
2011-08-25 | Reverse r138567 until a buildbot failure is investigated. | Fariborz Jahanian |
2011-08-25 | Move file validation in the ASTReader from "top of chain" validation | Douglas Gregor |
2011-08-25 | Factor the Module and ModuleManager classes out into separate headers | Douglas Gregor |
2011-08-25 | Use stronger typing for the flags on AggValueSlot and require | John McCall |
2011-08-25 | Make Lexer::ComputePreamble accept a LangOptions parameter, otherwise it may be | Argyrios Kyrtzidis |
2011-08-25 | Teach -Wunreachable-code about dead code caused by macro expansions. This sh... | Ted Kremenek |
2011-08-25 | Switch ASTReader::GetHeaderFileInfo() from a walk over the module | Douglas Gregor |
2011-08-25 | Switch the forward walk through the module chain over to a depth-first | Douglas Gregor |
2011-08-25 | Fixes a typo in my last patch. | Fariborz Jahanian |