- 6c3c3f5 Handle value dependent LHS as well as RHS. Test both of these, they by Chandler Carruth · 14 years ago
- 06efbd9 Clean up the CMake test execution by nuking this directory before we try by Chandler Carruth · 14 years ago
- 21206d5 Implement a warning for known shift overflows on constant shift by Chandler Carruth · 14 years ago
- 9e060ca Fix bogus -Warray-bounds warning involving 'array[true]' reported in PR 9296. by Ted Kremenek · 14 years ago
- 277a6e7 Preserve what the user passed to -include when emitting .d files. Fixes PR8974! by Nick Lewycky · 14 years ago
- 354a3c3 fix typo in *all* of the test cases by Matt Beaumont-Gay · 14 years ago
- f565f11 fix typo in test too by Matt Beaumont-Gay · 14 years ago
- d067c07 Fix the behavior of -Wignored-qualifiers on return type qualifiers in by Chandler Carruth · 14 years ago
- 378d2a1 CMake: Don't use ${CMAKE_CFG_INTDIR} for installed llvm-lit on Visual Studio. by NAKAMURA Takumi · 14 years ago
- c56c004 Teach CFGBuilder about null pointer constants in conditionals, and how they can be used to prune branches. Fixes false null pointer dereference warning in PR 8183. by Ted Kremenek · 14 years ago
- 377e215 Add test case (from PR 8876) for suppressing 'indirection of non-volatile null pointer...' warning due to reachability analysis. by Ted Kremenek · 14 years ago
- 0423fc6 Sema: diagnose kernel calls to non-global functions by Peter Collingbourne · 14 years ago
- 3bcc2be Add test case for PR 9284, a false positive for -Warray-bounds that is now addressed using basic reachability analysis. by Ted Kremenek · 14 years ago
- 351ba91 Enhance Sema::DiagRuntimeBehavior() to delay some diagnostics to see if the related code is reachable. This suppresses some by Ted Kremenek · 14 years ago
- 406c38e Fix PR9276: We were missing the checks for auto deducing to different types in the same declaration group in the template instantiation case. by Richard Smith · 14 years ago
- 55edca9 Better parser recovery when method is by Fariborz Jahanian · 14 years ago
- 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 14 years ago
- 7019186 When checking for abstract types, don't crash when we have a by Douglas Gregor · 14 years ago
- 12e3ece Provide Fixit warning when 'auto' is intended as storage by Fariborz Jahanian · 14 years ago
- 1756ce4 We need a longer long when testing this pathe Microsoft fixed-underlying-type extension for enumeration types by Douglas Gregor · 14 years ago
- 3ee36af A constructor call should force class's debug info even if -flimit-debug-info is enabled. by Devang Patel · 14 years ago
- 86f208c Enable enumeration types with a fixed underlying type, e.g., by Douglas Gregor · 14 years ago
- cd9ec3b Implement the GNU C extension which permits the initialization of an by Douglas Gregor · 14 years ago
- 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 14 years ago
- 3469585 Reorganize the emission of local variables. by John McCall · 14 years ago
- 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
- be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 14 years ago
- b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 14 years ago
- 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 14 years ago
- e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 14 years ago
- 95bba6f Move some Objective-C tests to SemaObjC and CodeGenObjC. by Anders Carlsson · 14 years ago
- 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 14 years ago
- e7397c6 Fix a few auto-related issues: by Richard Smith · 14 years ago
- 24d44ed Add reference to PR 9278 for archaeologists. by Richard Smith · 14 years ago
- 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 14 years ago
- ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 14 years ago
- 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 14 years ago
- 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 14 years ago
- 9becaae Test case for r126127 and r126141. Radar 9012638. by Stuart Hastings · 14 years ago
- 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 14 years ago
- 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 14 years ago
- 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 14 years ago
- 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 14 years ago
- b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 14 years ago
- 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 14 years ago
- aa46fe4 Rename test/CodeGenCXX/gnu-conditional-scalar-ext.cpp to conditional-gnu-ext.cpp by John McCall · 14 years ago
- 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 14 years ago
- 7519699 Allow -Wformat to be enabled without -Wformat-security. GCC gates by Chandler Carruth · 14 years ago
- a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
- b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 14 years ago
- 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 14 years ago
- 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
- da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 14 years ago
- c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 14 years ago
- 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 14 years ago
- e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 14 years ago
- 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 14 years ago
- 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 14 years ago
- 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 14 years ago
- d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 14 years ago
- e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
- f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 14 years ago
- 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 14 years ago
- b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
- 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 14 years ago
- 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 14 years ago
- 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
- 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
- b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 14 years ago
- 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 14 years ago
- 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 14 years ago
- 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 14 years ago
- 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 14 years ago
- 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 14 years ago
- 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
- 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 14 years ago
- 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 14 years ago
- 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
- 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 14 years ago
- 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
- febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 14 years ago
- f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 14 years ago
- 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 14 years ago
- 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 14 years ago
- 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 14 years ago
- f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 14 years ago
- 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 14 years ago
- 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 14 years ago
- 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 14 years ago
- 87152f7 rename test by Chris Lattner · 14 years ago
- 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 14 years ago
- a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 14 years ago
- 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 14 years ago
- 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 14 years ago
- 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 14 years ago
- 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 14 years ago
- 2a96bf5 Improve diagnostics on missing property decl. by Fariborz Jahanian · 14 years ago
- a5b9332 Implement a sub-group of -Wconversion: -Wliteral-conversion. This by Chandler Carruth · 14 years ago
- 56ca35d Change the representation of GNU ?: expressions to use a different expression by John McCall · 14 years ago
- 543cb65 Implement -Wenum-compare, which warns when comparing two enums of by Chandler Carruth · 14 years ago