- af50aab Documentation cleanup: by James Dennett · 12 years ago
- 7007c07 test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test! 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
- a617240 Improve crash reporting test coverage. by David Blaikie · 12 years ago
- 76f0a6e Thread Safety Analysis: turn off checking within trylock functions. by DeLesley Hutchins · 12 years ago
- 5fe9b29 Add a warning flag for "'extern' variable has an initializer". by Matt Beaumont-Gay · 12 years ago
- 4a26392 Extend a workaround for a CMake bug in LLVM's r159593 to apply to by Chandler Carruth · 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
- 1e537f4 We support a mode where the Clang regression tests are run but not the by Chandler Carruth · 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
- 2436415 Make this test invariant to future changes of the max loop unrolling count. by Ted Kremenek · 12 years ago
- 8a50fe0 Be more eager about setting the 'Invalid' bit on an invalid class by Douglas Gregor · 12 years ago
- 9224fb8 Clone a bit of LIT flag defaults from the LLVM CMake file into the by Chandler Carruth · 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
- 56e9b0d Switch from using a lit.cfg-generator variable to the real variable in by Chandler Carruth · 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
- f45f234 [asan] update docs: mention MacOS 10.7 and correct the ifdef sample for __has_feature by Kostya Serebryany · 12 years ago
- 2f7f5b1 Documentation cleanup: reformatting/fixing up file comments so that they have by James Dennett · 12 years ago
- 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago
- 622da85 Additional testing for fixes in r158289 and r158290 to allow implicitly-declared by Richard Smith · 12 years ago
- fb40e3f PR13189: va_list broken with precompiled headers by Meador Inge · 12 years ago
- e7e9332 c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked to c-index-test yet. by NAKAMURA Takumi · 12 years ago
- f70a886 Add support for the C11 _Alignof keyword. by Jordan Rose · 12 years ago
- 685d78d [libclang] Make implementation filename match the header's name for CXCompilationDatabase by Arnaud A. de Grandmaison · 12 years ago
- 4439478 [cindex.py] Fix comments by Arnaud A. de Grandmaison · 12 years ago
- e27537d [libclang] Fix autoconf library dependencies for tooling support by Arnaud A. de Grandmaison · 12 years ago
- 0fb474a c-index-test.c: Fix missing semicolon(s). by NAKAMURA Takumi · 12 years ago
- 910ff3f [cindex.py] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
- db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
- 82a53bd Switch Clang to use the new common LLVM CMake infrastructure for adding by Chandler Carruth · 12 years ago
- b6bc31e Add a missing argument index, wordsmith a little, and 80(ish) columns by Matt Beaumont-Gay · 12 years ago
- 075a543 blocks: fixes a crash when encoding block type by Fariborz Jahanian · 12 years ago
- 1ba4723 test/Driver/crash-report.c: Mark it as XFAIL on win32 hosts, for now. Investigating. by NAKAMURA Takumi · 12 years ago
- ccda680 Remove dependency on string.h by Fariborz Jahanian · 12 years ago
- a275229 Unbreak the test from r159469. by David Blaikie · 12 years ago
- 648e763 Fix typos from r159463 and update tests. Added Matt Beaumont-Gay's suggestion by Richard Trieu · 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
- 20e7d99 objc diagnostic: pass IdentifierInfo* to the diagnostic system by Fariborz Jahanian · 12 years ago
- e25d3df std::nullptr_t support in MS headers, from João Matos. by Douglas Gregor · 12 years ago
- 193f91b Patch for handling C99 veriadic macros when using precompiled headers, by Douglas Gregor · 12 years ago
- be8d55c objective-c modern translator: Translation into objc_msgSend_stret by Fariborz Jahanian · 12 years ago
- 55e1808 Factor out a check for block commands (that implicitly start a new paragraph) into a separate function. by Dmitri Gribenko · 12 years ago
- 619ee6a Avoid redundant error when redefining a function as deleted. by David Blaikie · 12 years ago
- d68615f Change condition to be the same as in SemaTemplateInstantiate. by Nico Weber · 12 years ago
- 0851e3b clang/test/Misc/diag-template-diffing-color.cpp: Remove XFAIL:cygwin. Cygwin has some terminal emulation of escape sequences. by NAKAMURA Takumi · 12 years ago
- 83122da Update Clang to reflect the new home of IRBuilder.h as of r159421. by Chandler Carruth · 12 years ago
- 7b7c973 Update based on move of DIBuilder.h to include/llvm. by Bill Wendling · 12 years ago
- 16d0078 From Philippe Canal: by Axel Naumann · 12 years ago
- 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
- c56b552 Fix PR13234 - crash when trying to report an unsupported ABI feature by Timur Iskhodzhanov · 12 years ago
- 592a423 When a builtin that requires a constant is given a type- or by Douglas Gregor · 12 years ago
- c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
- 14b2327 Teach the __is_trivially_assignable and __is_trivially_constructible by Douglas Gregor · 12 years ago
- 65cf624 Switch Clang's CMake lit.site.cfg generation over to use the common by Chandler Carruth · 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
- c99a5d8 Thread safety analysis: support release() function on scoped lockable objects. by DeLesley Hutchins · 12 years ago
- b956e5a When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 12 years ago
- db2a685 Factor CXString out of Index.h by Arnaud A. de Grandmaison · 12 years ago
- 50badd5 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 12 years ago
- 0963017 Support the use of "=delete" and "=default" with delayed template by Douglas Gregor · 12 years ago
- 9fc5b00 objective-c rewriter: refactoring of rewriting of by Fariborz Jahanian · 12 years ago
- 3791814 [libclang] Don't bind a StringRef to a temporary std::string object. by Argyrios Kyrtzidis · 12 years ago
- 1d2b2ca Dead code eliminate the massive hexagon builtin intrinsic supporting code. by Benjamin Kramer · 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
- 80bc96e Compare the canonical types and document why we give up on the covariant case. by Rafael Espindola · 12 years ago
- 0239df8 Warn on weak properties declared in protocols as well. by Jordan Rose · 12 years ago