- 99a922b Use llvm::sys::fs::equivalent rather than comparing inodes, because by Douglas Gregor · 13 years ago
- 6308218 Remove unnecessary braces from my previous commit. by Hans Wennborg · 13 years ago
- f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
- b8ec3e3 Move definition of ConversionSpecifier::toString() to FormatString.cpp by Hans Wennborg · 13 years ago
- 117348c fix format specifier fixit for printf("%ld", "foo"); by Hans Wennborg · 13 years ago
- 4b45c11 Fix a blatant typo or cut/paste-o reported by users of this header. by Chandler Carruth · 13 years ago
- 4ec4089 Teach isConstantInitializer that numeric literals are constants, rather than by Richard Smith · 13 years ago
- d4e6e7e Fix the --hash-style option when the target is MIPS as it is by Chandler Carruth · 13 years ago
- 8a0f155 Document the updated behaviour of __builtin_constant_p introduced in r146236. by Richard Smith · 13 years ago
- 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
- 4278683 In ExprEvaluatorBase::VisitOpaqueValueExpr() add a sanity check to avoid by Argyrios Kyrtzidis · 13 years ago
- e052d46 Replace the implementation of __builtin_constant_p (which was based on the GCC by Richard Smith · 13 years ago
- 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
- 71088d1 Move ChainedIncludesSource into the Frontend library. This never really by Chandler Carruth · 13 years ago
- 8bd25b4 Clean up the comments for this file now that its contents are totally by Chandler Carruth · 13 years ago
- cb381ea Move a free function from the Frontend library into the Lex library as by Chandler Carruth · 13 years ago
- 5a477db deprecated enum should not warn when used initializing another deprecated enumerator. by Fariborz Jahanian · 13 years ago
- c699400 Save category name loc in ObjCCategoryImplDecl, patch by Jason Haslam! by Argyrios Kyrtzidis · 13 years ago
- 4451746 [libclang] Make sure we don't try to handle a CXCursor_NoDeclFound by Argyrios Kyrtzidis · 13 years ago
- 4897787 [arcmt] Un-XFAIL a test. by Argyrios Kyrtzidis · 13 years ago
- 66aff4a Teach the Makefile build about the new diagnostic file from r146207. by Chandler Carruth · 13 years ago
- 9b7568d Use default visibility in the the symbols declared in unwind.h. This matches by Rafael Espindola · 13 years ago
- a2398d7 Separate the serialization library's diagnostics from the frontend's by Chandler Carruth · 13 years ago
- 6d402dc Misc Minix-specific changes to clang: by Eli Friedman · 13 years ago
- cc1f918 Don't get the exception obj from the slot more than once. by Bill Wendling · 13 years ago
- 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
- 1e4f68c Fix an edge case in IRGen for conditionals. PR11509. by Eli Friedman · 13 years ago
- 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
- 1fa3c06 This patch extends thread safety analysis with support for the scoped_lockable attribute. by DeLesley Hutchins · 13 years ago
- 2cad9e3 Added missing testcase from r145849. Thanks to Dave Blaikie for catching this. by Lang Hames · 13 years ago
- 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
- d5c3fa2 More refactoring of objective-C rewriter. by Fariborz Jahanian · 13 years ago
- 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
- 10694ce Within the module representation, generalize the notion of an umbrella by Douglas Gregor · 13 years ago
- 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
- 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
- 52b1ed3 Convert paths to native format before constructing a by Douglas Gregor · 13 years ago
- e3ca33a Only do typo correction for implicit function decls when by Hans Wennborg · 13 years ago
- 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
- f4e8a12 Unbreak MSVC build. by Francois Pichet · 13 years ago
- e1fca50 Remove unused parameter from the LateParsedTemplatedFunction constructor. by Francois Pichet · 13 years ago
- dc30967 Add an experimental MallocSizeofChecker, which reports inconsistencies by Peter Collingbourne · 13 years ago
- 2e55df4 Allow clang to find gcc libs on suse ppc64 by Hal Finkel · 13 years ago
- d85c1e9 Add a minimal unwind.h that knows how to forward to the system one in systems by Rafael Espindola · 13 years ago
- b577757 Use the real end of the decltype expression. by David Blaikie · 13 years ago
- e368a64 [libclang] When doing clang_findReferencesInFile, make sure we don't crash by Argyrios Kyrtzidis · 13 years ago
- 4ce83eb Minor cleanup. Avoid redundant getTriple() calls. by Bob Wilson · 13 years ago
- bb7f542 [libclang] Remove IndexingContext's getScopedContext(), it's not useful by Argyrios Kyrtzidis · 13 years ago
- 8cd0d25 Driver/Linux: Fix the ASAN library path to match current compiler-rt by Daniel Dunbar · 13 years ago
- c24767c Driver: Add a --rtlib={compiler-rt,libgcc} argument which I plan to use to allow by Daniel Dunbar · 13 years ago
- 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
- 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
- b1febb6 [libclang] Indexing API: provide both the semantic and the lexical container. by Argyrios Kyrtzidis · 13 years ago
- b526a87 [libclang] Fix indexing of C++ bases in a C++ class. by Argyrios Kyrtzidis · 13 years ago
- 838d3c2 [libclang] Introduce CXIdxEntityLanguage that indicates the language by Argyrios Kyrtzidis · 13 years ago
- b39c5b4 [analyzer] Cleanup: use the variable. by Anna Zaks · 13 years ago
- 7df67e6 runtime/Linux: Include the profile and ASAN libs on x86. by Daniel Dunbar · 13 years ago
- b78229c [analyzer] More www; document ProgramState->dump(). by Anna Zaks · 13 years ago
- 22d4fb9 [analyzer] Update the checker writer manual with explanation of SVals by Anna Zaks · 13 years ago
- 84fa05e Remove unused-but-set variable. by Benjamin Kramer · 13 years ago
- a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
- 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
- 68478b0 [libclang] Index C++ namespaces. by Argyrios Kyrtzidis · 13 years ago
- 1c636df Fix multilib library paths on ppc64 Linux. Patch by Michael Kostylev. PR11472. by Eli Friedman · 13 years ago
- 078f859 www: Update getting started to encourage people to check out compielr-rt. by Daniel Dunbar · 13 years ago
- 2e23fd5 Initialize these values, fixing the build in cases where stack realignment by Nick Lewycky · 13 years ago
- 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
- 13eee19 Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. by Ted Kremenek · 13 years ago
- 26e80cd Make sure we correctly zero-initialize unions containing a pointer to data member as the first field. PR11487. by Eli Friedman · 13 years ago
- dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
- f64114b If we can't write the temporary module map file when compiling a by Douglas Gregor · 13 years ago
- aa9c350 When folding the size of a global scope VLA to a constant, require the array by Richard Smith · 13 years ago
- b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
- 0e35b4e DeadStoresChecker: when whitelisting dead initializations with constants, look by Richard Smith · 13 years ago
- a91efb1 [analyzer] Add comments related to symbol_iterator by Anna Zaks · 13 years ago
- 1d1d515 [analyzer] Refactor: Move symbol_iterator from SVal to SymExpr, use it by Anna Zaks · 13 years ago
- aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
- e5ee70d [analyzer] Remove an unnecessary check. by Anna Zaks · 13 years ago
- e912029 Add a FIXME to provide a sensible error message here by Douglas Gregor · 13 years ago
- d62ca37 Move vector bitcast handling in constant expressions from the expression by Richard Smith · 13 years ago
- 1e821e9 Use absolute paths for temporary module map files by Douglas Gregor · 13 years ago
- 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
- e487f42 Rename Objective-C-only tests to .m by Douglas Gregor · 13 years ago
- e6fb987 Remove misleading error message by Douglas Gregor · 13 years ago
- ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
- b80a386 Remove unused member to appease valgrind. by Benjamin Kramer · 13 years ago
- 7b5f101 [asan] Mac: do not link dynamic libs with the asan-rt, use -undefined dynamic_lookup for dynamic libs. Style fixes. Patch by glider@google.com by Kostya Serebryany · 13 years ago
- ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
- 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
- d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
- 8075ce6 When building the main file to parse given a module map, don't skip by Douglas Gregor · 13 years ago
- dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
- 9f74f4f Minor tweak to prepare for submodules with umbrella headers. No actual by Douglas Gregor · 13 years ago
- 82e11cd Install cpuid.h when building with cmake too. by Rafael Espindola · 13 years ago
- 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
- d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
- 26b45d8 Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash by Richard Trieu · 13 years ago
- 55e983c Fix test for unrelated changes. by Nick Lewycky · 13 years ago
- 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
- 68805fe Minor comment update. by Eli Friedman · 13 years ago