- bd2e27e objc-arc: warn when assigning retained object to by Fariborz Jahanian · 12 years ago
- 4d3db4e objective-c++11: extend c++11 range-based loop to iterate by Fariborz Jahanian · 12 years ago
- 811c820 Don't store pointers into a std::vector (RawCommentList::Comments). Although by Dmitri Gribenko · 12 years ago
- 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
- 9bf997e Use C++ cast. by Dmitri Gribenko · 12 years ago
- 1c9ae1c Remove unreachable default case to pacify clang's -Wcovered-switch-default. by Benjamin Kramer · 12 years ago
- bfdb506 ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes NULL as int. by NAKAMURA Takumi · 12 years ago
- c76dfb4 Build-fix: Remove non-existent directories from Makefiles. by Manuel Klimek · 12 years ago
- 4da2166 Adds the AST Matcher library, which provides a in-C++ DSL to express by Manuel Klimek · 12 years ago
- ea7eb07 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 12 years ago
- c968671 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 12 years ago
- 8a10d9f Added a new memberfor Parser, to be used soon by Fariborz Jahanian · 12 years ago
- 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago
- 1838703 [objcmt] Check for classes that accept 'objectForKey:' (or the other selectors by Argyrios Kyrtzidis · 12 years ago
- c4133a4 objective-c: don't involve properties when checking by Fariborz Jahanian · 12 years ago
- c2abbe0 [objcmt] Allow migrating to subscripting syntax for other classes by Argyrios Kyrtzidis · 12 years ago
- 5381c05 Thread-safety analysis: eliminate false positives in case where the definition by DeLesley Hutchins · 12 years ago
- 84c1f4b [analyzer] Add a statistic for maximum CFG size and a script to summarize analyzer stats from scan-build output. by Anna Zaks · 12 years ago
- a1b6227 MIPS: Define __mips_dsp_rev / __mips_dspr2 / __mips_dsp macros by Simon Atanasyan · 12 years ago
- 39700f8 objective-c++ parsing. Turn off delayed parsing by Fariborz Jahanian · 12 years ago
- d797a85 MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. by Simon Atanasyan · 12 years ago
- dc536f5 MIPS: Factor out the code converting command line options to target features. by Simon Atanasyan · 12 years ago
- e6df0ce Adapts the FrontendAction convenience functions so that it can be by Manuel Klimek · 12 years ago
- 1176bcd MIPS: Define __mips16 macro if -mips16 option is provided. by Simon Atanasyan · 12 years ago
- bbd9916 MIPS: Replace the pair of boolean flags by enumeration to hold selected float ABI. by Simon Atanasyan · 12 years ago
- 0b273ef MIPS: Add -mips16 / -mno-mips16 command line support. by Simon Atanasyan · 12 years ago
- f4bb8d0 PR13273: When performing list-initialization with an empty initializer list, by Richard Smith · 12 years ago
- 471c8b4 Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. by Benjamin Kramer · 12 years ago
- d4f5198 Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used instead. by Benjamin Kramer · 12 years ago
- 478851c Drop the ASTContext.h include from Stmt.h and fix up transitive users. by Benjamin Kramer · 12 years ago
- 3a2d0fb Split out the "empty" case for compound statement into a separate ctor. by Benjamin Kramer · 12 years ago
- ee3096a CXXRecordDecl: Split getBases/getVBases into a slow and a fast path. by Benjamin Kramer · 12 years ago
- 2c7886d Hoist the logic for selecting the Objective-C dispatch method into the runtime by David Chisnall · 12 years ago
- a422cd0 A few more cleanups for the GNU family of ObjC runtimes. by David Chisnall · 12 years ago
- c50a0e3 Renamed RawComment kinds to avoid name clash. by Abramo Bagnara · 12 years ago
- 4e6e791 Move a comment from the commit message into the code. by Bob Wilson · 12 years ago
- b0ed95c Obj-C++11 parser: handle a fall out of delayed by Fariborz Jahanian · 12 years ago
- fdaa338 [analyzer] For now, don't inline non-static member overloaded operators. by Jordan Rose · 12 years ago
- 3b5f9dc Obj-C++11 parser: fix broken parsing of c-function by Fariborz Jahanian · 12 years ago
- cda1041 Obj-C++11 parser: turn off buffering of by Fariborz Jahanian · 12 years ago
- a1eec4b objective-c: Refactor parse/sema portion of by Fariborz Jahanian · 12 years ago
- 11d3f4c Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep by David Chisnall · 12 years ago
- 1fc6e4f When using -pg targeting OS X 10.8, pass -no_new_main to the linker. by Bob Wilson · 12 years ago
- 96fac6a Thread safety analysis: improve handling of smart pointers. by DeLesley Hutchins · 12 years ago
- c359f20 Make the following changes in the way Mips handles vector arguments and return by Akira Hatanaka · 12 years ago
- 9d6e7f3 Thread Safety Analysis: handle expressions involving temporaries, by DeLesley Hutchins · 12 years ago
- 57aceb2 CommentBriefParser: remove dead store. Found by Clang Analyzer. by Dmitri Gribenko · 12 years ago
- 39d5fa1 Add additional architecture defines for PPC targets. by Hal Finkel · 12 years ago
- 8178813 [libclang] Protect against a race condition where a thread by Argyrios Kyrtzidis · 12 years ago
- 402a6d5 Silence warning in -Asserts build by Matt Beaumont-Gay · 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
- 2e2c7a4 Remove a redundant assignment to the FDecl variable from *inside* it's by Chandler Carruth · 12 years ago
- e0c1168 Significantly simplify CGExprAgg's logic about ignored results: by John McCall · 12 years ago
- ec221bc Documentation cleanup: Delete a duplicated/malformed doc comment. by James Dennett · 12 years ago
- 6c89eaf objective-c: just as we have done for method definitions, by Fariborz Jahanian · 12 years ago
- a9e8b9e -Wuninitialized: assume that an __attribute__((returns_twice)) function might by Richard Smith · 12 years ago
- bbe3341 Thread safety analysis: fixed bug that occurs when very silly people by DeLesley Hutchins · 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
- c36eda1 Thread safety analysis: don't warn in case of duplicate annotation. by DeLesley Hutchins · 12 years ago
- 76f0a6e Thread Safety Analysis: turn off checking within trylock functions. by DeLesley Hutchins · 12 years ago
- fb3cc8b [analyzer] If 'super' is known to be nil, we can still mark its range. by Jordan Rose · 12 years ago
- 840c984 Revert "Remove unused member (& consequently unused parameter) in SA's Call code." by Jordan Rose · 12 years ago
- ec956d8 Include -D files in crash report repro scripts. (PR13255) by David Blaikie · 12 years ago
- 7dd900e In blocks, only pretend that enum constants have enum type if necessary. by Jordan Rose · 12 years ago
- b135f0f When we're looking for redeclarations which might provide a definition in CodeGen, make sure we examine all the redeclarations. PR13252. by Eli Friedman · 12 years ago
- 8a50fe0 Be more eager about setting the 'Invalid' bit on an invalid class by Douglas Gregor · 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
- d4aeb80 Bail out the LiveVariables analysis when the CFG is very large, as by Ted Kremenek · 12 years ago
- 371b477 Fix subtle bug in AnalysisConsumer where we would not analyze functions whose parent by Ted Kremenek · 12 years ago
- 8f4783c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 12 years ago
- fe6a011 [analyzer] Convert existing checkers to use check::preCall and check::postCall. by Jordan Rose · 12 years ago
- 96479da [analyzer] Add generic preCall and postCall checks. by Jordan Rose · 12 years ago
- 362a31c [analyzer] Convert CXXConstructExpr over to use CallEvent for evaluation. 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
- 55037cd [analyzer] Convert CallAndMessageChecker and ObjCSelfInitChecker to CallEvent. by Jordan Rose · 12 years ago
- 4531b7d [analyzer] Convert RetainCountChecker to use CallEvent as much as possible. 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
- 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 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
- 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
- 7e68ba5 objective-c IRGen: fixes a crash when method type is being mangled by Fariborz Jahanian · 12 years ago
- e75d9cf Use -frewrite-includes for crash reports. by David Blaikie · 12 years ago
- 4ac5751 In Sema::ClassifyName, try to avoid nonsensical corrections to by Kaelyn Uhrain · 12 years ago
- 529cdf4 Update the %diff modifer to have an alternate string print when a template tree by Richard Trieu · 12 years ago
- b075417 Revert "Tweak insecureAPI analyzer checks to have the ability to be individually disabled." by Ted Kremenek · 12 years ago
- 4f50875 Tweak insecureAPI analyzer checks to have the ability to be individually disabled. by Ted Kremenek · 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
- 6734ec4 objective-c modern translator: synthesize argument type by Fariborz Jahanian · 12 years ago
- 49f6dac modern objc translator: string.h is unavailable on some non-OSX by Fariborz Jahanian · 12 years ago
- 2578532 fix a typo in my last commit. I thought I recompiled, but apparently I did not. by Fariborz Jahanian · 12 years ago