2011-08-27 |
Benjamin Kramer | Remove unused variables noticed by GCC. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Take an entirely different approach to handling the... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Argyrios Kyrtzidis | [arcmt] Xfail the test for windows. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
John McCall | The lvalue-to-rvalue on structs in C++ is actually... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Benjamin Kramer | Twinify. |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | XFAIL one of the module tests on win32, until we figure... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | In C++0x mode, suggest nullptr as the initializer for... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Ted Kremenek | Control 'invalid conversion specifier' warnings under... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Improve caret location for the GNU old-style field... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Silence a GCC warning |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Douglas Gregor | Remove the -import-module option. It's no longer useful |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Douglas Gregor | Try to unbreak the build on systems where uint64_t... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Douglas Gregor | Introduce support for a simple module import declaratio... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Argyrios Kyrtzidis | [arcmt] Add a test case for r138671 and improve the... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Andrew Trick | FreeBSD (apparently) does not support crash-recovery... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Argyrios Kyrtzidis | [arcmt] Fix horrible bug where migrating files if there... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | Cleanup r138662 per Ben and David's suggestions, thanks. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Douglas Gregor | Teach the ASTReader how to avoid cycles when loading... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | Make sure the std::string isn't deallocated prior to... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | [driver] When generating temporary files allow a prefix... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Douglas Gregor | When we're deserializing declarations lexically stored... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Fariborz Jahanian | objc-arc: Mention property's attribute by name when |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | Slight optimization enabled by the previous assert: |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jordy Rose | [analyzer] Remove a couple of unnecessary returns after... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Eli Friedman | Don't assert on taking the address of a non-type templa... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Eli Friedman | Make sure we don't crash printing builtin candidates... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | Assert that a call argument is a gl-value iff the param... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | In -Wno-error=non-pod-varargs, initialize a temporary... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | [driver] Remove a few more options when clang invokes... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Axel Naumann | From Vassil Vassilev: unnamed decls cannot be removed... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | What say we document some of these AggValueSlot flags... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | Since the 'is aliased' bit is critical for correctness... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | An initialization does not alias. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | Take 2: Actually fix spacing. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | Be sure to do unary conversions on the operand to an ARC |
commit | commitdiff | tree | snapshot |
2011-08-26 |
John McCall | The allocated exception slot does not alias anything... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | 80-column. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jeffrey Yasskin | Handle CXXTempObjectRegion in StackAddrEscapeChecker. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Chad Rosier | [driver] Add -mglobal-merge/-mno-global-merge machine... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Francois Pichet | revert 138610, accidental commit. |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Francois Pichet | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Jordy Rose | [analyzer] Increase the number of possible checks for... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ivan Krasin | PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURC... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Matt Beaumont-Gay | Fix a crash-on-invalid. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
John McCall | Track whether an AggValueSlot is potentially aliased... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | Don't warn on category implementing a method, if |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Eliminate the -chained-pch flag and all of the frontend... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Remove the Chaining argument from the PCH/module genera... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Introduce a -cc1 option "-emit-module", that creates... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | objc - fix a bug exposed by my recent decl context |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Argyrios Kyrtzidis | [libclang] Fix getting a cursor that points inside... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Clean up the reloading of identifier information follow... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Preload source location entries as soon as we've loaded... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | Reverse r138567 until a buildbot failure is investigated. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Move file validation in the ASTReader from "top of... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Factor the Module and ModuleManager classes out into... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
John McCall | Use stronger typing for the flags on AggValueSlot and... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Argyrios Kyrtzidis | Make Lexer::ComputePreamble accept a LangOptions parame... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Chad Rosier | 80-column and spacing. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Ted Kremenek | Teach -Wunreachable-code about dead code caused by... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Switch ASTReader::GetHeaderFileInfo() from a walk over... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Switch the forward walk through the module chain over... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | Fixes a typo in my last patch. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | objc -arse: Use DeclGroup for forward class declarations; |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Chad Rosier | [driver] Do not add -kext to the link command line... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Remove a bogus assertion from the AST reader, which... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Douglas Gregor | Use the module manager's search facility to look for... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jordy Rose | [analyzer] Move the leak bugs from CFRefCount to Retain... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Anna Zaks | [analyzer] MacOSKeychainAPIChecker: Cleanup AllocationS... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Francois Pichet | Add support for Microsoft __ptr32 keyword. |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jordy Rose | [analyzer] Move the easy bug types from CFRefCount... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Anna Zaks | [analyzer] MacOSKeychainAPIChecker: Add the custom... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Jordy Rose | [analyzer] Move the RetainSummaryManager from CFRefCoun... |
commit | commitdiff | tree | snapshot |
2011-08-25 |
Fariborz Jahanian | blocks - capturing logic of byref block variable's... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Better fix for the "missing return" error... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Silence another incorrect warning ("control... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Remove experimental FIXME that never actuall... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] CFRefReport and friends no longer depend... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Douglas Gregor | Remove long-dead FIXME |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Anna Zaks | [analyzer] Do not use references in std::pair. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Douglas Gregor | Don't force the complete deserialization of the visible... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Anna Zaks | [analyzer] Unbreak the release buildbot. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Douglas Gregor | Introduce a depth-first search of modules into the... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Ivan Krasin | Follow up to r138470 (Add PNaCl TargetInfo). I've occas... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Anna Zaks | [analyzer] MacOSKeychainAPIChecker: Provide reacher... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Silence an (incorrect) uninitialized variabl... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Copy GC mode setting from CFRefCount to... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Argyrios Kyrtzidis | Silence 'may be used uninitialized' warnings. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Anna Zaks | [analyzer] Allow checker writes to specify that no... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Ivan Krasin | Add PNaCl TargetInfo. |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Remove unused DoNothingByRef and the special... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Douglas Gregor | In the AST reader, switch name lookup within a DeclCont... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Slightly clean up the fix in 138432, so... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Caitlin Sadowski | Thread safety: Fix a few typos in last commit -- use... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Evan Cheng | Match LLVM change: TargetRegistry and TargetSelect... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Axel Naumann | Reset FirstID (first diagnostic's file ID) to allow... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Fix a Heisenbug concerning object lifetimes... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Reapply 138390 "Clean up unused bits of... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Fix potential crasher with RAII. No function... |
commit | commitdiff | tree | snapshot |
2011-08-24 |
Jordy Rose | [analyzer] Reapply 138382 and 138388 (reverted in 13841... |
commit | commitdiff | tree | snapshot |
next |