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-04-20
Disable VLA diagnostic in C++1y mode, and add some tests.
Richard Smith
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
Supports Sourcery CodeBench Mips toolchain directories tree.
Simon Atanasyan
2013-04-20
[analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic
Anna Zaks
2013-04-20
[analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jord...
Anna Zaks
2013-04-19
Note that we support (and in fact have supported since the dawn of time itself)
Richard Smith
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
s/C++0x/C++11/
Adrian Prantl
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
[libclang] Fix copy-paste error in comment.
Argyrios Kyrtzidis
2013-04-18
[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...
Argyrios Kyrtzidis
2013-04-18
[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...
Argyrios Kyrtzidis
2013-04-18
[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...
Argyrios Kyrtzidis
2013-04-18
Adds a new doxygen tag needed. // rdar://12379053
Fariborz Jahanian
2013-04-18
Add llvm_unreachable at end of fully covered switch to pacify GCC.
Benjamin Kramer
2013-04-17
[analyzer] Allow TrackConstraintBRVisitor to work when the value it’s track...
Anna Zaks
2013-04-17
[Modules] Use global index to improve typo correction performance
Argyrios Kyrtzidis
2013-04-17
Add support for gcc's spelling of -fcolor-diagnostics.
Nico Weber
2013-04-17
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
Implemented #pragma GCC warning/error in the same mould as #pragma message.
Andy Gibbs
2013-04-17
Fix PR15291: noreturn adjustment in overload resolution for function template...
Douglas Gregor
2013-04-17
Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.
Andy Gibbs
2013-04-17
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-16
Factor CheckerManager to be able to pass AnalyzerOptions to checkers
Ted Kremenek
2013-04-16
Remove unused "getConfig()" method. A new way is to have high-level
Ted Kremenek
2013-04-16
[1/6] ARM Neon Intrinsic Tablegen Test Generator.
Michael Gottesman
2013-04-16
Sema for Captured Statements
Tareq A. Siraj
2013-04-16
Implement CapturedStmt AST
Tareq A. Siraj
2013-04-16
Parser support for #pragma clang __debug captured
Tareq A. Siraj
2013-04-16
[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.
Daniel Dunbar
2013-04-16
Fix PR4296: Add parser detection/error recovery for nested functions, from Se...
Douglas Gregor
2013-04-16
Basic support for Microsoft property declarations and
John McCall
2013-04-15
[analyzer] Add pretty printing to CXXBaseObjectRegion.
Anna Zaks
2013-04-15
[analyzer] Address code review for r179395
Anna Zaks
2013-04-15
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
Argyrios Kyrtzidis
2013-04-15
Use llvm::sys::IsBigEndianHost.
Rafael Espindola
2013-04-15
Add a missing space
Timur Iskhodzhanov
2013-04-15
Remove hasExternalLinkageUncached.
Rafael Espindola
2013-04-15
Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.
Nadav Rotem
2013-04-15
Comment command table: use inheritance instead of duplicating code
Dmitri Gribenko
2013-04-14
Diagnose if a __thread or _Thread_local variable has a non-constant initializer
Richard Smith
2013-04-14
[Mips] Support -mmicromips / -mno-micromips command line options.
Simon Atanasyan
2013-04-14
[Mips] Remove "single" from the list of valid MIPS float ABI names. Add
Simon Atanasyan
2013-04-13
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
Speed-up ObjCMethodDecl::getOverriddenMethods().
Argyrios Kyrtzidis
2013-04-13
Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included...
Argyrios Kyrtzidis
2013-04-12
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
<rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas...
Douglas Gregor
2013-04-12
[analyzer]Print field region even when the base region is not printable
Anna Zaks
[prev]
[next]