- c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
- 15cdcbf CommentLexer: remove Markdown tokens from the token list (they are not emitted by lexer). by Dmitri Gribenko · 12 years ago
- 941e47c Share ConvertUTF8toWide() between Lex and CodeGen. by Nico Weber · 12 years ago
- 7c81b43 Rename -Wself-assign-memvar to -Wself-assign-field to improve local consistency a bit. by Nico Weber · 12 years ago
- 109e6de Documentation cleanup: by James Dennett · 12 years ago
- f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 12 years ago
- 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
- af50aab Documentation cleanup: by James Dennett · 12 years ago
- 70cbf3c [analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation. by Jordan Rose · 12 years ago
- 879a433 Thread safety analysis: fixed incorrect error message at the end of a locks_required function. by DeLesley Hutchins · 12 years ago
- 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
- 840c984 Revert "Remove unused member (& consequently unused parameter) in SA's Call code." by Jordan Rose · 12 years ago
- 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
- 8e674e1 Remove unused member (& consequently unused parameter) in SA's Call code. by David Blaikie · 12 years ago
- a533576 Reintroduced FieldDecl public methods setBitWidth and removeBitWidth. by Abramo Bagnara · 12 years ago
- 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
- 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
- 69f87c9 [analyzer] Use CallEvent for inlining and call default-evaluation. by Jordan Rose · 12 years ago
- de507ea [analyzer] Finish replacing ObjCMessage with ObjCMethodDecl and friends. by Jordan Rose · 12 years ago
- cde8cdb [analyzer] Begin replacing ObjCMessage with ObjCMethodCall and friends. by Jordan Rose · 12 years ago
- 85d7e01 [analyzer] Move the last bits of CallOrObjCMessage over to CallEvent. by Jordan Rose · 12 years ago
- 740d490 [analyzer] Add a new abstraction over all types of calls: CallEvent by Jordan Rose · 12 years ago
- 7518b37 [PCH] Make sure that all newly introduced visible decls in a DeclContext by Argyrios Kyrtzidis · 12 years ago
- 139be70 A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. by Richard Smith · 12 years ago
- d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
- 2f7f5b1 Documentation cleanup: reformatting/fixing up file comments so that they have by James Dennett · 12 years ago
- fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
- f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
- db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
- b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
- 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 12 years ago
- e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
- 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
- 04ca19b Add a fix-it hint note to -Wunique-enum to suggest that the last element gets by Richard Trieu · 12 years ago
- 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago
- c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
- 8d0f528 [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. by Jordan Rose · 12 years ago
- 43bb179 Warn on self-assignment to member variables. PR13104. by Nico Weber · 12 years ago
- db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
- 712692e Only print a semicolon after "no known conversion for Nth argument" if there by Matt Beaumont-Gay · 12 years ago
- e327aa8 Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the handwritten emitter. by Benjamin Kramer · 12 years ago
- fbf7005 Support MIPS DSP Rev1 intrinsics. by Simon Atanasyan · 12 years ago
- de981f3 Add -ftls-model command-line flag. by Hans Wennborg · 12 years ago
- b6ebd44 Add warning flag -Winvalid-pp-token for preprocessing-tokens which have by Richard Smith · 12 years ago
- 632fbaa Fix another issue with devirtualizing calls to final methods by passing them by Rafael Espindola · 12 years ago
- 12d2cc7 patch to suggest 'static' function should be 'static inline' by Fariborz Jahanian · 12 years ago
- 8d852e3 Implement John McCall's review of r159212 other than the this pointer not by Rafael Espindola · 12 years ago
- 962668d Remove unsigned and a pointer from a comment token (so that each token can have only one semantic string value attached to it), at a cost of adding an additional token. by Dmitri Gribenko · 12 years ago
- 3ce42c3 From Vassil Vassilev: by Axel Naumann · 12 years ago
- c2cda02 Initialize RawCommentList::BriefTextValid when deserializing AST. by Dmitri Gribenko · 12 years ago
- 7349cce Always use getDerived().shouldVisitImplicitCode() so it can be altered by Daniel Jasper · 12 years ago
- 540f9ae preprocessing: gcc supports #line 0. So, treat this by Fariborz Jahanian · 12 years ago
- 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 12 years ago
- 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
- 246b6aa Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 12 years ago
- 7e0f1ee Fix comment: refer to documentation comments in general, not just Doxygen comments. by Dmitri Gribenko · 12 years ago
- de37628 objc: adds diagnostic group to several old objc warnings. by Fariborz Jahanian · 12 years ago
- 0b4fe50 During codegen of a virtual call we would extract any casts in the expression by Rafael Espindola · 12 years ago
- 7ed4f66 [driver] Make -serialize-diagnostics (one dash) and alias for by Chad Rosier · 12 years ago
- 4904bf4 block literal irgen: several improvements on naming block by Fariborz Jahanian · 12 years ago
- c9f3517 Extend the "expected ';' after struct" logic to also apply to enums, and to by Richard Smith · 12 years ago
- ee68111 [analyzer] Be careful about implicitly-declared operator new/delete. (PR13090) by Jordan Rose · 12 years ago
- 831421f Unrevert r158887, reverted in r158949, along with a fix for the bug which by Richard Smith · 12 years ago
- 6b02009 Make explicit specializations at class scope work by Nico Weber · 12 years ago
- 5e2d5de Support the tls_model attribute (PR9788) by Hans Wennborg · 12 years ago
- 2edf0a2 Clean up a large number of C++11 attribute parse issues, including parsing by Sean Hunt · 12 years ago
- 28ad063 Support L__FUNCTION__ in microsoft mode, PR11789 by Nico Weber · 12 years ago
- 9f728cd Minor improvements to some C99 variadic-macro-related diagnostics. by Richard Smith · 12 years ago
- 10f77ad Implement initial static analysis inlining support for C++ methods. by Ted Kremenek · 12 years ago
- c1fb542 Perform typo correction for base class specifiers. by Kaelyn Uhrain · 12 years ago
- 4b2239b Mark Doxygen warnings DefaultIgnore. by Dmitri Gribenko · 12 years ago
- 27c0bb0 Correct include guard to reflect new directory name by Dmitri Gribenko · 12 years ago
- 9dda474 Add a warning about almost-Doxygen trailing comments: //< and /*< ... */ by Dmitri Gribenko · 12 years ago
- 67e8a8b objective-c: improve diagnostic when collection expression is by Fariborz Jahanian · 12 years ago
- 8da1687 Documentation cleanup: making \param and \returns docs match the code. by James Dennett · 12 years ago
- 16ae9de Documentation cleanup: making \param docs match the code. by James Dennett · 12 years ago
- efce31f Documentation cleanup: by James Dennett · 12 years ago
- 27289b1 Documentation cleanup: by James Dennett · 12 years ago
- 4ae383f Documentation cleanup: by James Dennett · 12 years ago
- 4bd495c Documentation cleanup: by James Dennett · 12 years ago
- 07d9430 Documentation cleanup: rephrase, and so avoid a Doxygen warning. by James Dennett · 12 years ago
- 36be6c4 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
- dc3d8c9 Documentation cleanup: escape # characters in Doxygen comments as needed. by James Dennett · 12 years ago
- 5f0cf08 Documentation cleanup: Fixed the format of the file header (that I broke in by James Dennett · 12 years ago
- 58bf987 Documentation cleanup: by James Dennett · 12 years ago
- 697c7a8 Documentation cleanup: by James Dennett · 12 years ago
- 4e294ee Revert r158887. This fixes pr13168. by Rafael Espindola · 12 years ago
- 9530a8b VC9 does not like heterogenous compare function objects. by Dmitri Gribenko · 12 years ago
- 2438833 [analyzer] Do not step into statements while collecting function decls. by Anna Zaks · 12 years ago
- 56242ba objective-c: deprecated C-like parameters in Objective-C by Fariborz Jahanian · 12 years ago
- 1071ba9 Make the RecursiveASTVisitor visit the body of a range-based for loop by Daniel Jasper · 12 years ago
- 7f32607 Improve support for -g options accepted by Clang: by Alexey Samsonov · 12 years ago
- 7d96f61 If an object (such as a std::string) with an appropriate c_str() member function by Richard Smith · 12 years ago
- a114d82 objective-c: place quotes around named items in a diagnostic. // rdar://11671080 by Fariborz Jahanian · 12 years ago
- cea06d2 objective-c: Normally, a property cannot be both 'readonly' and having a by Fariborz Jahanian · 12 years ago
- 198129e Documentation cleanup: escape a < character in a Doxygen comment by James Dennett · 12 years ago
- 0b92fcb Introduce ObjCRuntime::hasWeakClassImport() and use it in the appropriate by John McCall · 12 years ago
- a6366f5 Documentation cleanup: by James Dennett · 12 years ago
- 07c877d Reword -Winternal-linkage-in-inline, and rename it to -Wstatic-in-inline. by Jordan Rose · 12 years ago
- 12a4ced Documentation cleanup: by James Dennett · 12 years ago