2012-03-05 |
Fariborz Jahanian | patch to optionally warn for block implementations... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Jim Grosbach | Add MCRegisterInfo to the MCInstPrinter factory functio... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Anna Zaks | [analyzer] False positive in SelfInit - teach the check... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Anna Zaks | [analyzer] Malloc should assume that ownership is trans... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Benjamin Kramer | Avoid double lookup. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Peter Collingbourne | Properly handle non-canonical underlying types in |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Nico Weber | Fix a -Wstring-plus-int warning. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Benjamin Kramer | TargetInfo: create less temporary strings. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Rafael Espindola | Fix a small difference in sema and codegen views of... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
James Molloy | Fix a bug in the mangler where in 'namespace std {... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Argyrios Kyrtzidis | [arcmt] |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Argyrios Kyrtzidis | [preprocessor] Enhance PreprocessingRecord to keep... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Argyrios Kyrtzidis | [preprocessor] Enhance the preprocessor callbacks: |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Richard Smith | More tests for r152012. |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Richard Smith | Lexing support for user-defined literals. Currently... |
commit | commitdiff | tree | snapshot |
2012-03-05 |
Gregory Szorc | [clang.py] Return bool from Cursor.__eq__ |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Erik Verbruggen | Remove a recursive visitation in ExprEngine that is... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Chandler Carruth | Silence a GCC warning about a set-but-not-used variable... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Richard Smith | Add tests for [over.literal]. Fix a few bugs which... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Chris Lattner | From his comment in PR12168, Eli seems confused about... |
commit | commitdiff | tree | snapshot |
2012-03-04 |
Chris Lattner | add a testcase for PR12094 and fix a crash on pointer... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Richard Smith | Add a pile of tests for unrestricted unions, and advert... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Richard Smith | constexpr: Remove APValue/CCValue distinction. It is... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Benjamin Kramer | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Jean-Daniel... | Fix Typo in 'objc changes' anchor. |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Eli Friedman | Avoid an unnecessary recursive loop between type canoni... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Ted Kremenek | [analyzer] do not warn about returning stack-allocated... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Richard Smith | Factor bitfields of LangOptions out into a base class... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Daniel Dunbar | Frontend: Default to creating output files using tempor... |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Daniel Dunbar | Frontend: Don't automatically create missing directorie... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
DeLesley Hutchins | Thread safety analysis: expand set of expressions that... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Richard Smith | Reinstate r151879, r151880, reverted in r151922, along... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Anna Zaks | Unbreak the CMake builds following the CallGraph change. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Nico Weber | Add a test for the -Wstring-plus-int fixit note. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Anna Zaks | [analyzer] Rename clang::CallGraph into clang::idx... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Aaron Ballman | Adding support for #pragma include_alias in MS compatib... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
DeLesley Hutchins | Issue warning when late-parsed attributes have no decla... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
DeLesley Hutchins | Make late-parsed attributes follow the conventions... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
DeLesley Hutchins | Thread safety analysis: handle CFG blocks which call... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Nico Weber | Add -Wstring-plus-int, which warns on "str" + int and... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Fariborz Jahanian | objc: When issue diagnostic about deprecated method... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Ted Kremenek | [analyzer diagnostics] flush locations *before* popping... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Hal Finkel | Fix an ABI problem with ptrdiff_t and intptr_t on PPC32 |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Nico Weber | Move int<->pointer conversion warnings behind -Wint... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Argyrios Kyrtzidis | [Sema] Fix crash-on-invalid-code issue: |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Anna Zaks | [analyzer] Bound the size of the functions being inline... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Jay Foad | PR12094: Set the alignment of memory intrinsic instruct... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Fariborz Jahanian | Change diagnostic test for my last patch. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Daniel Dunbar | Revert r151879, r151880, "PR12145: Avoid emitting loads... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Benjamin Kramer | Use tabs instead of spaces. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Jia Liu | clang -v support for separate clang.git and llvm.git... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
David Chisnall | Add the Solaris support directory to the header search... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Richard Smith | Ensure that we instantiate static reference data member... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Richard Smith | Fix buildbot: make this test less dependent on the... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Richard Smith | PR12145: Avoid emitting loads of constexpr variables... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Ted Kremenek | [analyzer diagnostics] Change CompactPathDiagnostic... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Fariborz Jahanian | c/objc: problem originally reported as an objective... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Kostya Serebryany | add documentation for -f[no-]thread-sanitizer and ... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Ted Kremenek | Teach the analyzer to just ignore CXXBindTemporaryExpr... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Ted Kremenek | Moving tagging of '__experimental_modules_import' Ident... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eli Friedman | Make CodeGenFunction::EmitBlockCopyAndAutorelease actua... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eric Christopher | Update test for llvm assembly output change. Also add... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Anna Zaks | [analyzer] Turn inlining on by default for better testi... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Kostya Serebryany | Add a flag -fthread-sanitizer. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Ted Kremenek | Change @import to @__experimental_modules_import. ... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Anna Zaks | [analyzer] Fix a regression introduced in malloc with |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eric Christopher | Reapply r151702 with a small fix for a failure to cut... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eli Friedman | Fix the isReferenced bit on parameters in a couple... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Argyrios Kyrtzidis | Remove test/Sema/many-logical-ops.c since it fails... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Argyrios Kyrtzidis | Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndR... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jean-Daniel... | Merge __has_attribute tests. Patch by Jonathan Sauer! |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Peter Collingbourne | StmtProfiler: Add a null check for child statements. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Jean-Daniel... | Implement double underscore names support in __has_attr... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Richard Smith | Avoid examining the AST from the parser, and simplify... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Richard Smith | Revert r151800, which was committed without review... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Aaron Ballman | Fixing a buildbot complaint about nested templates. |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Aaron Ballman | Implements support for #pragma include_alias in ms... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Aaron Ballman | Added support for parsing declspecs on enumerations... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eli Friedman | Implement "optimization" for lambda-to-block conversion... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Richard Smith | Reject 'a = {0} = {0}' rather than parsing it as '... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Richard Smith | Correct an example of a feature name to actually use... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Ted Kremenek | Fix regression from llvm-gcc where we should NOT emit... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Anna Zaks | [analyzer] Diagnostics - do not try to cleanup the... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Eli Friedman | Tighten type-checking a bit to make it clearer how... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Nico Weber | Move suport for redefining operator keywords from ... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Ted Kremenek | Change if...else if...else if... to a switch. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Ted Kremenek | [analyzer] when scanning FIDs in a PathDiagnostic,... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Nico Weber | Allow operator keywords to be #defined in ms-ext mode. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Fariborz Jahanian | Test for my last patch. // rdar://10267155. |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Fariborz Jahanian | objective-c: provide fixit hint when atomic property... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Eli Friedman | Fix a couple -Wuninitialized warnings from gcc. Report... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Serialization: Switch over to using the native SmallVec... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Chad Rosier | I referenced the incorrect rdar in my previous commit... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Chad Rosier | Allocate TargetLibraryInfo for the CodeGen passes.... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jason W Kim | Reverting test commit |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Jason W Kim | Test commit. Please ignore |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Anna Zaks | [analyzer] Malloc: A pointer might escape through CFCon... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Daniel Dunbar | Revert r151702, "Add support for handling captured... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
David Chisnall | Add -C when linking on Solaris so that the error messag... |
commit | commitdiff | tree | snapshot |
2012-02-29 |
Sebastian Redl | Tentatively fix PR12117. The test case from the bug... |
commit | commitdiff | tree | snapshot |
next |