summaryrefslogtreecommitdiff
path: root/include/clang/Parse/Parser.h
Commit message (Expand)AuthorAge
* Provide a better diagnostic when braces are put before the identifier.Richard Trieu2014-06-24
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-20
* [c++1z] Implement N3994: a range-based for loop can declare a variable with s...Richard Smith2014-06-19
* Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic2014-06-06
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* Replace a fake enum class with the real thing.Richard Smith2014-05-16
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-15
* Suggest fix-it ':' when '=' used in for-range-declarationIsmail Pazarbasi2014-05-08
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Cut off parsing early during code completionAlp Toker2014-05-02
* Properly diagnose standard C++ attributes which have optional argument lists ...Aaron Ballman2014-04-14
* [MS-ABI] Add support for #pragma section and related pragmasWarren Hunt2014-04-08
* -fms-extensions: Error out on #pragma init_segReid Kleckner2014-04-03
* Unify __declspec attribute argument parsing with the common attribute argumen...Aaron Ballman2014-03-31
* Introduced an attribute syntax-neutral method for parsing attribute arguments...Aaron Ballman2014-03-31
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* AST: Remove layering violation with SemaDavid Majnemer2014-03-05
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* Improve diagnostics for malformed constructor declarations (where lookup forRichard Smith2014-03-03
* Add [extern_c] attribute for modules, allowing a C module to be imported with...Richard Smith2014-03-02
* Fix typo.Serge Pavlov2014-02-25
* Hide pragma handler classes in ParsePragma.cppReid Kleckner2014-02-20
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* Factor out repeated parsing of a member-declarator when parsing aRichard Smith2014-01-23
* Remove some hard-coded specialness for thread-safety attributes from the pars...Aaron Ballman2014-01-20
* Fixed error recovery if sizeof is used without parenthesisSerge Pavlov2014-01-15
* Removing some attribute magic related to the OpenCL keyword attributes. Inste...Aaron Ballman2014-01-14
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* Remove unexpected code completion handling from ConsumeToken()Alp Toker2014-01-10
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-09
* Attempting a fix the build bots should be happier with. Amends 198804.Aaron Ballman2014-01-08
* Silencing an MSVC warning about control reaching the end of a non-void function.Aaron Ballman2014-01-08
* PR18234: Mark a tag definition as invalid early if it appears in aRichard Smith2014-01-08
* ExpectAndConsume: Diagnose errors automaticallyAlp Toker2014-01-01
* Support and use token kinds as diagnostic argumentsAlp Toker2013-12-24
* Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, bracket...Alp Toker2013-12-18
* [OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and pa...Alexey Bataev2013-12-18
* Refactor and micro-optimize ConsumeToken()Alp Toker2013-12-17
* Simplify RevertibleTypeTraits as a form of contextual keywordAlp Toker2013-12-17
* Unify type trait parsingAlp Toker2013-12-12
* Fix code typos spotted while working on type traitsAlp Toker2013-12-06
* ObjectiveC - Introducing objc_bridge_related attribute Fariborz Jahanian2013-12-04
* Fix PR17637: incorrect calculation of template parameter depthFaisal Vali2013-12-04
* Emit an extension warning when changing system header tokensAlp Toker2013-12-03