summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Initial implementation of semantic analysis and ASTs for C99Douglas Gregor2009-01-221-14/+22
* Convert more expression actions to smart pointers.Sebastian Redl2009-01-191-5/+4
* Rename move_convert to move_arg and move_res. The new names are less misleadi...Sebastian Redl2009-01-181-1/+1
* Convert remaining expression parsers to smart pointers. Now on to the Action ...Sebastian Redl2008-12-131-7/+7
* Convert a big bunch of expression parsers to use smart pointers.Sebastian Redl2008-12-111-27/+28
* Convert selected expression parsers to use smart pointers.Sebastian Redl2008-12-111-3/+3
OpenPOWER on IntegriCloud