2009-11-24 |
Daniel Dunbar | Sketch the rest of the clang -cc1 option definitions... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Explicitly track the condition variable within an ... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Daniel Dunbar | Add clang -cc1 parsing of diagnostic options. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | After performing a bounds check in ArrayBoundChecker... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Clean up the Checker API a little more, resolving some... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Don't try to treat an enum constant as an lvalue. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Convert the && and || operands to bool using standard... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Fariborz Jahanian | Fixe a crash in encoding of SEL type caused by recent... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Handle converting member pointers to bool. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Fariborz Jahanian | Fix a recent regression probably caused by addition... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Provide out-of-line definition for destructor of Checker. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Tweak UndefBranchChecker to register the most nested... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Fariborz Jahanian | Make 'SEL' pointer to a builtin type and not an |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Cleanup title/description of "undefined branch" BugType... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Anders Carlsson | Handle base-to-derived casts. Will land test case shortly. |
commit | commitdiff | tree | snapshot |
2009-11-23 |
John Thompson | Put back hard-coded paths for win32 until I figure... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Ted Kremenek | Remove '-checker-simple' reference from scan-build... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Sebastian Redl | Intercept sizeof and alignof references before they... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Rafael Espindola | Reorder the header search a bit so that it matches... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Sebastian Redl | Let using directives refer to namespace aliases. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Require a class type to be complete before probing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Implement conversion from a switch condition with class... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Canonical template arguments that are template template... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Improve type-checking of templates by distinguishing... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Do not mark declarations as used when performing overlo... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Tolerate extraneous "template<>" headers better, downgr... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Fix CMake build |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Douglas Gregor | Centralize and complete the computation of value- and... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Zhongxing Xu | UndefBranchChecker: more bug reporter helper informatio... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Zhongxing Xu | Initial refactor of UndefBranchChecker. We still use... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
John McCall | Encapsulate "an array of TemplateArgumentLocs and two... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Daniel Dunbar | Change Clang-Code-Compile tests to only -emit-llvm... |
commit | commitdiff | tree | snapshot |
2009-11-23 |
Daniel Dunbar | Teach CodeGenFunction::EmitDecl to ignore Using and... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | x86_64, PR5582: Layout bases for C++ records. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | Recognize .hpp as a C++ header. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | Add clang -cc1 parsing of analyzer options. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Daniel Dunbar | CMake: Add support for running tests with valgrind. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
John McCall | Fix LookupResult's sanity-check to handle shadow decls. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Ted Kremenek | Change CheckDeadStores to use Expr::isNullPointerConsta... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anders Carlsson | Use EmitStoreOfScalar when copying the scalar to the... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anders Carlsson | When laying out bitfields, make sure that the data... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anders Carlsson | Update a test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Ken Dyck | Use intptr_t from stdint.h (in freestanding mode) inste... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
David Chisnall | Test case for bug fixed in r89457. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Anders Carlsson | Move bit-field layout out into a separate function... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Edward O'Callaghan | Fix for PR5233. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Ken Dyck | Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Ken Dyck | Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zhongxing Xu | Undefined compound assignment result is checked in... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zhongxing Xu | Remove invalid comments. The result is undefined only... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zhongxing Xu | Save and restore the HasGen flag in MallocChecker. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Benjamin Kramer | Don't include a dead header. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Zhongxing Xu | Remove UndefinedAssignmentChecker's header. |
commit | commitdiff | tree | snapshot |
2009-11-22 |
Sean Hunt | Use intptr_t rather than long so that this test will... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
John McCall | If a C++ qualified id is followed by a postfix suffix... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
John McCall | Reorganize the intermediate BuildDeclarationNameExpr... |
commit | commitdiff | tree | snapshot |
2009-11-22 |
John McCall | Consider a FunctionTemplate to be an overload all on... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Anders Carlsson | Support emitting aggregate class initializers. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Fariborz Jahanian | This patch implements objective-c's 'SEL' type as a... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | Make FixedAddressChecker and experimental check; it... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Sean Hunt | Fix 80-cols violation. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
John McCall | Overload resolution doesn't decide whether to do ADL... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Mangler: Sketch mangling for TemplateArgument::Declarat... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Mangler: Lift shouldMangleDeclName predicate out of... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Mangler: Strengthen invariants, MangleContext::mangleNa... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Mangler: Inline a bunch of functions into their sole... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | DeclPrinter: Indent access specifiers. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Remove dead variable. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Mangler: Split isStdNamespace for when the caller alrea... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | IRgen: Eliminate CXXNameMangler::mangleCXX{C,D}tor. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | IRgen: Switch the C++ mangler interfaces to take the... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Sink free mangle* methods into MangleContext. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Add 1+2 consts. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Delete trailing space. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
John McCall | "Incremental" progress on using expressions, by which... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Sean Hunt | Added rudimentary C++0x attribute support. |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | Add RegionStore test case that shows that floating... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Daniel Dunbar | Fix refacto, gcc's cc1 needs to see --output-pch=,... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | Add another test case to show the precision of RegionSt... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Douglas Gregor | Implement C++ [temp.param]p2 correctly, looking ahead... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | Restructure DereferenceChecker slightly to handle cachi... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | Pull BadCallChecker int UndefinedArgChecker, and have... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Edward O'Callaghan | Add SigAtomicType to TargetInfo, Needed for MSP and... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
Ted Kremenek | More checker refactoring. Passing undefined values... |
commit | commitdiff | tree | snapshot |
2009-11-21 |
John Thompson | Revised Win32 include path to search highest version... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Mike Stump | Checkpoint current work. WIP. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | Cope with extraneous "template" keyword when providing... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Driver: Add clang -cc1 dependency output options parsing. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Switch CompilerInvocation::CreateFromArgs to take const... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Fix refactoro, clang-cc wasn't properly reporting error... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Driver: Use '-target-abi' 'FOO' instead of '-target... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Update for palign intrinsic fix. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Daniel Dunbar | Standardize Driver translation to call clang-cc using... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | A previous commit fixed PR5519; here's the test case. |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | Implement C++ [basic.lookup.classref]p3, which states... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | Update C++ status |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | When checking the base object of a member access expres... |
commit | commitdiff | tree | snapshot |
2009-11-20 |
Douglas Gregor | Teach FixOverloadedFunctionReference to build new expre... |
commit | commitdiff | tree | snapshot |
next |