- e1fa096 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
- 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 15 years ago
- db59bc8 Add sse4.2 support to this test. by Eric Christopher · 15 years ago
- cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 15 years ago
- e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 15 years ago
- 0a80ba7 Driver: Fix a number of -fapple-kext issues: by Daniel Dunbar · 15 years ago
- efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 15 years ago
- a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 15 years ago
- 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 15 years ago
- 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 15 years ago
- f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 15 years ago
- 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 15 years ago
- 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 15 years ago
- 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 15 years ago
- 86d07a1 Add test case for <rdar://problem/7770737>. by Ted Kremenek · 15 years ago
- a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 15 years ago
- d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 15 years ago
- 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 15 years ago
- 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 15 years ago
- 0396f46 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 15 years ago
- 3178cb6 Revert 98907 since it is breaking buildbots. by Bob Wilson · 15 years ago
- 2507fa8 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 15 years ago
- 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 15 years ago
- 3c26684 Try to appease MSVC's standard library by Douglas Gregor · 15 years ago
- 1a1f85a Try to appease MSVC by Douglas Gregor · 15 years ago
- b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 15 years ago
- 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 15 years ago
- bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 15 years ago
- 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 15 years ago
- 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 15 years ago
- cb448d5 Defang by Douglas Gregor · 15 years ago
- 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 15 years ago
- a49f1af Defang a test that's failing intermittently on windows by Douglas Gregor · 15 years ago
- 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 15 years ago
- 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 15 years ago
- 8133716 Refactor argument checking in CallAndMessageChecker to be the same by Ted Kremenek · 15 years ago
- 9135a84 When dumping vtables, also dump the thunks. by Anders Carlsson · 15 years ago
- 091b588 Detect pass-by-value arguments that are structs that contain uninitialized data. by Ted Kremenek · 15 years ago
- ebd42f4 Tweak dead stores checker to not emit a warning when initialization by Ted Kremenek · 15 years ago
- 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 15 years ago
- a742db0 Implement non-dependent friend functions and classes. by John McCall · 15 years ago
- 2399bed XFAIL this test on that silly Windows platform. Grrr by Douglas Gregor · 15 years ago
- a69fa5f Remove this test. It is causing problems has has relatively little value by Douglas Gregor · 15 years ago
- c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 15 years ago
- dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 15 years ago
- e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 15 years ago
- 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 15 years ago
- 9b35b25 Correctly mangle dependent TypenameType. Fixes PR6625. by Rafael Espindola · 15 years ago
- 4ad287e Provide a test case for PR6629. by John McCall · 15 years ago
- 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 15 years ago
- 87bac6f Emit output of PCH consistency checking test case to a separate text file and grep that by Douglas Gregor · 15 years ago
- 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 15 years ago
- c815108 Teach SourceManager's content cache to keep track of whether its by Douglas Gregor · 15 years ago
- 453091c Audit all Preprocessor::getSpelling() callers, improving failure by Douglas Gregor · 15 years ago
- 9a8cb8d Forgot the testcases. by John McCall · 15 years ago
- ef027fe Perform access control for the implicit calls to base and member destructors by John McCall · 15 years ago
- 12fab31 Fix header-search problems with precompiled headers, where the by Douglas Gregor · 15 years ago
- b020748 Access control for implicit calls to copy assignment operators and copy by John McCall · 15 years ago
- c3d43b7 Don't consume tokens past the end-of-file in an @interface. Fixes by Douglas Gregor · 15 years ago
- 6c790ea Perform access control even for the implicit destructor calls from implicit by John McCall · 15 years ago
- 58e6f34 Perform access control for the implicit base and member destructor calls by John McCall · 15 years ago
- 50f6af7 Introduce optional "Invalid" parameters to routines that invoke the by Douglas Gregor · 15 years ago
- b5696fe Add 'expected-note' by Ted Kremenek · 15 years ago
- 894ae6a Correctly determine if the @property has been previously declared. If by Ted Kremenek · 15 years ago
- ee9ca69 objective-c++ must take into account qualifiers when by Fariborz Jahanian · 15 years ago
- dbdf5e7 During C++ name lookup, use DeclContext::Equals() rather than by Douglas Gregor · 15 years ago
- 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 15 years ago
- 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
- b05b5f3 Remember access paths for visible conversion decls. by John McCall · 15 years ago
- 8f51a4f Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 15 years ago
- 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 15 years ago
- 34fd284 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 15 years ago
- 8721360 Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 15 years ago
- 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 15 years ago
- 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
- 4ea9006 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 15 years ago
- e5e0c9d Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 15 years ago
- ceef4ce Add an extra test to this test-case. by John McCall · 15 years ago
- d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
- d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
- d7358a3 Remember the PR number. by John McCall · 15 years ago
- 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
- d295d78 Use -emit-llvm-only, to avoid leaving a temp around. by Daniel Dunbar · 15 years ago
- 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
- a14db75 fix PR6433, crash on va_arg of typedef. by Chris Lattner · 15 years ago
- d980072 Correctly mangle address of member in template arguments. Fixes PR6460 by Rafael Espindola · 15 years ago
- 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
- 127e467 Add a test. by Anders Carlsson · 15 years ago
- 2bc1d3a Fix calculation of whether a member function needs a thunk in construction vtables. by Anders Carlsson · 15 years ago
- d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
- a96a2e9 We were mistakenly marking morally virtual bases as being uninteresting. Fix this. by Anders Carlsson · 15 years ago
- f2c98ce Ignore non-interesting bases when emitting construction vtables. by Anders Carlsson · 15 years ago
- 266e05c Move test and also test codegen. by Rafael Espindola · 15 years ago
- 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
- e35b768 Add newline. by Anders Carlsson · 15 years ago
- 6039661 Don't accidentally mark some functions in construction vtables as unused. Also land the test for a previous checkin, now that it's correct. by Anders Carlsson · 15 years ago
- c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
- dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
- 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
- 3c1c4aa add missing test by Rafael Espindola · 15 years ago