summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement allocation and sizeof VLAs. This is very basic for now.Anders Carlsson2008-12-122-6/+38
* rdar://6060752 - don't warn about trigraphs in bcpl-style commentsChris Lattner2008-12-122-1/+14
* fix breakage I introduced in r60938Chris Lattner2008-12-121-2/+2
* Add test of enumerator typesDouglas Gregor2008-12-121-0/+14
* Add map of VLA types and their sizesAnders Carlsson2008-12-122-0/+36
* silence warning in release-asserts mode about unused variable, alsoChris Lattner2008-12-121-3/+3
* fix thought-oChris Lattner2008-12-121-1/+1
* merge these testcases into one file.Chris Lattner2008-12-124-35/+35
* add a fixme.Chris Lattner2008-12-121-0/+4
* implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an ...Chris Lattner2008-12-123-3/+20
* use smarter error recovery for do/while.Chris Lattner2008-12-122-5/+9
* apply the new error recovery smarts we have for if's to while's and switch's.Chris Lattner2008-12-122-42/+51
* rename recovery-3 to recovery.cChris Lattner2008-12-121-0/+0
* merge recovery-1 into recovery-3.Chris Lattner2008-12-122-16/+15
* merge recovery-2.c into recovery-3.c.Chris Lattner2008-12-123-17/+54
* minor refactoring of ParseParenExpressionChris Lattner2008-12-121-13/+16
* add expected diagChris Lattner2008-12-121-1/+1
* add ownership.h to xcode projectChris Lattner2008-12-121-0/+2
* Work in preparation for VLAs. Make sure to restore the stack if necessary (Sa...Anders Carlsson2008-12-122-14/+34
* Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalueChris Lattner2008-12-123-3/+22
* Testcase for something that already works. Clang agrees with Comeau,Chris Lattner2008-12-121-0/+10
* add codegen support for __func__ and friends, producing the sameChris Lattner2008-12-121-0/+10
* fix rdar://6097892 - gcc incompat: clang rejects __func__, __FUNCTION__, and ...Chris Lattner2008-12-123-8/+17
* Implement rdar://6138816 - [sema] named bitfields cannot have 0 widthChris Lattner2008-12-123-11/+15
* fix some incorrect links.Chris Lattner2008-12-121-3/+3
* Man page update.Mikhail Glushenkov2008-12-121-0/+8
* In C++, set the type of each of the enumerators in an enumeration toDouglas Gregor2008-12-123-7/+27
* Added support for SELECT v8i8 v4i16 for X86 (MMX)Mon P Wang2008-12-123-0/+23
* Redo the arithmetic with overflow architecture. I was changing the semantics ofBill Wendling2008-12-125-205/+617
* Fix W3C validator errors.Mikhail Glushenkov2008-12-113-15/+21
* PTH:Ted Kremenek2008-12-112-18/+73
* Use correct file for the llvmc tutorial.Mikhail Glushenkov2008-12-112-547/+72
* Update the auto-generated llvmc documentation.Mikhail Glushenkov2008-12-119-253/+1161
* add annotationChris Lattner2008-12-111-0/+3
* Convert a big bunch of expression parsers to use smart pointers.Sebastian Redl2008-12-117-107/+108
* PTHLexer: Keep track of the location of the last '#' token and provide the me...Ted Kremenek2008-12-112-6/+25
* Convert some more expression parsers to use smart pointers.Sebastian Redl2008-12-115-92/+93
* Add a '-Wo,' option that passes options to opt.Mikhail Glushenkov2008-12-111-1/+4
* Fix a 80 col. violation.Evan Cheng2008-12-111-1/+2
* Convert selected expression parsers to use smart pointers.Sebastian Redl2008-12-118-134/+133
* Rename a local predicate to avoid confusion with Type::isBlockPointerType().Steve Naroff2008-12-111-17/+17
* Fixup generated code for imported block decl refs.Steve Naroff2008-12-111-4/+4
* Address some comments on the name lookup/DeclContext patch from ChrisDouglas Gregor2008-12-1110-65/+67
* Remove unused ivar CurTokenIdx.Ted Kremenek2008-12-112-5/+2
* Convert the remaining statement parsers to smart pointers.Sebastian Redl2008-12-113-29/+30
* Convert some more statement parsers to smart pointers.Sebastian Redl2008-12-112-86/+89
* * Removed stray </p> tagMisha Brukman2008-12-111-7/+5
* Fix <rdar://problem/6435842> clang ObjC rewriter: #include Block.h, Block_pri...Steve Naroff2008-12-111-4/+0
* * <div align=center> is not valid HTML 4.01 - removed alignmentMisha Brukman2008-12-111-15/+19
* Convert a number of statement parsers to smart pointers.Sebastian Redl2008-12-115-97/+112
OpenPOWER on IntegriCloud