index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2013-03-05
Add quotation marks to template names in diagnostics.
David Blaikie
2013-03-05
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-03-04
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-04
[PCH] In HeaderFileInfoTrait::EqualKey(), use FileManager::getFile() to compa...
Argyrios Kyrtzidis
2013-03-04
[comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
2013-03-04
comment parsing. Missed a case of referring
Fariborz Jahanian
2013-03-04
hasQualifer() matcher should return false if there's no qualifier
Edwin Vane
2013-03-04
Centralize and refine the __unknown_anytype argument rules
John McCall
2013-03-03
Default to enabling default-synthesized ivars on all platforms
David Chisnall
2013-03-02
Process #pragma weak only after we know the linkage of the function or variable
Rafael Espindola
2013-03-02
[analyzer] Simple inline defensive checks suppression
Anna Zaks
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-01
comment parsing. Keep the original command format
Fariborz Jahanian
2013-03-01
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-03-01
Attempt to not place ownership qualifiers on the result type
John McCall
2013-03-01
[PCH] Enhance InputFile to also include whether the file is out-of-date.
Argyrios Kyrtzidis
2013-02-28
Fix warning text of my last patch.
Fariborz Jahanian
2013-02-28
objective-C: clang, following gcc, warns on
Fariborz Jahanian
2013-02-28
Fix a problem where 'clang' is ambiguous in MSVC builds.
Manuel Klimek
2013-02-28
First step towards adding a parent map to the ASTContext.
Manuel Klimek
2013-02-28
[analyzer] Mark the root SVal class as isPodLike.
Jordan Rose
2013-02-27
Don't cache the visibility of types.
Rafael Espindola
2013-02-27
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
Change Type::getLinkageAndVisibility to return a LinkageInfo.
Rafael Espindola
2013-02-27
Move LinkageInfo out of NamedDecl so that it can be used in Type.h.
Rafael Espindola
2013-02-27
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
comment parsing: Properties are considered like methods, and people
Fariborz Jahanian
2013-02-27
Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries.
Ted Kremenek
2013-02-26
doxygen command. Add 'attention' command to list of similar
Fariborz Jahanian
2013-02-26
Fix assertion failure when a field is given an address space.
Matt Arsenault
2013-02-26
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
Unify clang/llvm attributes for asan/tsan/msan (Clang part)
Kostya Serebryany
2013-02-25
Various additions to ASTMatcher library:
Edwin Vane
2013-02-25
[analyzer] Address Jordan's code review of r175857.
Anna Zaks
2013-02-25
Adding hasDeclaration overload for TemplateSpecializationType
Edwin Vane
2013-02-25
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
Reverting r176019. Corrupt patch.
Edwin Vane
2013-02-25
Support in hasDeclaration for types with getDecl()
Edwin Vane
2013-02-25
Add matcher for AccessSpecDecls.
Daniel Jasper
2013-02-25
[analyzer] add the notion of an "interesting" lvalue expression for ExplodedN...
Ted Kremenek
2013-02-24
[analyzer] tracking stores/constraints now works for ObjC ivars or struct fie...
Ted Kremenek
2013-02-24
Add "KnownSVal" to represent SVals that cannot be UnknownSVal.
Ted Kremenek
2013-02-24
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
Add comments for the MacroDirective & MacroInfo classes.
Argyrios Kyrtzidis
2013-02-23
Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part.
Benjamin Kramer
2013-02-23
Add streamed versions of getQualifiedNameAsString.
Benjamin Kramer
2013-02-23
Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc.
Enea Zaffanella
2013-02-23
clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
NAKAMURA Takumi
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
[next]