2010-12-23 |
John McCall | Kill RecordType::getAddressSpace() and its fixme; ... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Reimplement the comparison of a class template partial |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | When forming the injected-class-name of a variadic... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Zhongxing Xu | When cast derived to base, only process MemRegionVal. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Rename headers: 'clang/GR' 'clang/EntoSA' and |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Rename static analyzer namespace 'GR' to 'ento'. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Zhongxing Xu | Remove lib/Checker directory. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | It's amazing what you find when you actually |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Further tweak nonloc::ConcreteInt pretty printing |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Add WIP prototype of a new buffer overflow |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Change MemRegion extent type to be the same type used |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Add 'getConditionType()' and 'getArrayIndexType()' |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Enhance pretty-printing for nonloc::ConcreteInt |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Implement the part of C++0x [temp.arg.explicit]p3 that... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Implement the rest of C++0x [temp.deduct.type]p9, which... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Be paranoid about NULL size expressions in dependently... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Unify the consistency checking for deduced template... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | build: Use CLANG_NO_RUNTIME=1 specifically, not just... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Subsequent attempt to fix linux build. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Implement template argument deduction for pack expansio... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Apparently I'm on a mission to break as many builds... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Forgot to move the files in CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Add GR/Checkers subdir for CMake build. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Move AnalysisConsumer.cpp and ExprEngine.cpp into the... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Fariborz Jahanian | Complain on missing property getter method only |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | When performing template argument deduction where the... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | [analyzer] Refactoring: Drop the 'GR' prefix. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | [analyzer] Refactoring: Move stuff into namespace ... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | [analyzer] Refactoring: Move checkers into lib/GR/Check... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | [analyzer] Refactoring: lib/Checker -> lib/GR and libcl... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | [analyzer] Refactoring: include/clang/Checker -> includ... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Implicitly expand argument packs when performing templa... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Zhongxing Xu | If the unary operator is prefix and an lvalue (in C... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Abramo Bagnara | Introduced raw_identifier token kind. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Zhongxing Xu | The base type is not always pointer type. We may cast... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Zhongxing Xu | Always blast through no-op casts when getting expr... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Zhongxing Xu | After inlining the CXXConstructExpr, bind the temporary... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Francois Pichet | Redesign the way anonymous fields are handled in design... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Tweak the checking of class template partial specializa... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add a hack to work around the lack of proper type-sourc... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add some const qualifiers |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | For member pointer conversions potentially involving... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | When searching for the instantiation of a locally-scope... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | In C++, if the user redeclares a builtin function with... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | When determining which preprocessed entities to travers... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Fix test to be platform-agnostic |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Fix a major inconsistency in the representation of... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Michael J.... | Replace all uses of PathV1::makeAbsolute with PathV2... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Implement BlockDecl::getSourceRange(). The bogus source... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add test for C++ [temp.friend]p8, which bans partial... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | A class template partial specialization cannot be a... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Teach clang_getCursorSemanticParent() and |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | When checking a using declaration, make sure that the... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Don't try to compute the value of a value-dependent... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Initialize LangOptions::MSCVersion. Thanks to Csaba... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Add back the late-specified return type paper |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Updates to the C++ status page for C++0x features,... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Francois Pichet | Add IndirectField case in DeclContextPrinter::PrintDecl... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Chris Lattner | add missing newlines at end of file. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Douglas Gregor | Implement instantiation of pack expansions whose patter... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
John McCall | Fix the noreturn conversion to only strip off a single... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Fariborz Jahanian | Warn when message is sent to receiver of |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Extend the parser to support pack expansions within... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Further refactoring of the tree transformation for... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Give the RecursiveASTVisitor a configuration function |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Handle instantiation of template type parameter packs... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Test template instantiation of pack expansions where... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Rafael Espindola | Fix PR8639 by making the "argument unused during compil... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Clean up the printing of template argument packs; previ... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Implement basic support for template instantiation... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Ted Kremenek | Rename 'VisitLocation' to 'visitLocation'. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Ted Kremenek | Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Matt Beaumont-Gay | Remove unused variable |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Finish refactoring the transformation of template argum... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Refactor the transformation of template argument lists... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | When checking a template argument list against a templa... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Clean up the handling of template argument packs, espec... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Adding a line for XFAIL win32 broke the test. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | XFAIL vtable-debug-info.cpp on WIN32 and fix curly... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | test/PCH/reloc.c fails on Win32. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Disable this test on Windows; it crashes and popup... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Emit an error if operator __uuidof() is called on a... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Douglas Gregor | Introduce a new type, PackExpansionType, to capture... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Francois Pichet | Validate Microsoft's uuid attribute string. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Add missing standard includes. Patch by Joerg Sonnenberger! |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Wesley Peck | 1. Add some ABI information for the Microblaze. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Francois Pichet | Add support for the Microsoft uuid attribute: |
commit | commitdiff | tree | snapshot |
2010-12-19 |
John McCall | Motions towards simplifying how we deal with attribute... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Zhongxing Xu | If the initializer is an rvalue and the variable is... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Zhongxing Xu | The evaluation of dereference and address-of is identical. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::get{Basename,Dirname,Suffix... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Fix test. I added one last test and then forget to... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
John McCall | Apply attributes to explicit specializations. Speciali... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Replace all uses of PathV1::getLast with PathV2::filename. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Eric Christopher | Going back to the drawing board with these two awful... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Fariborz Jahanian | Warn when synthesizing a property which is |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Michael J.... | Replace all uses of PathV1::isAbsolute with PathV2... |
commit | commitdiff | tree | snapshot |
next |