- 4e648e4 Allow void blocks to return witn a void expression in by Fariborz Jahanian · 13 years ago
- 677a35b For Darwin, do not let -mcpu override the -arch option. <rdar://11059238> by Bob Wilson · 13 years ago
- 4e825df modern objective-c rewriter: remove 'const' from by Fariborz Jahanian · 13 years ago
- 1526f54 Removed repeated word (of of). by Patrick Beard · 13 years ago
- 3ef963b Undo previous patch as I checked more than I intended. by Fariborz Jahanian · 13 years ago
- 7e725bc modern objective-c rewriter: remove 'const' from by Fariborz Jahanian · 13 years ago
- 260a3e4 For the annals of subtle but terrible bugs: fix a longstanding bug by John McCall · 13 years ago
- 247c719 clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit. by NAKAMURA Takumi · 13 years ago
- 20f8939 RewriteModernObjC.cpp: Don't expose temporary std::string with StringRef. (StringRef)getName() can be used here. by NAKAMURA Takumi · 13 years ago
- 4c7a6c6 Test case for rdar://problem/11055105, a bug with the instantiation by John McCall · 13 years ago
- fde05e1 Close the paren. // rdar://11076938 by Fariborz Jahanian · 13 years ago
- 451b441 Update comment. by Eric Christopher · 13 years ago
- a62c380 numberWithFloat -> numberWithDouble. by Patrick Beard · 13 years ago
- 12d47cc modern objective-c translator: insert couple of pragmas for optimization. by Fariborz Jahanian · 13 years ago
- 2498885 Fixed typo. by Patrick Beard · 13 years ago
- 62f1234 Added summary section for Object Literals and Subscripting, which contains the external link. by Patrick Beard · 13 years ago
- 4b2fe6e modern objective-c translator: add static function to initialize by Fariborz Jahanian · 13 years ago
- 1cd89c4 More careful consideration of C++11 13.3.3.1p4. Fixes PR12257. by Sebastian Redl · 13 years ago
- ca89371 Fix the other place where C++98 work for initializer lists was necessary. by Sebastian Redl · 13 years ago
- 452eac1 more modern objective-c meta-data stuff. by Fariborz Jahanian · 13 years ago
- ca7f5bd Fixed typos. by Patrick Beard · 13 years ago
- 7f919c8 Link to Objective-C literals documentation. by Patrick Beard · 13 years ago
- af39ba1 Objective-C literals documentation. by Patrick Beard · 13 years ago
- 3739b32 Don't include FixIts with a null replacement range. Fixes <rdar://problem/11040133>. by Ted Kremenek · 13 years ago
- fce8009 Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, invalidating the pointer. by Benjamin Kramer · 13 years ago
- a03e40c modern objective-c translator: provide meta-data initialization by Fariborz Jahanian · 13 years ago
- 6181e56 Debug info: Tighten up uses of plain MDNode pointers which don't survive replaceOperandWith. by Benjamin Kramer · 13 years ago
- fd4ce2c modern objective-c translator: couple of minor by Fariborz Jahanian · 13 years ago
- c407f25 Test commit. by Patrick Beard · 13 years ago
- 7cb2a1b objective-c modern translator: Refactor intername ivar names to by Fariborz Jahanian · 13 years ago
- db163c8 [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics. by Chad Rosier · 13 years ago
- acd76fe Add missing bitcast that was breaking Objective-C++ exception typeinfo (GNUstep runtime). by David Chisnall · 13 years ago
- d967c6a Add test case for <rdar://problem/10553686>, which illustrates RetainCount checker working with inlined C++ template functions. by Ted Kremenek · 13 years ago
- 4cf2253 Fix crash when querying the CFG reported when using the thread safety analysis by Ted Kremenek · 13 years ago
- 0822c5f [libclang] Have clang_getCursorExtent() return the range of the main file when by Argyrios Kyrtzidis · 13 years ago
- 4bcf3d0 removed unused code in the modern objc rewriter file. by Fariborz Jahanian · 13 years ago
- b455686 LanguageExtensions: Manually word wrap a line to reduce horizontal scrolling. by Benjamin Kramer · 13 years ago
- a7d66b5 line endings by Matt Beaumont-Gay · 13 years ago
- 3538f74 Use a simpler pluralization construct by Matt Beaumont-Gay · 13 years ago
- 55261af modern objective-c translator: fix type of objc_exception_throw by Fariborz Jahanian · 13 years ago
- 6d2b131 test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now. by NAKAMURA Takumi · 13 years ago
- 09c5c39 Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer separate paths. by Nico Weber · 13 years ago
- 3e280b5 Add the missing compatibility warning for braced initializers as default arguments. by Sebastian Redl · 13 years ago
- 359487b An error can't be in a warning group. by Benjamin Kramer · 13 years ago
- 393f98b [analyzer] Mark a failed-realloc's result as an interesting symbol between the realloc call and the null check, so we get nicer path notes. Fixes a regression introduced by the diagnostic pruning added in r152361. by Jordy Rose · 13 years ago
- 4207eda Turns #import in MS Mode into an error. by Aaron Ballman · 13 years ago
- 07b49a8 Use character literals for vexing initialization fixit hints. by David Blaikie · 13 years ago
- ef94588 [analyzer] Use a FoldingSet to cache simple RetainSummary instances, rather than explicitly keeping DoNothing and StopTracking summaries and nothing else. by Jordy Rose · 13 years ago
- 957ff27 Replace a FIXME with a diagnostic when we can't resolve the by Douglas Gregor · 13 years ago
- 42acead Diagnose tag and class template declarations with qualified by Douglas Gregor · 13 years ago
- f3aae58 [analyzer] Unify retain-count summary generation for class and instance methods. No functionality change. by Jordy Rose · 13 years ago
- 44b8e46 Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. by Jordy Rose · 13 years ago
- e921b1a [analyzer] Remove duplicate work on deriving method behavior. No functionality change. by Jordy Rose · 13 years ago
- 22e2f85 modern objective-c rewriter: further improvement in by Fariborz Jahanian · 13 years ago
- 8fe4525 StaticAnalyzer: Fix abuse of StringRef in r152962. by NAKAMURA Takumi · 13 years ago
- 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 13 years ago
- 74b7b2b [analyzer] Don't claim an object was returned with +1 retain count before counting autoreleases. Fixes PR10376. by Jordy Rose · 13 years ago
- 7a4a9cd [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects. by Jordy Rose · 13 years ago
- 9c20b75 [analyzer] This test is breaking windows bots, make it darwin-specific. by Anna Zaks · 13 years ago
- 2c085ed Fix crash on invalid code. I've tried to produce a reduced test case, but when I do the specific crash is hidden. Fixes <rdar://problem/11063594>. by Ted Kremenek · 13 years ago
- fbd5874 [analyzer] Shorten the stack hint diagnostic. by Anna Zaks · 13 years ago
- 2eb2729 Make the storing variable's name generic. by Bill Wendling · 13 years ago
- 56a938f [analyzer] Create symbol-aware stack hints (building upon r152837). by Anna Zaks · 13 years ago
- 076add6 [analyzer] +Comments by Anna Zaks · 13 years ago
- 131579f [analyzer] Add a statistic for the number of times we reach the max by Anna Zaks · 13 years ago
- c9b47f9 Escape % in diagnostic message when compiling LLVM IR. by Benjamin Kramer · 13 years ago
- 9ab511c sink variable into assert by Matt Beaumont-Gay · 13 years ago
- 0821263 When "low alignment" is specified, then set the alignment of the aggregate's by Bill Wendling · 13 years ago
- b655bf0 Minor clean up of my last patch. by Fariborz Jahanian · 13 years ago
- 542125f modern objective-c translator: write @synchronized. // rdar://11063663 by Fariborz Jahanian · 13 years ago
- b136049 Suppress macro expansion of NULL in NULL warnings. by David Blaikie · 13 years ago
- 9c6fde5 Skip through transparent contexts when deciding where to add a friend function. by Nick Lewycky · 13 years ago
- e052bda After r150615, which tablegens the group of a diagnostic as an index into the *.inc file, all diagnostic *.inc by Argyrios Kyrtzidis · 13 years ago
- 4053946 modern objective-c translator: writing @throw statement. by Fariborz Jahanian · 13 years ago
- 0961a01 Warn on flexible array members when in C89 mode, with -pedantic. by David Chisnall · 13 years ago
- e55329d From Vassil Vassilev: by Axel Naumann · 13 years ago
- c5d3e80 Fix Objective-C compilation-time performance regression introduced in r152608. by Richard Smith · 13 years ago
- ce612f5 Fix analyzer crash on analyzing 'catch' with no condition variable. by Ted Kremenek · 13 years ago
- 5214c7a test/Driver/linker-opts.c: Mark as XFAIL:cygming, using gcc linker driver. It should be aware of LIBRARY_PATH. by NAKAMURA Takumi · 13 years ago
- 2befa8c Add test case for <rdar://problem/8808566>, which is now fixed by inlining support. by Ted Kremenek · 13 years ago
- 1425226 Based on sage feedback, chang -W#import-pedantic to -Wimport-preprocessor-directive-pedantic. by Ted Kremenek · 13 years ago
- ff99320 Don't try to create "store atomic" instructions of non-integer types; they aren't supported at the moment. PR12040. by Eli Friedman · 13 years ago
- 9ace587 Add warning flag for '#import is a language extension', -W#import-pedantic. by Ted Kremenek · 13 years ago
- 19ebac1 [arcmt] The hard-coded list of weak-incompatible classes is no longer necessary. by Argyrios Kyrtzidis · 13 years ago
- 2af504b [arcmt] iOS is always safe to use 'weak'. rdar://10950825 by Argyrios Kyrtzidis · 13 years ago
- 220419a modern objective-c translation: writing @try/@catch/@finally statements. by Fariborz Jahanian · 13 years ago
- a43ef3e When a variable has a specified asm name, but isn't using the register storage class, the asm name doesn't specify a register. PR12244. by Eli Friedman · 13 years ago
- 64f678e Fix help text. by Chad Rosier · 13 years ago
- 0950ca0 Update checker build. by Ted Kremenek · 13 years ago
- 8ec588e [analyzer] If a metadata symbol is interesting, its region is interesting as well. by Jordy Rose · 13 years ago
- b122818 modern objective-c translator: writing @try/@finally statement. by Fariborz Jahanian · 13 years ago
- fc055f9 [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches by Chad Rosier · 13 years ago
- 7b204d6 Include full plist output in FileCheck test. by Ted Kremenek · 13 years ago
- 11e35b6 Include full plist output in FileCheck test. by Ted Kremenek · 13 years ago
- 76b85ac Do not truncate expected plist output in FileCheck test. by Ted Kremenek · 13 years ago
- d7b8314 [analyzer] Remove AggExprVisitor, a dead class that assisted in visiting C++ expressions with a "base object", because the CFG is now linearized. by Jordy Rose · 13 years ago
- 4b911e6 Support deducing template arguments from nested initializer lists. PR12119. by Sebastian Redl · 13 years ago
- afcd195 Support '%p' format specifier with block pointers. by Ted Kremenek · 13 years ago
- aea3ece It was pointed out that a checking version of strdup isn't needed. So much for late-night hacking. :) by Bill Wendling · 13 years ago
- 368a0d5 [analyzer] Allow checkers to supply call stack diagnostic hints for the by Anna Zaks · 13 years ago