- 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 15 years ago
- 61c6c91 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 15 years ago
- 810112e Fix PR7097, a bad interaction between -fno-use-cxa-atexit and by Chris Lattner · 15 years ago
- b9d5c22 More Sema Check and a test case for init_priority attr. (radar 8076356). by Fariborz Jahanian · 15 years ago
- ba0f61c Fold additive constants, and support comparsions of the form $sym+const1 <> const2 by Jordy Rose · 15 years ago
- 8e19890 Don't complain about missing field initializers when the initializer by Douglas Gregor · 15 years ago
- d2c6490 Merge the "regparm" attribute from a previous declaration of a by Douglas Gregor · 15 years ago
- c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- 4c60219 Printf format strings: Added some more tests and fixed some minor bugs. by Tom Care · 15 years ago
- 23d90f9 Add null stream check for more APIs. by Zhongxing Xu · 15 years ago
- c070cc6 Given Decl::isUsed() a flag indicating when to consider the "used" by Douglas Gregor · 15 years ago
- 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 15 years ago
- 949bd4b Do not treat @selector as lvalue (unlike g++). Patch by Nico Weber (pr7390). by Fariborz Jahanian · 15 years ago
- 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 15 years ago
- e4ee966 Bug 7377: Fixed several bad printf format string bugs. by Tom Care · 15 years ago
- e2872d0 When pushing a copy of the TypeLoc information for a dependent by Douglas Gregor · 15 years ago
- 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- a816615 Tweak stack address checker to report multiple cases where globals may reference stack memory. by Ted Kremenek · 15 years ago
- 01cb1aa Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391. by Ted Kremenek · 15 years ago
- 551bd1f Rework StackAddrLeakChecker to find stores of stack memory addresses to global variables by Ted Kremenek · 15 years ago
- e0cc047 When parsing cached C++ method declarations/definitions, save the by Douglas Gregor · 15 years ago
- f13ca06 Make the "extra ';' inside a struct or union" diagnostic more by Douglas Gregor · 15 years ago
- d6ab232 When we see a 'template' disambiguator that marks the next identifier by Douglas Gregor · 15 years ago
- 1a15dae Fix the recently-added warning about 'typename' and 'template' by Douglas Gregor · 15 years ago
- 13927a4 Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468. by Ted Kremenek · 15 years ago
- 3e1274f Canonicalize template template parameters when canonicalizing a by Douglas Gregor · 15 years ago
- 65d7285 tests: Update Frontend config to actually run ir-support tests. by Daniel Dunbar · 15 years ago
- 1ed1a59 Change the test for which ABI/CC to use on ARM to be base on the environment by Rafael Espindola · 15 years ago
- d426662 Make sure result type of objc++ message expression is by Fariborz Jahanian · 15 years ago
- 0a184d3 A a new test for my previous patch. by Rafael Espindola · 15 years ago
- 75d0f82 Fix tests that I missed from my previous commit. by Rafael Espindola · 15 years ago
- d27e50c Don't poke at an undefined class type of a field. Fixes PR7355. by Douglas Gregor · 15 years ago
- a2dd828 Downgrade the error when using a typedef in the nested-name-specifier by Douglas Gregor · 15 years ago
- 3956b1a If a non-dependent base class initializer fails to match any direct or by Douglas Gregor · 15 years ago
- 52a0275 Fix the build. Using declarations should not be considering when looking by John McCall · 15 years ago
- ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
- c196095 Add StreamChecker. This checker models and checks stream manipulation functions. by Zhongxing Xu · 15 years ago
- 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 15 years ago
- 2a71107 Moved objective-c++ code gen. tests to their own directory and by Fariborz Jahanian · 15 years ago
- 55bcace Patch adds support for copying of those by Fariborz Jahanian · 15 years ago
- 6e5122c Update equality and relationship comparisons of pointers to reflect by Douglas Gregor · 15 years ago
- 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 15 years ago
- d5ef4fa add a testcase, from Michael Spencer by Chris Lattner · 15 years ago
- 37dd3ec Remove a dead argument to ProcessUCNEscape. by Chris Lattner · 15 years ago
- 7cf84d6 Implement -fvisibility-inlines-hidden. <rdar://problem/7819834> by Douglas Gregor · 15 years ago
- 2f7ea3d Fix typo. by Benjamin Kramer · 15 years ago
- fcd783d Change AnalysisConsumer to analyze functions created by instantiantiating a macro. Fixes PR 7361. by Ted Kremenek · 15 years ago
- c66bcfd Make sure to set the visible on a vtable; VTTs and typeinfo already by Douglas Gregor · 15 years ago
- 56079f7 Add name mangling for address spaces. We use the vendor-extension by Douglas Gregor · 15 years ago
- 732281d Warn when a 'typename' or a 'template' keyword refers to a by Douglas Gregor · 15 years ago
- eda3f70 Driver: Fix PR4062 by dissecting one particular -Wp, form. by Daniel Dunbar · 15 years ago
- f78925f Driver: Dissect -Wl, and -Xlinker arguments to remove --no-demangle, which was a by Daniel Dunbar · 15 years ago
- a6cebab Enable basic testing of __builtin_fpclassify. by Benjamin Kramer · 15 years ago
- b021f8b Microsoft C++ Mangler: by Charles Davis · 15 years ago
- e656325 Allow an asm label specifier on C++ methods, like GCC does. by Chris Lattner · 15 years ago
- 6133aeb fix PR7360: -P mode turns off line markers, but not blank space. by Chris Lattner · 15 years ago
- 570d276 Microsoft C++ Mangler: by Charles Davis · 15 years ago
- 6907fbe When deciding whether an expression has the boolean nature, don't look through by John McCall · 15 years ago
- 1715bf5 Fix PCH issue. Attributes of a declaration were truncated to just one when the decl was read from a PCH file. by Argyrios Kyrtzidis · 15 years ago
- c72cc50 Preprocessor: Ignore unknown pragmas in -E -dM and -Eonly modes. by Daniel Dunbar · 15 years ago
- a7d6c22 Fix the constant evaluator for AltiVec-style vector literals so that the by John McCall · 15 years ago
- 81e317a Allow pseudo-destructors to be called on qualified pointers. Patch by by John McCall · 15 years ago
- 24da709 Provide an Objective C mangling for wchar_t. Patch by Nico Weber! by John McCall · 15 years ago
- ddb0ce7 Conversions from Objective C object pointers to bool are "pointer conversions by John McCall · 15 years ago
- 5edbdcc Add an option -fshow-overloads=best|all to limit the number of overload by Jeffrey Yasskin · 15 years ago
- 971154d When mangling for the Microsoft C++ ABI, mangle variables in the global by Charles Davis · 15 years ago
- 876e994 Small fixes regarding printf fix suggestions. by Tom Care · 15 years ago
- e60cea8 Start implementing the Microsoft-style name mangler. Mangle simple names by Charles Davis · 15 years ago
- ed5d5ee Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. by Daniel Dunbar · 15 years ago
- 41f1423 tests: Update test for previous change. by Daniel Dunbar · 15 years ago
- 3856ab3 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 15 years ago
- 7378012 Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. by Sebastian Redl · 15 years ago
- e5af3b3 Revert "Driver: Change Option parsing to always create arguments referring to by Daniel Dunbar · 15 years ago
- 22685f4 Driver: Change Option parsing to always create arguments referring to unaliased by Daniel Dunbar · 15 years ago
- 9b14683 Merge StackAddrLeakChecker and ReturnStackAddressChecker. by Zhongxing Xu · 15 years ago
- 2c46458 Directly compare the StackFrameContext. This greatly simplifies logic and by Zhongxing Xu · 15 years ago
- 3bfc5f4 Added FixIt support to printf format string checking. by Tom Care · 15 years ago
- 5a57efd Tweak our handling of the notion of a standard conversion sequence by Douglas Gregor · 15 years ago
- 9df792c Fix test. by Anders Carlsson · 15 years ago
- 56833bc Try to fix buildbot tests. by Anders Carlsson · 15 years ago
- 605fa8f Add test case. by Anders Carlsson · 15 years ago
- e1aa9f3 When referring to a tag that was previously declared only as a friend, by Douglas Gregor · 15 years ago
- ccd4713 A built-in overload candidate is consider a non-template function when by Douglas Gregor · 15 years ago
- ac7362d Block Code Gen. API. Call destructor on descriptior by Fariborz Jahanian · 15 years ago
- afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 15 years ago
- d64fdd0 Warn about comparisons between arrays and improve self-comparison by Douglas Gregor · 15 years ago
- 45f5b54 Correctly handle fields with virtual bases containing empty subobjects. by Anders Carlsson · 15 years ago
- d7c7338 Fixes a typo which prevented proper code gen. for by Fariborz Jahanian · 15 years ago
- d7a9597 Implement a warning when converting the literal 'false' to a by Douglas Gregor · 15 years ago
- 6f7e2f4 Correctly mangle static variables of anonymous struct/union type. by Anders Carlsson · 15 years ago
- 1622a54 Add a checker check if a global variable holds a local variable's address after by Zhongxing Xu · 15 years ago
- a71d3c6 Add a test to the previous commit. by Rafael Espindola · 15 years ago
- 99b8b92 Add test for previous commit. by Rafael Espindola · 15 years ago
- 6c6424b Driver: Support invoking Clang on .ll or .bc inputs. by Daniel Dunbar · 15 years ago
- 4cbbd94 Frontend: Add CodeGenAction support for handling LLVM IR.
- This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality.
For example, 'llvm-as' is:
$ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc by Daniel Dunbar · 15 years ago
- e2a901a When using property-dot assignment syntax to call a setter method, by Fariborz Jahanian · 15 years ago
- 19739ae Fixed a block regression caused by trying to use by Fariborz Jahanian · 15 years ago
- 43859f6 Catch free()s on non-regions and regions known to be not from malloc(), by checking the symbol type and memory space. by Jordy Rose · 15 years ago
- 57d12fd PR7245: Make binding a reference to a temporary without a usable copy by Jeffrey Yasskin · 15 years ago
- 21d07e4 Add an extension to avoid an error when a global template has the same name as by Jeffrey Yasskin · 15 years ago