2009-12-11 |
Fariborz Jahanian | Patch to fix a crash trying to access a category name in |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Implement just a bit more of inline assembly. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Don't complain about falling off the end of a function... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | clang_getCompletionChunkText() will treat optional... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Support unary type traits in a scalar context. Not... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Clean up enum constants so that they're finally sane... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Make sure that explicitly instantiated functions get... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Beef up Clang-on-LLVM testing a bit, by making LLVM... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Benjamin Kramer | Privatize class members. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Actually try to trigger the last diagnostic in the... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | No need to add -x objecitve-c++ |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | Add support for finding composite type of twp objective... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Improve the diagnostic when a new declaration conflicts... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Fariborz Jahanian | Move composite type finding of two objective-c expressions |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Implement C++ DR437, which involves exception-specifica... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Douglas Gregor | Move initialization via initializer list over to Initia... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John McCall | Implement redeclaration checking and hiding semantics... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Fix for PR5515: allow "merging" array bounds both forwa... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Test for r90950. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Mangle static variables inside Objective-C methods... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Eli Friedman | Get rid of static variable. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | If we enter parens, colons can become un-sacred, allowi... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix a more evil case of : / :: confusion arising in ?:. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix incorrect parsing of bitfields pointed out by Doug... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Actually store the pointer into the global variable... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Setup cleanup on eh edge out of the construction of... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | minimal fix for PR5743 |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Handle emitting static variables that have reference... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Separate generating code for static variables and globa... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Fix tabs. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | Second half of r91023, saving files is good. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | move GreaterThanIsOperatorScope into RAIIObjectsForPars... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | fix PR5740: a colon is sacred when parsing case stateme... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | rename testcase |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | refactor the 'ColonIsSacred' argument to ParseOptionalC... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Move more decl related functions to CGDeclCXX.cpp |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Chris Lattner | rename ExtensionRAIIObject.h -> RAIIObjectsForParser.h |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Anders Carlsson | Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Nuno Lopes | spread 'const' love to some variables. this considerabl... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Fixup spacing. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Fix spacing. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Mike Stump | Ensure we only generate one terminate handler. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Remove obsolete FIXME and some dead fallback code. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add terminate handler to cleanups on exceptional edges. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Fariborz Jahanian | Code gen for ObjCIsaExpr AST used as lvalue. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add terminate handler for copy constructors for thrown... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Fix null dereference in OSAtomicChecker and special... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Douglas Gregor | Reimplement reference initialization (C++ [dcl.init... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Break out code for reuse. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Fariborz Jahanian | Fixes a bogus error when declaring an extern "C" array. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add throw support. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Fariborz Jahanian | Codegen. support for ObjCIsaExpr AST which until now |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Fix 80-col violation. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Add DeclContext::dump. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Refactor OSAtomic evaluation logic into OSAtomicChecker. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Use a temporary destination set such that we can clear... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | clang -cc1: Mark -i* options as JoinedOrSeparate, since... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John McCall | First pass at implementing C++ enum semantics: calcula... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | OSAtomic simulation: use the original region as the... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Look through using declarations when searching for... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Insert instead of assign to the dest node set, since... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Fix for PR5730: make sure to consistently call |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Whitespace fix. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | In CXXRecordDecl::forallBases, add the base to the... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Zhongxing Xu | Add notes to a test case. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Fix crash in DisplayFunction(). ObjCInterfaceDecls... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Don't warn about function templates or function templat... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add cleanups for exceptional edges. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John McCall | Rename Sema::IsOverload to Sema::CheckOverload. Teach... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Move the missing prototypes checking out into a new... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Eli Friedman | Fix for PR5709: use the computed type of the declaratio... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Anders Carlsson | Pass the current SourceLocation to getAssignOperatorMet... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Ted Kremenek | Fix a horrid bug in GRExprEngine::CheckerVisit() that... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Chris Lattner | Neil points out that this could be simplified, do it. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Mike Stump | Add support for the cleanup attribute for C++; we don... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Douglas Gregor | Implemented an implicit conversion from "noreturn"... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Daniel Dunbar | Improve test portability; I can't figure out how to... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Added a missing case to a switch statement. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Increase inlining threshold at -O3, to match llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | More detailed analysis of typecast to an objective... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John McCall | Handle unresolved using decls in bare lookups. These... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Improve test portability. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Anders Carlsson | Make the BugType.h header self-contained so Daniel... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Mike Stump | Add fixme. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Remove include of system header. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Mike Stump | Remove some old code. WIP. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Don't expand tabs when computing the offset from the... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Don't use MS extensions in this test, we expect header... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Douglas Gregor | Pick up MB_LEN_MAX as defined by the system <limits... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Update CGExprConstant for change to emit padding values... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Switch this test to use clang-cc. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Patch to allow matching 0 with an objective-c pointer... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Unbreak clang-cc handling of -msoft-float / -mfloat... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Daniel Dunbar | Use clang-cc in this test. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Patch to allow cstyle cast of objective-c pointers... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
Fariborz Jahanian | Refactor objective-c pointer assignment compatibility... |
commit | commitdiff | tree | snapshot |
next |