2009-12-11 |
Daniel Dunbar | Update docs/comments/utils/examples to refer to clang... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Driver: Switch to using "clang" "-cc1" instead of ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Tests: Change substitution to automagically use 'clang... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | Convert scan-build and ccc-analyzer over to using ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Fariborz Jahanian | Patch to allow C-style cast from 'void *' to block... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Implement clang -cc1. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | StmtDumper::VisitUnresolvedLookupExpr |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Fariborz Jahanian | Consider conversion of objective-c pointer to 'bool' a |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5714: make sure globals that will be modified... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Switch PathDiagnostic to StringRef. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Fix two typos. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Reorganize testcase. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix linkage of type info and vtable for classes without... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Make sure mangling doesn't crash in another case. ... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Don't enter a new scope for a namespace-qualified decla... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | When code completion of an overload set fails, produce... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Add a function's cv-qualifiers to the code-completion... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Teach code completion to instantiate templates when... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Member function templates can occur after . or -> |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5706: let mangleName deal with mangling names... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Tweak code-completion results by suppressing class... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | XFAIL this for now, fixing linkage bugs causes the... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Move info vectors and add assertions in preparation... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Use GetAddrOfRTTI when getting the RTTI pointer for... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Douglas Gregor | Class template (partial) specializations should not... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Random string-related cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Benjamin Kramer | Use StringRef.getAsInteger instead of temporary string... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Move the code for converting a member pointer to a... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix for PR5718: implement equality comparisons for... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Ted Kremenek | Enhance understanding of VarRegions referenced by a... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zhongxing Xu | Completely evaluate malloc/free in MallocChecker.cpp. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Test member template using hiding. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Improve linkage of RTTI data structures. Introduce... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix a recent regression from the initialization changes. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Check if the target of a using decl is already declared... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
John McCall | Implement access declarations. Most of the work here... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Chris Lattner | Give the "cannot pass object of non-POD type 'class... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Eli Friedman | Fix the handling of dependent enums per C++ DR 502. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | Use named flags in RTTIBuilder::BuildPointerType. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | When extending the lifetime of a temporary, make sure... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Zhongxing Xu | Use 'class' instead of 'struct'. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Anders Carlsson | When an exception needs to be freed by calling __cxa_ex... |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | Remove this test for now, it is flaky. |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Daniel Dunbar | FileManager: Do not cache failed stats, it is easy... |
commit | commitdiff | tree | snapshot |
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 |
next |