summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ASTContext.h: replace include by a forward declaration.Dmitri Gribenko2012-08-021-0/+1
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-1/+10
* Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko2012-07-271-1/+2
* Final piece of core issue 1330: delay computing the exception specification ofRichard Smith2012-07-271-3/+6
* Implement an optimization for finding the comment that occurs just after aDmitri Gribenko2012-07-171-6/+24
* Related to PR11848 and core-21989: switch ContainsUnexpandedParameterPack fromRichard Smith2012-07-161-4/+11
* Add a per target max vector alignment field (e.g., 32-byte alignment for x86 ...Chad Rosier2012-07-131-0/+4
* Attaching comments to declarations during parsing: handle more Objective-C de...Dmitri Gribenko2012-07-131-2/+14
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-2/+8
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-4/+8
* Restrict the set of declaration kinds for which we allow trailing comments.Dmitri Gribenko2012-07-061-1/+1
* Don't store pointers into a std::vector (RawCommentList::Comments). AlthoughDmitri Gribenko2012-07-061-9/+10
* Use C++ cast.Dmitri Gribenko2012-07-061-1/+2
* ASTContext.cpp: Appease msvc to cast NULL to typed pointer, or msvc mistakes ...NAKAMURA Takumi2012-07-061-1/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-4/+36
* Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer2012-07-041-2/+2
* PR13189: va_list broken with precompiled headersMeador Inge2012-07-011-0/+14
* blocks: fixes a crash when encoding block typeFariborz Jahanian2012-06-301-0/+2
* objective-c IRGen: fixes a crash when method type is being mangledFariborz Jahanian2012-06-291-4/+4
* Remove redundant check.Dmitri Gribenko2012-06-281-0/+2
* Attaching comments to declarations: don't attach comments to implicit declara...Dmitri Gribenko2012-06-281-0/+4
* Attaching documentation comments to declarations: don't attach a comment to a...Dmitri Gribenko2012-06-271-2/+3
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-2/+2
* VC9 does not like heterogenous compare function objects.Dmitri Gribenko2012-06-211-1/+1
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+102
* Explicitly build __builtin_va_list.Meador Inge2012-06-161-8/+225
* Documentation cleanup: eliminated Doxygen warnings by deleting a doc commentJames Dennett2012-06-151-8/+0
* PR13064: Store whether an in-class initializer uses direct or copyRichard Smith2012-06-101-4/+4
* Add ext_vector type code for builtins, from John Garvin!Douglas Gregor2012-06-071-0/+13
* Plug a long standing memory leak in TemplateArgument.Benjamin Kramer2012-06-071-2/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-5/+5
* CUDA: add CodeGen support for global variable address spaces.Peter Collingbourne2012-05-201-1/+4
* Added two missing const qualifiers.Abramo Bagnara2012-05-171-2/+2
* Fix handling of wint_t - we can't assume wint_t is purely an integer promotio...James Molloy2012-05-041-0/+2
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-5/+5
* When @encode'ing a C++ class that has empty base classes, we can endDouglas Gregor2012-04-271-5/+2
* PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith2012-04-191-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+2
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-1/+2
* Implement support for null non-type template arguments for non-typeDouglas Gregor2012-04-061-2/+5
* Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729>Bob Wilson2012-03-221-1/+1
* Report the natural alignment of unsigned long long, not the preferred alignment.Chad Rosier2012-03-211-1/+2
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-11/+11
* [AST] Memoize ASTContext::getTypeInfo().Daniel Dunbar2012-03-091-4/+15
* Make sure we consistently canonicalize types when canonicalizing TemplateTemp...Eli Friedman2012-03-071-3/+5
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-1/+4
* Use TinyPtrVector instead of UsuallyTinyPtrVector.Argyrios Kyrtzidis2012-03-061-6/+0
* Properly handle non-canonical underlying types inPeter Collingbourne2012-03-051-1/+1
* Avoid an unnecessary recursive loop between type canonicalization and NNS can...Eli Friedman2012-03-031-18/+5
OpenPOWER on IntegriCloud