aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-05[analyzer] False positive in SelfInit - teach the checker about methodAnna Zaks
2012-03-05[analyzer] Malloc should assume that ownership is transfered whenAnna Zaks
2012-03-05Avoid double lookup.Benjamin Kramer
2012-03-05Properly handle non-canonical underlying types inPeter Collingbourne
2012-03-05Fix a -Wstring-plus-int warning.Nico Weber
2012-03-05TargetInfo: create less temporary strings.Benjamin Kramer
2012-03-05Fix a small difference in sema and codegen views of what needs to be output.Rafael Espindola
2012-03-05Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X woul...James Molloy
2012-03-05[arcmt]Argyrios Kyrtzidis
2012-03-05[preprocessor] Enhance PreprocessingRecord to keep track of locations of cond...Argyrios Kyrtzidis
2012-03-05[preprocessor] Enhance the preprocessor callbacks:Argyrios Kyrtzidis
2012-03-05More tests for r152012.Richard Smith
2012-03-05Lexing support for user-defined literals. Currently these lex as the same tokenRichard Smith
2012-03-05[clang.py] Return bool from Cursor.__eq__Gregory Szorc
2012-03-04Remove a recursive visitation in ExprEngine that is no longer needed because ...Erik Verbruggen
2012-03-04Silence a GCC warning about a set-but-not-used variable in release builds.Chandler Carruth
2012-03-04Add tests for [over.literal]. Fix a few bugs which were exposed by the tests.Richard Smith
2012-03-04From his comment in PR12168, Eli seems confused about the alignment assumptionsChris Lattner
2012-03-04add a testcase for PR12094 and fix a crash on pointer to incomplete type,Chris Lattner
2012-03-03Add a pile of tests for unrestricted unions, and advertise support for them.Richard Smith
2012-03-03constexpr: Remove APValue/CCValue distinction. It is no longer useful given theRichard Smith
2012-03-03Remove unused variable.Benjamin Kramer
2012-03-03Fix Typo in 'objc changes' anchor.Jean-Daniel Dupas
2012-03-03Avoid an unnecessary recursive loop between type canonicalization and NNS can...Eli Friedman
2012-03-03[analyzer] do not warn about returning stack-allocated memory when it comes f...Ted Kremenek
2012-03-03Factor bitfields of LangOptions out into a base class in order to make themRichard Smith
2012-03-03Frontend: Default to creating output files using temporary files + rename.Daniel Dunbar
2012-03-03Frontend: Don't automatically create missing directories when using temporary...Daniel Dunbar
2012-03-02Thread safety analysis: expand set of expressions that can be used to denote ...DeLesley Hutchins
2012-03-02Reinstate r151879, r151880, reverted in r151922, along with a bugfix forRichard Smith
2012-03-02Unbreak the CMake builds following the CallGraph change.Anna Zaks
2012-03-02Add a test for the -Wstring-plus-int fixit note.Nico Weber
2012-03-02[analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks
2012-03-02Adding support for #pragma include_alias in MS compatibility mode. This impl...Aaron Ballman
2012-03-02Issue warning when late-parsed attributes have no declaration.DeLesley Hutchins
2012-03-02Make late-parsed attributes follow the conventions of ordinaryDeLesley Hutchins
2012-03-02Thread safety analysis: handle CFG blocks which call functions marked as nore...DeLesley Hutchins
2012-03-02Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber
2012-03-02objc: When issue diagnostic about deprecated method, alsoFariborz Jahanian
2012-03-02[analyzer diagnostics] flush locations *before* popping the current path when...Ted Kremenek
2012-03-02Fix an ABI problem with ptrdiff_t and intptr_t on PPC32Hal Finkel
2012-03-02Move int<->pointer conversion warnings behind -Wint-conversions.Nico Weber
2012-03-02[Sema] Fix crash-on-invalid-code issue:Argyrios Kyrtzidis
2012-03-02[analyzer] Bound the size of the functions being inlined + provideAnna Zaks
2012-03-02PR12094: Set the alignment of memory intrinsic instructions based on theJay Foad
2012-03-02Change diagnostic test for my last patch.Fariborz Jahanian
2012-03-02Revert r151879, r151880, "PR12145: Avoid emitting loads of constexpr variable...Daniel Dunbar
2012-03-02Use tabs instead of spaces.Benjamin Kramer
2012-03-02clang -v support for separate clang.git and llvm.git, patch by Andrew Trick.Jia Liu
2012-03-02Add the Solaris support directory to the header search when using libc++.David Chisnall