2010-06-21 |
Douglas Gregor | Alter the internal representation of the condition... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Avoid using a local static for providing lexical |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | Zero out a stale pointer |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | When semantic analysis fail to introduce a class or... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Test case for PR7431 by Nico Weber. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | In fragile-abi (32bit mode abi) generate global symbol |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | In supporting init-priority, globals with the same... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Tom Care | Bug 7377: printf checking fails to flag some undefined... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Anders Carlsson | Fix an Obj-C++ miscompile when calling an Obj-C method... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add CXType support for querying the return type of... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | accept and ignore two more gcc warning flags. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add CXType support for FunctionNoProto and FunctionProt... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jordy Rose | When folding additive operations, convert the values... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jordy Rose | If a nonnull argument evaluates to UnknownVal, don... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Use more efficient API of SmallVector/array_pod_sort |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add clang_getCursorType() support for @property declara... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | IRGen for implementation of init-priority attribute. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | Instantiations subject to an explicit template instanti... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Fixes a corner case bug whereby declaring and defining... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Argyrios Kyrtzidis | Combine ClassTemplateDecl's PreviousDeclaration with... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nate Begeman | Implement remaining codegen for NEON, all operations... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Argyrios Kyrtzidis | Support PCH emitting/reading of using declarations. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Benjamin Kramer | Add braces to avoid an ambiguous else, fixing a GCC... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Jordy Rose | Adds analyzer support for idempotent and tautological... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Jordy Rose | Casting to void* or any other pointer-to-sizeless type... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Argyrios Kyrtzidis | Cure for Doug's insomnia. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Argyrios Kyrtzidis | Include a hack to allow loading of templated CXXRecordD... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Argyrios Kyrtzidis | Initial support for reading templates from PCH. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Argyrios Kyrtzidis | Initial support for writing templates to PCH. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Anton Korobeynikov | More AltiVec support. |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Chris Lattner | add a libs-only target to the clang makefile, patch... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Eli Friedman | Fix for PR7415: refactor CodeGenModule::MayDeferGenerat... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Chris Lattner | Fix PR7097, a bad interaction between -fno-use-cxa... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Fariborz Jahanian | More Sema Check and a test case for init_priority attr. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Jordy Rose | Fold additive constants, and support comparsions of... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Chris Lattner | introduce a new CharSourceRange class, and enhance... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Douglas Gregor | A trivial fix for a test case that's too horrible to... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Fariborz Jahanian | Implements Sema part of init_priority(priority) attribute |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Douglas Gregor | Don't complain about missing field initializers when... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Douglas Gregor | Merge the "regparm" attribute from a previous declarati... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Gabor Greif | John called for a less surprising cast |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Charles Davis | Mangle tag types (unions, structs, classes, enums)... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Tom Care | Printf format strings: Added some more tests and fixed... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Zhongxing Xu | Add null stream check for more APIs. |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Sean Hunt | Rewrite comment to make my intentions slightly more... |
commit | commitdiff | tree | snapshot |
2010-06-18 |
Ted Kremenek | Change two static variables into instance variables... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Douglas Gregor | Given Decl::isUsed() a flag indicating when to consider... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Fariborz Jahanian | objective-C++ IRGen: property reference as an |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Care | Bug 7394 - Fixed toString representation of Precisions... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Fariborz Jahanian | Do not treat @selector as lvalue (unlike g++). |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Zhanyong Wan | Improves RecursiveASTVisitor: |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Fariborz Jahanian | Objective-c++ IRGen. Support for @selector expression as |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Tom Care | Bug 7377: Fixed several bad printf format string bugs. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Douglas Gregor | When pushing a copy of the TypeLoc information for... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Douglas Gregor | Use UnaryOperator as the representation of dependent... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Douglas Gregor | Update CMake build system for ARM NEON generation. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Craig Silverstein | Some fixes to type-visiting -- a few places where the... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Peter Collingbourne | Fix typo (test commit) |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Gabor Greif | fix some more gcc3.4 constness warnings |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Gabor Greif | use typedef to make hack more transparent and also... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Argyrios Kyrtzidis | Make sure the caching mechanism in Parser::ParseLexedMe... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Argyrios Kyrtzidis | Make sure parens/braces/brackets are correctly balanced. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Argyrios Kyrtzidis | Don't ast-print the builtin __[u]int128_t. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Charles Davis | Mangle operator names in the Microsoft C++ Mangler. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Tweak stack address checker to report multiple cases... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Include the bug description in the report hash so that... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Nate Begeman | Generate arm_neon.inc in include/clang/Basic, which... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Nate Begeman | Remove last of the bool shifts for MS VC++, patch by... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Sean Hunt | Comment Attr.td so people have a better understanding... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Fix format string checking of '%c' by treating it as... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Per conversation with Doug, remove two assertions in... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Sean Hunt | Fix yet another CMake typo. I'm not quite sure how... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Sean Hunt | Fix a typo in the previous commit I thought I'd fixed... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Sean Hunt | Update CMake build for new attribute changes. |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Rework StackAddrLeakChecker to find stores of stack... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Implement RegionStoreManager::iterBindings(). This... |
commit | commitdiff | tree | snapshot |
2010-06-17 |
Ted Kremenek | Correctly return early from BasicStoreManager::iterBind... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | When parsing cached C++ method declarations/definitions... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Sean Hunt | Implement first TD-based usage of attributes. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Make the "extra ';' inside a struct or union" diagnosti... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | When we see a 'template' disambiguator that marks the... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Fix the recently-added warning about 'typename' and... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Ted Kremenek | Extend format string type-checking to include '%p'... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Canonicalize template template parameters when canonica... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | tests: Update Frontend config to actually run ir-suppor... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Fariborz Jahanian | C return types must be complete as well. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Rafael Espindola | Change the test for which ABI/CC to use on ARM to be... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Fariborz Jahanian | Make sure result type of objc++ message expression is |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Rafael Espindola | A a new test for my previous patch. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Rafael Espindola | Fix tests that I missed from my previous commit. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Zhanyong Wan | Test commit by adding a blank comment line. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | Frontend: Allow passing -cc1 level arguments to plugins... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Daniel Dunbar | Driver: Ignore -ffast-math and -f[no-]finite-math-only. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Don't poke at an undefined class type of a field. Fixes... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Downgrade the error when using a typedef in the nested... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | Add Cygwin C++ header search path. |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Fariborz Jahanian | Fixed conflict between objc_memmove_collectable builtin |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Rafael Espindola | Don't set the calling convention for ARM if it is alrea... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Douglas Gregor | If a non-dependent base class initializer fails to... |
commit | commitdiff | tree | snapshot |
next |