summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Also remove the 'rc' suffix from a release candidate.release_28Bill Wendling2010-09-091-0/+1
* Revert part of previous commit. The change for this isn't in this branch.Bill Wendling2010-09-061-1/+1
* Approved by Chris:Bill Wendling2010-09-0610-22/+67
* Creating release_28 branch from cfe trunk.Bill Wendling2010-09-040-0/+0
* Petty optimization.John McCall2010-09-041-1/+1
* fix a crash in RecursiveASTVisitor's child classes (PR8403); reviewed by chan...Zhanyong Wan2010-09-031-5/+8
* Synchronize code-completion cursor kinds with indexing cursorDouglas Gregor2010-09-039-184/+126
* Truncate block variable of bool type to i1 when itsFariborz Jahanian2010-09-034-20/+9
* Fix PR7402 when it strikes via template instantiation.Chandler Carruth2010-09-032-0/+24
* It's OK for classes to have flexible array elements (but not unions).Anders Carlsson2010-09-032-1/+11
* Cope with llvm's reference to bool type of 'i1' vs. clang'sFariborz Jahanian2010-09-032-0/+37
* Clean up some whitespace and comments from this test that were remnants ofChandler Carruth2010-09-031-3/+0
* Allow anonymous and local types. The support was already in place for these,Chandler Carruth2010-09-036-26/+91
* A constant initializer never matches the type of the variable it'sJohn McCall2010-09-032-2/+7
* Implement libclang visitation for UnresolvedMemberExpr. This is theDouglas Gregor2010-09-032-0/+34
* update svn:ignoreNuno Lopes2010-09-030-0/+0
* Use std::string instead of llvm::StringRef to avoid dangling ref.Fariborz Jahanian2010-09-031-1/+1
* libclang visitation for CXXDependentScopeMemberExprDouglas Gregor2010-09-032-0/+36
* Use getSpelling to get original text of theFariborz Jahanian2010-09-033-67/+24
* libclang visitation for DependentScopeDeclRefExprDouglas Gregor2010-09-032-0/+31
* Add missing #includeDouglas Gregor2010-09-031-0/+1
* Put the info on testing from the command line into its own sectionDawn Perchik2010-09-031-0/+5
* fix a hard coded version number, PR8031. Patch by 'nobled'.Chris Lattner2010-09-031-1/+2
* fix lookup of bits/c++config.h on mingw, patch by Ismail Donmez!Chris Lattner2010-09-031-0/+2
* Simplify code-completion result sorting a bitDouglas Gregor2010-09-031-8/+0
* Remove end-of-line translation properties from test, in the hopes of fixing t...Douglas Gregor2010-09-030-0/+0
* Avoid unnecessary redirect, so that stderr shows up in output.Daniel Dunbar2010-09-031-1/+1
* First test commit by Francois Pichet. _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES i...Francois Pichet2010-09-031-3/+0
* Update the internals manual for the removal of Action, as well as otherJohn McCall2010-09-031-23/+34
* Add a quick-and-dirty hack to give a better diagnostic for [class.protected]John McCall2010-09-034-8/+65
* "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignmentChris Lattner2010-09-036-18/+11
* Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat.John McCall2010-09-036-890/+812
* IRgen: Fix silly thinko in r112021, which was generating code for the same exprDaniel Dunbar2010-09-032-1/+5
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-0316-13/+107
* Translate NEON vabdl, vaba, and vabal builtins to be implemented using theBob Wilson2010-09-031-9/+26
* Re-commit r112916 with an additional fix for the self-host failures.John McCall2010-09-033-18/+69
* Patch to allow alternative representation of c++Fariborz Jahanian2010-09-034-3/+92
* Static local variables don't result in global constructors being emitted.Anders Carlsson2010-09-033-3/+25
* Support pointer arithmetic in SimpleSValuator involving direct constants.Ted Kremenek2010-09-031-1/+36
* Remove bogus assertions.Ted Kremenek2010-09-031-10/+12
* Add optional record of "location" SVals in the environment. When we analyzin...Ted Kremenek2010-09-034-6/+96
* Add GRState::getSimplifiedSVal(), which provides an API hook for doing symbol...Ted Kremenek2010-09-032-2/+45
* Fix enum: CallEnter/CallExit are StmtPointsTed Kremenek2010-09-031-1/+1
* Remove now unused function.Anders Carlsson2010-09-031-8/+0
* Fix a typo.Daniel Dunbar2010-09-031-1/+1
* Revert r112916, it's breaking selfhost pretty badly.John McCall2010-09-033-44/+17
* Revert "Another i1 vs. i8 type mismatch issue. This time", it breaks some pro...Daniel Dunbar2010-09-032-11/+1
* Get rid of the "functions declared 'noreturn' should have a 'void' result typ...Anders Carlsson2010-09-0311-19/+18
* tests: Fix a dependency on the temporary value names.Daniel Dunbar2010-09-031-1/+1
* It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfoJohn McCall2010-09-033-17/+44