2012-07-02 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-07-02 |
James Dennett | Documentation cleanup: Delete a duplicated/malformed... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Argyrios Kyrtzidis | [libclang] Introduce clang_Cursor_isDynamicCall which, |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Fariborz Jahanian | objective-c: just as we have done for method definitions, |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Richard Smith | -Wuninitialized: assume that an __attribute__((returns_... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
James Dennett | Documentation cleanup: |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Richard Smith | test/Driver/crash-report.c: don't fail if there are... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
DeLesley Hutchins | Thread safety analysis: fixed bug that occurs when... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Introduce CXXAllocatorCall to handle placeme... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
DeLesley Hutchins | Thread safety analysis: fixed incorrect error message... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
DeLesley Hutchins | Thread safety analysis: don't warn in case of duplicate... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
David Blaikie | Improve crash reporting test coverage. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
DeLesley Hutchins | Thread Safety Analysis: turn off checking within tryloc... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Matt Beaumont-Gay | Add a warning flag for "'extern' variable has an initia... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Chandler Carruth | Extend a workaround for a CMake bug in LLVM's r159593... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] If 'super' is known to be nil, we can still... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | Revert "Remove unused member (& consequently unused... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Chandler Carruth | We support a mode where the Clang regression tests... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
David Blaikie | Include -D files in crash report repro scripts. (PR13255) |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | In blocks, only pretend that enum constants have enum... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Eli Friedman | When we're looking for redeclarations which might provi... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Ted Kremenek | Make this test invariant to future changes of the max... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Douglas Gregor | Be more eager about setting the 'Invalid' bit on an... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Chandler Carruth | Clone a bit of LIT flag defaults from the LLVM CMake... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
David Blaikie | Remove unused member (& consequently unused parameter... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Abramo Bagnara | Reintroduced FieldDecl public methods setBitWidth and... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Ted Kremenek | Bail out the LiveVariables analysis when the CFG is... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Ted Kremenek | Fix subtle bug in AnalysisConsumer where we would not... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Chandler Carruth | Switch from using a lit.cfg-generator variable to the... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Douglas Gregor | Reduce default template instantiation depth to 512... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Convert existing checkers to use check:... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Add generic preCall and postCall checks. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Convert CXXConstructExpr over to use CallEve... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Use CallEvent for inlining and call default... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Finish replacing ObjCMessage with ObjCMethod... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Begin replacing ObjCMessage with ObjCMethodC... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Move the last bits of CallOrObjCMessage... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Convert CallAndMessageChecker and ObjCSelfIn... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Convert RetainCountChecker to use CallEvent... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jordan Rose | [analyzer] Add a new abstraction over all types of... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Argyrios Kyrtzidis | [PCH] Make sure that all newly introduced visible decls... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Richard Smith | A ':' after an enum-specifier at class scope is a bitfi... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Dmitri Gribenko | Add a new libclang completion API to get brief document... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Kostya Serebryany | [asan] update docs: mention MacOS 10.7 and correct... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
James Dennett | Documentation cleanup: reformatting/fixing up file... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Craig Topper | Rename tzcnt intrinsics to match gcc. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Richard Smith | Additional testing for fixes in r158289 and r158290... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Meador Inge | PR13189: va_list broken with precompiled headers |
commit | commitdiff | tree | snapshot |
2012-07-01 |
NAKAMURA Takumi | c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygcl... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Jordan Rose | Add support for the C11 _Alignof keyword. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Arnaud A. de... | [libclang] Make implementation filename match the heade... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Arnaud A. de... | [cindex.py] Fix comments |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Arnaud A. de... | [libclang] Fix autoconf library dependencies for toolin... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
NAKAMURA Takumi | c-index-test.c: Fix missing semicolon(s). |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Arnaud A. de... | [cindex.py] add CompilationDatabase support |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Arnaud A. de... | [libclang] add CompilationDatabase support |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Chandler Carruth | Switch Clang to use the new common LLVM CMake infrastru... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Matt Beaumont-Gay | Add a missing argument index, wordsmith a little, and... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Fariborz Jahanian | blocks: fixes a crash when encoding block type |
commit | commitdiff | tree | snapshot |
2012-06-30 |
NAKAMURA Takumi | test/Driver/crash-report.c: Mark it as XFAIL on win32... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | Remove dependency on string.h |
commit | commitdiff | tree | snapshot |
2012-06-29 |
David Blaikie | Unbreak the test from r159469. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Richard Trieu | Fix typos from r159463 and update tests. Added Matt... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | objective-c IRGen: fixes a crash when method type is... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
David Blaikie | Use -frewrite-includes for crash reports. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Kaelyn Uhrain | In Sema::ClassifyName, try to avoid nonsensical correct... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Richard Trieu | Update the %diff modifer to have an alternate string... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Ted Kremenek | Revert "Tweak insecureAPI analyzer checks to have the... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Ted Kremenek | Tweak insecureAPI analyzer checks to have the ability... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Richard Trieu | Add a fix-it hint note to -Wunique-enum to suggest... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | objective-c modern translator: synthesize argument... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | modern objc translator: string.h is unavailable on... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | fix a typo in my last commit. I thought I recompiled, |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | objc diagnostic: pass IdentifierInfo* to the diagnosti... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Douglas Gregor | std::nullptr_t support in MS headers, from João Matos. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Douglas Gregor | Patch for handling C99 veriadic macros when using preco... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Fariborz Jahanian | objective-c modern translator: Translation into objc_ms... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Dmitri Gribenko | Factor out a check for block commands (that implicitly... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
David Blaikie | Avoid redundant error when redefining a function as... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Nico Weber | Change condition to be the same as in SemaTemplateInsta... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
NAKAMURA Takumi | clang/test/Misc/diag-template-diffing-color.cpp: Remove... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Chandler Carruth | Update Clang to reflect the new home of IRBuilder.h... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Bill Wendling | Update based on move of DIBuilder.h to include/llvm. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Axel Naumann | From Philippe Canal: |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Manman Ren | X86: add more GATHER intrinsics in Clang |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Timur Iskhodzhanov | Fix PR13234 - crash when trying to report an unsupporte... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Douglas Gregor | When a builtin that requires a constant is given a... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Manman Ren | X86: add more GATHER intrinsics in Clang |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Douglas Gregor | Teach the __is_trivially_assignable and __is_trivially_... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Chandler Carruth | Switch Clang's CMake lit.site.cfg generation over to... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Jordan Rose | [analyzer] Add a test that we are, in fact, doing a... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Nico Weber | Warn on self-assignment to member variables. PR13104. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
DeLesley Hutchins | Thread safety analysis: support release() function... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Richard Trieu | When applying a template diff highlighting to a diagnos... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Arnaud A. de... | Factor CXString out of Index.h |
commit | commitdiff | tree | snapshot |
2012-06-28 |
David Blaikie | Fix template type diffing coloring (r159216) when forci... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Douglas Gregor | Support the use of "=delete" and "=default" with delaye... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Fariborz Jahanian | objective-c rewriter: refactoring of rewriting of |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Argyrios Kyrtzidis | [libclang] Don't bind a StringRef to a temporary std... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Benjamin Kramer | Dead code eliminate the massive hexagon builtin intrins... |
commit | commitdiff | tree | snapshot |
next |