2010-01-13 |
Mike Stump | Fix for Release-Asserts. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Fariborz Jahanian | Predefine __weak attribute when doing objective-c |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Ted Kremenek | Add extra null check in clang_disposeString(). |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Douglas Gregor | Reimplement constructor declarator parsing to cope... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Douglas Gregor | Fix pasto in __has_feature(cxx_lambdas) docs |
commit | commitdiff | tree | snapshot |
2010-01-13 |
John McCall | Record some basic information about bad conversion... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Sean Hunt | Implement semantic checking for C++ literal operators. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Sean Hunt | Update test function names so as not to use potential... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Sean Hunt | Add a bunch more feature-checking macros for C++0x... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
John McCall | Insert clang-flags into the clang command. Currently... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | diagnose invalid values of -ftabstop, patch by Christia... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Mike Stump | Add an unreachable code checker. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Daniel Dunbar | cc1: Factor out CompilerInstance::ExecuteAction which... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Daniel Dunbar | cc1: Lift creation of the FrontendAction higher. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
John McCall | Improve the reporting of non-viable overload candidates... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Ted Kremenek | Move definitions for visitor methods in CDeclVisitor... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Ted Kremenek | Make method definitions in TUVisitor out-of-line, makin... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Douglas Gregor | Remove broken fix-it when a default function argument... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Fariborz Jahanian | When in objective-c methods, do the built-in name looku... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Add USR printing modes to c-index-test. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Make clang_getDeclUSR() visible. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Rename clang_getUSR() -> clang_getDeclUSR(). For now... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | Don't emit string-comparison or self-comparison warnings in |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Mike Stump | Remove unused code. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | testcase for -ftabstop, patch by Christian Adaker! |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | use DiagRuntimeBehavior to silence the div/rem by zero... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | Improve recovery for template-ids whose template-name... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | implement PR6004, warning about divide and remainder... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chris Lattner | implement PR6007, diagnosing invalid attribute((section)) |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Mike Stump | Improve covariance tester to randomize the return value... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Chandler Carruth | Fix the CodeGen half of PR5911 by changing reference... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Further tweaking of USR generation. WIP. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Make 'CXTranslationUnitIterator' an argument to perform... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Fariborz Jahanian | Define __weak attribute for objective-c pointers in |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | Parse dependent template-ids in base clauses and member |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Fariborz Jahanian | Improve on objective-c pointer recognition |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | When determining whether a given name is a template... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Benjamin Kramer | Fix tests for r93231. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Benjamin Kramer | Remove trailing semicolons and silence MSVC warning... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
John McCall | So I was sitting around, trying vainly to think of... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | Use horizontal-space markers in code-completion results... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Mike Stump | Add covariance tester. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Daniel Dunbar | Remove duplicate class name, MSVC doesn't like this. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
John McCall | Reorganize some of the code to note overload candidates... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Add a boilerplate implementation for clang_getUSR(... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Fariborz Jahanian | Fix rewriting of MacOS sjlj based eh. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Douglas Gregor | Name lookup should know better than to look into a... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
John McCall | Chris thinks these diagnostics are better now. :) |
commit | commitdiff | tree | snapshot |
2010-01-12 |
John McCall | Sort overload results by viability. |
commit | commitdiff | tree | snapshot |
2010-01-12 |
John McCall | Introduce a specific representation for the ambiguous... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Change clang_getUSR() to return a CXString instead... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Ted Kremenek | Make createCXString() a static member function of class... |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Mike Stump | Allow N_FIELDS to be 0. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Ted Kremenek | CIndex: |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Eliminate an embarrassing performance regression in... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
David Chisnall | Reverted r93198; done without reading relevant PR. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Fariborz Jahanian | Fix rewriting for forward class declaration. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | When performing name lookup into a scope, check that... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
David Chisnall | Allow VLAs in C++ if in GNU mode (GNU C++ permits them... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | C++0x [dcl.typedef]p4, take 3, where we actually figure... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Use isa<ElaboratedType> rather than getAs<ElaboratedTyp... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Add test case from PR5763 |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Allow redefinitions of typedef-names within class scope... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Fariborz Jahanian | Fix a problem related to rewrite of anonymous unions. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Benjamin Kramer | Fix pasto. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | Use the new isInteger() method in a couple places,... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | When resolving a single function template specializatio... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Test case for naming of conversion function template... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Benjamin Kramer | Avoid use of deprecated functions (CStrInCStrNoCase... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | When computing surrogates for calls to a value of objec... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Ken Dyck | Change return type of getObjCEncodingTypeSize() to... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
David Chisnall | Fix type mismatch on 64-bit platforms (GNU ObjC). |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Remove some pointless FIXMEs. No functionality change |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Add support for out-of-line definitions of conversion... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Tighten up the "cannot return array or function type... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Douglas Gregor | Implement name lookup for conversion function template... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Fariborz Jahanian | Fixup rewrite of ivars accessed via an explicit object |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Ken Dyck | Roll out ASTContext::getTypeSizeInChars(), replacing... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Sebastian Redl | Make Clang complain about taking the address of an... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zhongxing Xu | Enhance ScanReachableSymbols::scan(). Now another OSAto... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Zhongxing Xu | Enhance SVals::getAsRegion: get the region that is... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Chris Lattner | add a TODO for a perf improvement in LexIdentifier. |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Ted Kremenek | Switch RegionStore over to using <BaseRegion+raw offset... |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Ted Kremenek | Preliminary reworking of value-binding logic in RegionS... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Sean Hunt | Do not parse hexadecimal floating point literals in... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Douglas Gregor | Improve code completion by introducing patterns for... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Ted Kremenek | Make sure this test case tests analyzing both x86_64... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Benjamin Kramer | Silence MSVC warning. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Anton Korobeynikov | Make clone() method out-of-line for Attr classes. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Anton Korobeynikov | Try to make cmake happy |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Anton Korobeynikov | Generalize target weirdness handling having proper... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Anton Korobeynikov | Rename file to generalization in next commits |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Zhongxing Xu | Enhance test case. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | stringref'ize a bunch of filename handling logic. ... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | try to make this more stable? |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Daniel Dunbar | Fix PR5982, a refacto in checking for '=' in a -D argument. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Daniel Dunbar | Fix a FIXME. |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Daniel Dunbar | Darwin/ld: Don't pass '-weak_reference_mismatches non... |
commit | commitdiff | tree | snapshot |
2010-01-10 |
Chris Lattner | add comment to test. |
commit | commitdiff | tree | snapshot |
next |