summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-2/+4
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-6/+6
* [C++11] Use 'nullptr'. Parser edition.Craig Topper2014-05-211-4/+4
* PR19339: Disambiguate lambdas with init-captures from designated initializersRichard Smith2014-04-131-37/+21
* Remove dead return in Parser::MayBeDesignationStart().Ted Kremenek2014-03-061-2/+0
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-241-1/+1
* Generate a marker token when entering or leaving a submodule when building aRichard Smith2013-11-231-1/+1
* Replaced bool parameters in SkipUntil function with single bit-based parameter.Alexey Bataev2013-11-181-5/+5
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-1/+1
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-2/+1
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-1/+1
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-3/+3
* Disambiguation of '[[':Richard Smith2012-04-101-0/+5
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-6/+6
* De-nest tentative parsing to disambiguate lambdas from designators; noDouglas Gregor2012-02-171-42/+45
* Disambiguate between C++11 lambda expressions and C99 arrayDouglas Gregor2012-02-171-9/+80
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-1/+1
* Implement the Microsoft __if_exists/if_not_exists extension in initializer-list.Francois Pichet2011-12-121-0/+74
* Introduce BalancedDelimiterTracker, to better track open/closeDouglas Gregor2011-10-121-8/+15
* Improve caret location for the GNU old-style field designator warning, from D...Douglas Gregor2011-08-271-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Implement support for pack expansions in initializer lists andDouglas Gregor2011-01-031-2/+5
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-1/+7
* One who seeks knowledge learns something new every day.John McCall2010-08-261-6/+6
* OwningExprResult -> ExprResult. This patch brought to you byJohn McCall2010-08-241-6/+6
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-5/+7
* Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).John McCall2010-08-231-5/+5
* Sundry incremental steps towards killing off Action.John McCall2010-08-231-4/+4
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Move the "current scope" state from the Parser into Action. ThisDouglas Gregor2010-07-021-2/+2
* Implement parsing for message sends in Objective-C++. Message sends inDouglas Gregor2010-04-211-28/+64
* Migrate the responsibility for turning the receiver name in anDouglas Gregor2010-04-211-25/+7
* Rework the Parser-Sema interaction for Objective-C messageDouglas Gregor2010-04-211-7/+48
* fix a bug I noticed by inspection, correcting two reject-valid bugs.Chris Lattner2010-04-121-3/+8
* fix PR6811 by not parsing 'super' as a magic expression inChris Lattner2010-04-111-17/+21
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-4/+3
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-3/+4
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-4/+3
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-1/+1
* Avoid std::string concatenation.Daniel Dunbar2009-10-171-4/+5
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-20/+20
* Merge the ASTVector and ASTOwningVector templates, since they offeredDouglas Gregor2009-05-211-1/+0
* Introduce a "-fixit" mode to clang-cc that applies code-modification hints.Douglas Gregor2009-04-021-1/+1
* Make our diagnostics about the obsolete GNU designated-initializerDouglas Gregor2009-03-281-4/+13
* Fix <rdar://problem/6724396>, where we were silently droppingDouglas Gregor2009-03-271-1/+2
* InitListDesignations hasn't been used (ever). Eliminate it, andDouglas Gregor2009-03-201-60/+32
* Put the invalid flag of OwningResult into the Action pointer.Sebastian Redl2009-02-051-1/+1
* Implement and test aggregate initialization in C++. Major changes:Douglas Gregor2009-01-301-3/+3
OpenPOWER on IntegriCloud